Shades of Seance #602177
Tints of Seance #602177
RGB
CMYK
RGB Variations
Color information
#602177 (or 0x602177) is known color: Seance. HEX triplet: 60, 21 and 77. RGB value is (96,33,119). Sum of RGB (Red+Green+Blue) = 96+33+119=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #602177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602177 is #9FDE88. Grayscale: #3D3D3D. Windows color (decimal): -10477193 or 7807328. OLE color: 7807328.
HSL color Cylindrical-coordinate representation of color #602177: hue angle of 283.95º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #602177 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 33 | 119 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.53 |
| HSL | 283.95º | 0.57% | 0.3% | - |
| HSV(B) | 283.95º | 0.72% | 0.47% | - |
| XYZ | 8.7 | 4.91 | 17.94 | - |
| YUV | 61.64 | 160.37 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 33 | 119 | 0.19 | 0.72 | 0 | 0.53 | 283.95 | 0.57 | 0.3 |
| Hex | 60 | 21 | 77 | 13 | 48 | 0 | 35 | 11C | 39 | 1E |
| Octal | 140 | 41 | 167 | 23 | 110 | 0 | 65 | 434 | 71 | 36 |
| Binary | 1100000 | 100001 | 1110111 | 10011 | 1001000 | 0 | 110101 | 100011100 | 111001 | 11110 |
Color Harmonies of #602177
Complementary color
Monochromatic Colors of #602177
Black with #602177
Text Example
Text Example
White with #602177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602177; }
p { color: rgb(96,33,119); }
H1.HeaderClassName
{
color: #602177;
}
.AnyTagClassName
{
color: #602177;
}
</style>
background-color css
<style>
a { background-color: #602177; }
a { background-color: rgb(96,33,119); }
div.DivClassName
{
background-color: #602177;
}
.BgClassName
{
background-color: #602177;
}
</style>
border-color css
<style>
span { border-color: #602177; }
span { border-color: rgb(96,33,119); }
td.TdClassName
{
border-color: #602177;
}
.TagClassName
{
border-color: #602177;
}
</style>