Shades of Seance #602672
Tints of Seance #602672
RGB
CMYK
RGB Variations
Color information
#602672 (or 0x602672) is known color: Seance. HEX triplet: 60, 26 and 72. RGB value is (96,38,114). Sum of RGB (Red+Green+Blue) = 96+38+114=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #602672 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602672 is #9FD98D. Grayscale: #3F3F3F. Windows color (decimal): -10475918 or 7480928. OLE color: 7480928.
HSL color Cylindrical-coordinate representation of color #602672: hue angle of 285.79º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602672 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 38 | 114 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.55 |
| HSL | 285.79º | 0.5% | 0.3% | - |
| HSV(B) | 285.79º | 0.67% | 0.45% | - |
| XYZ | 8.55 | 5.09 | 16.45 | - |
| YUV | 64.01 | 156.22 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 38 | 114 | 0.16 | 0.67 | 0 | 0.55 | 285.79 | 0.5 | 0.3 |
| Hex | 60 | 26 | 72 | 10 | 43 | 0 | 37 | 11E | 32 | 1E |
| Octal | 140 | 46 | 162 | 20 | 103 | 0 | 67 | 436 | 62 | 36 |
| Binary | 1100000 | 100110 | 1110010 | 10000 | 1000011 | 0 | 110111 | 100011110 | 110010 | 11110 |
Color Harmonies of #602672
Complementary color
Monochromatic Colors of #602672
Black with #602672
Text Example
Text Example
White with #602672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602672; }
p { color: rgb(96,38,114); }
H1.HeaderClassName
{
color: #602672;
}
.AnyTagClassName
{
color: #602672;
}
</style>
background-color css
<style>
a { background-color: #602672; }
a { background-color: rgb(96,38,114); }
div.DivClassName
{
background-color: #602672;
}
.BgClassName
{
background-color: #602672;
}
</style>
border-color css
<style>
span { border-color: #602672; }
span { border-color: rgb(96,38,114); }
td.TdClassName
{
border-color: #602672;
}
.TagClassName
{
border-color: #602672;
}
</style>