Shades of Seance #602073
Tints of Seance #602073
RGB
CMYK
RGB Variations
Color information
#602073 (or 0x602073) is known color: Seance. HEX triplet: 60, 20 and 73. RGB value is (96,32,115). Sum of RGB (Red+Green+Blue) = 96+32+115=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #602073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602073 is #9FDF8C. Grayscale: #3C3C3C. Windows color (decimal): -10477453 or 7544928. OLE color: 7544928.
HSL color Cylindrical-coordinate representation of color #602073: hue angle of 286.27º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #602073 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 32 | 115 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.55 |
| HSL | 286.27º | 0.56% | 0.29% | - |
| HSV(B) | 286.27º | 0.72% | 0.45% | - |
| XYZ | 8.43 | 4.76 | 16.69 | - |
| YUV | 60.6 | 158.7 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 32 | 115 | 0.17 | 0.72 | 0 | 0.55 | 286.27 | 0.56 | 0.29 |
| Hex | 60 | 20 | 73 | 11 | 48 | 0 | 37 | 11E | 38 | 1D |
| Octal | 140 | 40 | 163 | 21 | 110 | 0 | 67 | 436 | 70 | 35 |
| Binary | 1100000 | 100000 | 1110011 | 10001 | 1001000 | 0 | 110111 | 100011110 | 111000 | 11101 |
Color Harmonies of #602073
Complementary color
Monochromatic Colors of #602073
Black with #602073
Text Example
Text Example
White with #602073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602073; }
p { color: rgb(96,32,115); }
H1.HeaderClassName
{
color: #602073;
}
.AnyTagClassName
{
color: #602073;
}
</style>
background-color css
<style>
a { background-color: #602073; }
a { background-color: rgb(96,32,115); }
div.DivClassName
{
background-color: #602073;
}
.BgClassName
{
background-color: #602073;
}
</style>
border-color css
<style>
span { border-color: #602073; }
span { border-color: rgb(96,32,115); }
td.TdClassName
{
border-color: #602073;
}
.TagClassName
{
border-color: #602073;
}
</style>