Shades of Seance #66247A
Tints of Seance #66247A
RGB
CMYK
RGB Variations
Color information
#66247A (or 0x66247A) is known color: Seance. HEX triplet: 66, 24 and 7A. RGB value is (102,36,122). Sum of RGB (Red+Green+Blue) = 102+36+122=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 122 (48.05% from 255 or 46.92% from 260); Max value from RGB is 122 - color contains mainly: blue. Hex color #66247A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66247A is #99DB85. Grayscale: #414141. Windows color (decimal): -10083206 or 8004710. OLE color: 8004710.
HSL color Cylindrical-coordinate representation of color #66247A: hue angle of 286.05º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66247A is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 36 | 122 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.52 |
| HSL | 286.05º | 0.54% | 0.31% | - |
| HSV(B) | 286.05º | 0.7% | 0.48% | - |
| XYZ | 9.62 | 5.49 | 18.97 | - |
| YUV | 65.54 | 159.87 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 36 | 122 | 0.16 | 0.70 | 0 | 0.52 | 286.05 | 0.54 | 0.31 |
| Hex | 66 | 24 | 7A | 10 | 46 | 0 | 34 | 11E | 36 | 1F |
| Octal | 146 | 44 | 172 | 20 | 106 | 0 | 64 | 436 | 66 | 37 |
| Binary | 1100110 | 100100 | 1111010 | 10000 | 1000110 | 0 | 110100 | 100011110 | 110110 | 11111 |
Color Harmonies of #66247A
Complementary color
Monochromatic Colors of #66247A
Black with #66247A
Text Example
Text Example
White with #66247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66247A; }
p { color: rgb(102,36,122); }
H1.HeaderClassName
{
color: #66247A;
}
.AnyTagClassName
{
color: #66247A;
}
</style>
background-color css
<style>
a { background-color: #66247A; }
a { background-color: rgb(102,36,122); }
div.DivClassName
{
background-color: #66247A;
}
.BgClassName
{
background-color: #66247A;
}
</style>
border-color css
<style>
span { border-color: #66247A; }
span { border-color: rgb(102,36,122); }
td.TdClassName
{
border-color: #66247A;
}
.TagClassName
{
border-color: #66247A;
}
</style>