Shades of Seance #66247E
Tints of Seance #66247E
RGB
CMYK
RGB Variations
Color information
#66247E (or 0x66247E) is known color: Seance. HEX triplet: 66, 24 and 7E. RGB value is (102,36,126). Sum of RGB (Red+Green+Blue) = 102+36+126=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 126 (49.61% from 255 or 47.73% from 264); Max value from RGB is 126 - color contains mainly: blue. Hex color #66247E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66247E is #99DB81. Grayscale: #414141. Windows color (decimal): -10083202 or 8266854. OLE color: 8266854.
HSL color Cylindrical-coordinate representation of color #66247E: hue angle of 284º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #66247E is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 36 | 126 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.51 |
| HSL | 284º | 0.56% | 0.32% | - |
| HSV(B) | 284º | 0.71% | 0.49% | - |
| XYZ | 9.88 | 5.59 | 20.3 | - |
| YUV | 65.99 | 161.87 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 36 | 126 | 0.19 | 0.71 | 0 | 0.51 | 284 | 0.56 | 0.32 |
| Hex | 66 | 24 | 7E | 13 | 47 | 0 | 33 | 11C | 38 | 20 |
| Octal | 146 | 44 | 176 | 23 | 107 | 0 | 63 | 434 | 70 | 40 |
| Binary | 1100110 | 100100 | 1111110 | 10011 | 1000111 | 0 | 110011 | 100011100 | 111000 | 100000 |
Color Harmonies of #66247E
Complementary color
Monochromatic Colors of #66247E
Black with #66247E
Text Example
Text Example
White with #66247E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66247E; }
p { color: rgb(102,36,126); }
H1.HeaderClassName
{
color: #66247E;
}
.AnyTagClassName
{
color: #66247E;
}
</style>
background-color css
<style>
a { background-color: #66247E; }
a { background-color: rgb(102,36,126); }
div.DivClassName
{
background-color: #66247E;
}
.BgClassName
{
background-color: #66247E;
}
</style>
border-color css
<style>
span { border-color: #66247E; }
span { border-color: rgb(102,36,126); }
td.TdClassName
{
border-color: #66247E;
}
.TagClassName
{
border-color: #66247E;
}
</style>