Shades of Seance #602375
Tints of Seance #602375
RGB
CMYK
RGB Variations
Color information
#602375 (or 0x602375) is known color: Seance. HEX triplet: 60, 23 and 75. RGB value is (96,35,117). Sum of RGB (Red+Green+Blue) = 96+35+117=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #602375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602375 is #9FDC8A. Grayscale: #3E3E3E. Windows color (decimal): -10476683 or 7676768. OLE color: 7676768.
HSL color Cylindrical-coordinate representation of color #602375: hue angle of 284.63º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #602375 is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 35 | 117 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.54 |
| HSL | 284.63º | 0.54% | 0.3% | - |
| HSV(B) | 284.63º | 0.7% | 0.46% | - |
| XYZ | 8.64 | 4.97 | 17.33 | - |
| YUV | 62.59 | 158.71 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 35 | 117 | 0.18 | 0.70 | 0 | 0.54 | 284.63 | 0.54 | 0.3 |
| Hex | 60 | 23 | 75 | 12 | 46 | 0 | 36 | 11D | 36 | 1E |
| Octal | 140 | 43 | 165 | 22 | 106 | 0 | 66 | 435 | 66 | 36 |
| Binary | 1100000 | 100011 | 1110101 | 10010 | 1000110 | 0 | 110110 | 100011101 | 110110 | 11110 |
Color Harmonies of #602375
Complementary color
Monochromatic Colors of #602375
Black with #602375
Text Example
Text Example
White with #602375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602375; }
p { color: rgb(96,35,117); }
H1.HeaderClassName
{
color: #602375;
}
.AnyTagClassName
{
color: #602375;
}
</style>
background-color css
<style>
a { background-color: #602375; }
a { background-color: rgb(96,35,117); }
div.DivClassName
{
background-color: #602375;
}
.BgClassName
{
background-color: #602375;
}
</style>
border-color css
<style>
span { border-color: #602375; }
span { border-color: rgb(96,35,117); }
td.TdClassName
{
border-color: #602375;
}
.TagClassName
{
border-color: #602375;
}
</style>