Shades of Seance #66247F
Tints of Seance #66247F
RGB
CMYK
RGB Variations
Color information
#66247F (or 0x66247F) is known color: Seance. HEX triplet: 66, 24 and 7F. RGB value is (102,36,127). Sum of RGB (Red+Green+Blue) = 102+36+127=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #66247F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66247F is #99DB80. Grayscale: #414141. Windows color (decimal): -10083201 or 8332390. OLE color: 8332390.
HSL color Cylindrical-coordinate representation of color #66247F: hue angle of 283.52º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66247F is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 36 | 127 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.50 |
| HSL | 283.52º | 0.56% | 0.32% | - |
| HSV(B) | 283.52º | 0.72% | 0.5% | - |
| XYZ | 9.94 | 5.62 | 20.64 | - |
| YUV | 66.11 | 162.37 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 36 | 127 | 0.20 | 0.72 | 0 | 0.50 | 283.52 | 0.56 | 0.32 |
| Hex | 66 | 24 | 7F | 14 | 48 | 0 | 32 | 11C | 38 | 20 |
| Octal | 146 | 44 | 177 | 24 | 110 | 0 | 62 | 434 | 70 | 40 |
| Binary | 1100110 | 100100 | 1111111 | 10100 | 1001000 | 0 | 110010 | 100011100 | 111000 | 100000 |
Color Harmonies of #66247F
Complementary color
Monochromatic Colors of #66247F
Black with #66247F
Text Example
Text Example
White with #66247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66247F; }
p { color: rgb(102,36,127); }
H1.HeaderClassName
{
color: #66247F;
}
.AnyTagClassName
{
color: #66247F;
}
</style>
background-color css
<style>
a { background-color: #66247F; }
a { background-color: rgb(102,36,127); }
div.DivClassName
{
background-color: #66247F;
}
.BgClassName
{
background-color: #66247F;
}
</style>
border-color css
<style>
span { border-color: #66247F; }
span { border-color: rgb(102,36,127); }
td.TdClassName
{
border-color: #66247F;
}
.TagClassName
{
border-color: #66247F;
}
</style>