Shades of Seance #602570
Tints of Seance #602570
RGB
CMYK
RGB Variations
Color information
#602570 (or 0x602570) is known color: Seance. HEX triplet: 60, 25 and 70. RGB value is (96,37,112). Sum of RGB (Red+Green+Blue) = 96+37+112=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #602570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602570 is #9FDA8F. Grayscale: #3E3E3E. Windows color (decimal): -10476176 or 7349600. OLE color: 7349600.
HSL color Cylindrical-coordinate representation of color #602570: hue angle of 287.2º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602570 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 37 | 112 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.56 |
| HSL | 287.2º | 0.5% | 0.29% | - |
| HSV(B) | 287.2º | 0.67% | 0.44% | - |
| XYZ | 8.41 | 4.98 | 15.85 | - |
| YUV | 63.19 | 155.55 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 112 | 0.14 | 0.67 | 0 | 0.56 | 287.2 | 0.5 | 0.29 |
| Hex | 60 | 25 | 70 | E | 43 | 0 | 38 | 11F | 32 | 1D |
| Octal | 140 | 45 | 160 | 16 | 103 | 0 | 70 | 437 | 62 | 35 |
| Binary | 1100000 | 100101 | 1110000 | 1110 | 1000011 | 0 | 111000 | 100011111 | 110010 | 11101 |
Color Harmonies of #602570
Complementary color
Monochromatic Colors of #602570
Black with #602570
Text Example
Text Example
White with #602570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602570; }
p { color: rgb(96,37,112); }
H1.HeaderClassName
{
color: #602570;
}
.AnyTagClassName
{
color: #602570;
}
</style>
background-color css
<style>
a { background-color: #602570; }
a { background-color: rgb(96,37,112); }
div.DivClassName
{
background-color: #602570;
}
.BgClassName
{
background-color: #602570;
}
</style>
border-color css
<style>
span { border-color: #602570; }
span { border-color: rgb(96,37,112); }
td.TdClassName
{
border-color: #602570;
}
.TagClassName
{
border-color: #602570;
}
</style>