Shades of Seance #602172
Tints of Seance #602172
RGB
CMYK
RGB Variations
Color information
#602172 (or 0x602172) is known color: Seance. HEX triplet: 60, 21 and 72. RGB value is (96,33,114). Sum of RGB (Red+Green+Blue) = 96+33+114=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #602172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602172 is #9FDE8D. Grayscale: #3C3C3C. Windows color (decimal): -10477198 or 7479648. OLE color: 7479648.
HSL color Cylindrical-coordinate representation of color #602172: hue angle of 286.67º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #602172 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 33 | 114 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.55 |
| HSL | 286.67º | 0.55% | 0.29% | - |
| HSV(B) | 286.67º | 0.71% | 0.45% | - |
| XYZ | 8.4 | 4.79 | 16.4 | - |
| YUV | 61.07 | 157.87 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 33 | 114 | 0.16 | 0.71 | 0 | 0.55 | 286.67 | 0.55 | 0.29 |
| Hex | 60 | 21 | 72 | 10 | 47 | 0 | 37 | 11F | 37 | 1D |
| Octal | 140 | 41 | 162 | 20 | 107 | 0 | 67 | 437 | 67 | 35 |
| Binary | 1100000 | 100001 | 1110010 | 10000 | 1000111 | 0 | 110111 | 100011111 | 110111 | 11101 |
Color Harmonies of #602172
Complementary color
Monochromatic Colors of #602172
Black with #602172
Text Example
Text Example
White with #602172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602172; }
p { color: rgb(96,33,114); }
H1.HeaderClassName
{
color: #602172;
}
.AnyTagClassName
{
color: #602172;
}
</style>
background-color css
<style>
a { background-color: #602172; }
a { background-color: rgb(96,33,114); }
div.DivClassName
{
background-color: #602172;
}
.BgClassName
{
background-color: #602172;
}
</style>
border-color css
<style>
span { border-color: #602172; }
span { border-color: rgb(96,33,114); }
td.TdClassName
{
border-color: #602172;
}
.TagClassName
{
border-color: #602172;
}
</style>