Shades of Seance #602768
Tints of Seance #602768
RGB
CMYK
RGB Variations
Color information
#602768 (or 0x602768) is known color: Seance. HEX triplet: 60, 27 and 68. RGB value is (96,39,104). Sum of RGB (Red+Green+Blue) = 96+39+104=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #602768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602768 is #9FD897. Grayscale: #3F3F3F. Windows color (decimal): -10475672 or 6825824. OLE color: 6825824.
HSL color Cylindrical-coordinate representation of color #602768: hue angle of 292.62º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #602768 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 39 | 104 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.59 |
| HSL | 292.62º | 0.45% | 0.28% | - |
| HSV(B) | 292.62º | 0.63% | 0.41% | - |
| XYZ | 8.05 | 4.94 | 13.63 | - |
| YUV | 63.45 | 150.88 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 39 | 104 | 0.08 | 0.62 | 0 | 0.59 | 292.62 | 0.45 | 0.28 |
| Hex | 60 | 27 | 68 | 8 | 3E | 0 | 3B | 125 | 2D | 1C |
| Octal | 140 | 47 | 150 | 10 | 76 | 0 | 73 | 445 | 55 | 34 |
| Binary | 1100000 | 100111 | 1101000 | 1000 | 111110 | 0 | 111011 | 100100101 | 101101 | 11100 |
Color Harmonies of #602768
Complementary color
Monochromatic Colors of #602768
Black with #602768
Text Example
Text Example
White with #602768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602768; }
p { color: rgb(96,39,104); }
H1.HeaderClassName
{
color: #602768;
}
.AnyTagClassName
{
color: #602768;
}
</style>
background-color css
<style>
a { background-color: #602768; }
a { background-color: rgb(96,39,104); }
div.DivClassName
{
background-color: #602768;
}
.BgClassName
{
background-color: #602768;
}
</style>
border-color css
<style>
span { border-color: #602768; }
span { border-color: rgb(96,39,104); }
td.TdClassName
{
border-color: #602768;
}
.TagClassName
{
border-color: #602768;
}
</style>