Shades of Seance #662072
Tints of Seance #662072
RGB
CMYK
RGB Variations
Color information
#662072 (or 0x662072) is known color: Seance. HEX triplet: 66, 20 and 72. RGB value is (102,32,114). Sum of RGB (Red+Green+Blue) = 102+32+114=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 32 (12.89% from 255 or 12.90% 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 #662072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662072 is #99DF8D. Grayscale: #3E3E3E. Windows color (decimal): -10084238 or 7479398. OLE color: 7479398.
HSL color Cylindrical-coordinate representation of color #662072: hue angle of 291.22º 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 #662072 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 32 | 114 | - |
| CMYK | 0.11 | 0.72 | 0 | 0.55 |
| HSL | 291.22º | 0.56% | 0.29% | - |
| HSV(B) | 291.22º | 0.72% | 0.45% | - |
| XYZ | 9.03 | 5.07 | 16.42 | - |
| YUV | 62.28 | 157.19 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 32 | 114 | 0.11 | 0.72 | 0 | 0.55 | 291.22 | 0.56 | 0.29 |
| Hex | 66 | 20 | 72 | B | 48 | 0 | 37 | 123 | 38 | 1D |
| Octal | 146 | 40 | 162 | 13 | 110 | 0 | 67 | 443 | 70 | 35 |
| Binary | 1100110 | 100000 | 1110010 | 1011 | 1001000 | 0 | 110111 | 100100011 | 111000 | 11101 |
Color Harmonies of #662072
Complementary color
Monochromatic Colors of #662072
Black with #662072
Text Example
Text Example
White with #662072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662072; }
p { color: rgb(102,32,114); }
H1.HeaderClassName
{
color: #662072;
}
.AnyTagClassName
{
color: #662072;
}
</style>
background-color css
<style>
a { background-color: #662072; }
a { background-color: rgb(102,32,114); }
div.DivClassName
{
background-color: #662072;
}
.BgClassName
{
background-color: #662072;
}
</style>
border-color css
<style>
span { border-color: #662072; }
span { border-color: rgb(102,32,114); }
td.TdClassName
{
border-color: #662072;
}
.TagClassName
{
border-color: #662072;
}
</style>