Shades of Seance #66147C
Tints of Seance #66147C
RGB
CMYK
RGB Variations
Color information
#66147C (or 0x66147C) is known color: Seance. HEX triplet: 66, 14 and 7C. RGB value is (102,20,124). Sum of RGB (Red+Green+Blue) = 102+20+124=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #66147C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66147C is #99EB83. Grayscale: #383838. Windows color (decimal): -10087300 or 8131686. OLE color: 8131686.
HSL color Cylindrical-coordinate representation of color #66147C: hue angle of 287.31º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #66147C is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 20 | 124 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.51 |
| HSL | 287.31º | 0.72% | 0.28% | - |
| HSV(B) | 287.31º | 0.84% | 0.49% | - |
| XYZ | 9.37 | 4.78 | 19.5 | - |
| YUV | 56.37 | 166.17 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 20 | 124 | 0.18 | 0.84 | 0 | 0.51 | 287.31 | 0.72 | 0.28 |
| Hex | 66 | 14 | 7C | 12 | 54 | 0 | 33 | 11F | 48 | 1C |
| Octal | 146 | 24 | 174 | 22 | 124 | 0 | 63 | 437 | 110 | 34 |
| Binary | 1100110 | 10100 | 1111100 | 10010 | 1010100 | 0 | 110011 | 100011111 | 1001000 | 11100 |
Color Harmonies of #66147C
Complementary color
Monochromatic Colors of #66147C
Black with #66147C
Text Example
Text Example
White with #66147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66147C; }
p { color: rgb(102,20,124); }
H1.HeaderClassName
{
color: #66147C;
}
.AnyTagClassName
{
color: #66147C;
}
</style>
background-color css
<style>
a { background-color: #66147C; }
a { background-color: rgb(102,20,124); }
div.DivClassName
{
background-color: #66147C;
}
.BgClassName
{
background-color: #66147C;
}
</style>
border-color css
<style>
span { border-color: #66147C; }
span { border-color: rgb(102,20,124); }
td.TdClassName
{
border-color: #66147C;
}
.TagClassName
{
border-color: #66147C;
}
</style>