Shades of Seance #602277
Tints of Seance #602277
RGB
CMYK
RGB Variations
Color information
#602277 (or 0x602277) is known color: Seance. HEX triplet: 60, 22 and 77. RGB value is (96,34,119). Sum of RGB (Red+Green+Blue) = 96+34+119=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #602277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602277 is #9FDD88. Grayscale: #3D3D3D. Windows color (decimal): -10476937 or 7807584. OLE color: 7807584.
HSL color Cylindrical-coordinate representation of color #602277: hue angle of 283.76º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #602277 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 34 | 119 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.53 |
| HSL | 283.76º | 0.56% | 0.3% | - |
| HSV(B) | 283.76º | 0.71% | 0.47% | - |
| XYZ | 8.73 | 4.96 | 17.95 | - |
| YUV | 62.23 | 160.04 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 34 | 119 | 0.19 | 0.71 | 0 | 0.53 | 283.76 | 0.56 | 0.3 |
| Hex | 60 | 22 | 77 | 13 | 47 | 0 | 35 | 11C | 38 | 1E |
| Octal | 140 | 42 | 167 | 23 | 107 | 0 | 65 | 434 | 70 | 36 |
| Binary | 1100000 | 100010 | 1110111 | 10011 | 1000111 | 0 | 110101 | 100011100 | 111000 | 11110 |
Color Harmonies of #602277
Complementary color
Monochromatic Colors of #602277
Black with #602277
Text Example
Text Example
White with #602277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602277; }
p { color: rgb(96,34,119); }
H1.HeaderClassName
{
color: #602277;
}
.AnyTagClassName
{
color: #602277;
}
</style>
background-color css
<style>
a { background-color: #602277; }
a { background-color: rgb(96,34,119); }
div.DivClassName
{
background-color: #602277;
}
.BgClassName
{
background-color: #602277;
}
</style>
border-color css
<style>
span { border-color: #602277; }
span { border-color: rgb(96,34,119); }
td.TdClassName
{
border-color: #602277;
}
.TagClassName
{
border-color: #602277;
}
</style>