Shades of Seance #662D72
Tints of Seance #662D72
RGB
CMYK
RGB Variations
Color information
#662D72 (or 0x662D72) is known color: Seance. HEX triplet: 66, 2D and 72. RGB value is (102,45,114). Sum of RGB (Red+Green+Blue) = 102+45+114=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 45 (17.97% from 255 or 17.24% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 114 - color contains mainly: blue. Hex color #662D72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662D72 is #99D28D. Grayscale: #454545. Windows color (decimal): -10080910 or 7482726. OLE color: 7482726.
HSL color Cylindrical-coordinate representation of color #662D72: hue angle of 289.57º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #662D72 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 45 | 114 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.55 |
| HSL | 289.57º | 0.43% | 0.31% | - |
| HSV(B) | 289.57º | 0.61% | 0.45% | - |
| XYZ | 9.46 | 5.92 | 16.56 | - |
| YUV | 69.91 | 152.88 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 114 | 0.11 | 0.61 | 0 | 0.55 | 289.57 | 0.43 | 0.31 |
| Hex | 66 | 2D | 72 | B | 3D | 0 | 37 | 122 | 2B | 1F |
| Octal | 146 | 55 | 162 | 13 | 75 | 0 | 67 | 442 | 53 | 37 |
| Binary | 1100110 | 101101 | 1110010 | 1011 | 111101 | 0 | 110111 | 100100010 | 101011 | 11111 |
Color Harmonies of #662D72
Complementary color
Monochromatic Colors of #662D72
Black with #662D72
Text Example
Text Example
White with #662D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662D72; }
p { color: rgb(102,45,114); }
H1.HeaderClassName
{
color: #662D72;
}
.AnyTagClassName
{
color: #662D72;
}
</style>
background-color css
<style>
a { background-color: #662D72; }
a { background-color: rgb(102,45,114); }
div.DivClassName
{
background-color: #662D72;
}
.BgClassName
{
background-color: #662D72;
}
</style>
border-color css
<style>
span { border-color: #662D72; }
span { border-color: rgb(102,45,114); }
td.TdClassName
{
border-color: #662D72;
}
.TagClassName
{
border-color: #662D72;
}
</style>