Color spaces of #613779
RGB | 97 | 55 | 121 |
---|---|---|---|
HSL | 0.77 | 0.38 | 0.35 |
HSV | 278° | 55° | 47° |
CMYK | 0.20 | 0.55 | 0.00 0.53 |
XYZ | 9.7471 | 6.6542 | 18.8598 |
Yxy | 6.6542 | 0.2764 | 0.1887 |
Hunter Lab | 25.7957 | 22.3049 | -25.2911 |
CIE-Lab | 31.0064 | 31.4222 | -30.4411 |
#613779 color RGB value is (97,55,121).
#613779 hex color red value is 97, green value is 55 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #613779 hue: 0.77 , saturation: 0.38 and the lightness value of 613779 is 0.35.
The process color (four color CMYK) of #613779 color hex is 0.20, 0.55, 0.00, 0.53. Web safe color of #613779 is #663366. Color #613779 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 00110111 | 01111001 |
Octal | 141 | 67 | 171 |
Decimal | 97 | 55 | 121 |
Hex | 61 | 37 | 79 |
Shades of #613779
Tints of #613779
RGB Percentages of Color #613779
CMYK Percentages of Color #613779
Complementary Color
#613779 | #4f7937 |
#613779 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#613779 Color Preview on White Background
Lorem ipsum dolor sit amet.
#613779 Color CSS Codes
.mybgcolor {background-color:#613779; } .myforecolor {color:#613779; } .mybordercolor {border:3px solid #613779; }
#613779 Text Font Color
<p style="color:#613779">Text here</p>
This sample text font color is #613779
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#613779 Background Color
<div style="background-color:#613779">
Div content here</div>
This div background color is #613779
#613779 Border Color
<div style="border:3px solid #613779">
Div here</div>
This div border color is #613779
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,55,121, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #613779; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #613779; -webkit-box-shadow: 1px 1px 3px 2px #613779; box-shadow: 1px 1px 3px 2px #613779; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,55,121, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #613779">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #613779; -webkit-box-shadow: 1px 1px 3px 2px #613779; box-shadow: 1px 1px 3px 2px #613779;">
Div content here</div>
This div box has shadow with color #613779
Comments
No comments written yet.
Please login to write comment.