Shades of Seance #662B72
Tints of Seance #662B72
RGB
CMYK
RGB Variations
Color information
#662B72 (or 0x662B72) is known color: Seance. HEX triplet: 66, 2B and 72. RGB value is (102,43,114). Sum of RGB (Red+Green+Blue) = 102+43+114=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 114 - color contains mainly: blue. Hex color #662B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662B72 is #99D48D. Grayscale: #444444. Windows color (decimal): -10081422 or 7482214. OLE color: 7482214.
HSL color Cylindrical-coordinate representation of color #662B72: hue angle of 289.86º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #662B72 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 43 | 114 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.55 |
| HSL | 289.86º | 0.45% | 0.31% | - |
| HSV(B) | 289.86º | 0.62% | 0.45% | - |
| XYZ | 9.38 | 5.77 | 16.54 | - |
| YUV | 68.74 | 153.55 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 43 | 114 | 0.11 | 0.62 | 0 | 0.55 | 289.86 | 0.45 | 0.31 |
| Hex | 66 | 2B | 72 | B | 3E | 0 | 37 | 122 | 2D | 1F |
| Octal | 146 | 53 | 162 | 13 | 76 | 0 | 67 | 442 | 55 | 37 |
| Binary | 1100110 | 101011 | 1110010 | 1011 | 111110 | 0 | 110111 | 100100010 | 101101 | 11111 |
Color Harmonies of #662B72
Complementary color
Monochromatic Colors of #662B72
Black with #662B72
Text Example
Text Example
White with #662B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662B72; }
p { color: rgb(102,43,114); }
H1.HeaderClassName
{
color: #662B72;
}
.AnyTagClassName
{
color: #662B72;
}
</style>
background-color css
<style>
a { background-color: #662B72; }
a { background-color: rgb(102,43,114); }
div.DivClassName
{
background-color: #662B72;
}
.BgClassName
{
background-color: #662B72;
}
</style>
border-color css
<style>
span { border-color: #662B72; }
span { border-color: rgb(102,43,114); }
td.TdClassName
{
border-color: #662B72;
}
.TagClassName
{
border-color: #662B72;
}
</style>