Shades of Palatinate Purple #66166C
Tints of Palatinate Purple #66166C
RGB
CMYK
RGB Variations
Color information
#66166C (or 0x66166C) is known color: Palatinate Purple. HEX triplet: 66, 16 and 6C. RGB value is (102,22,108). Sum of RGB (Red+Green+Blue) = 102+22+108=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #66166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66166C is #99E993. Grayscale: #373737. Windows color (decimal): -10086804 or 7083622. OLE color: 7083622.
HSL color Cylindrical-coordinate representation of color #66166C: hue angle of 295.81º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66166C is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 22 | 108 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.58 |
| HSL | 295.81º | 0.66% | 0.25% | - |
| HSV(B) | 295.81º | 0.8% | 0.42% | - |
| XYZ | 8.47 | 4.48 | 14.61 | - |
| YUV | 55.72 | 157.5 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 22 | 108 | 0.06 | 0.80 | 0 | 0.58 | 295.81 | 0.66 | 0.25 |
| Hex | 66 | 16 | 6C | 6 | 50 | 0 | 3A | 128 | 42 | 19 |
| Octal | 146 | 26 | 154 | 6 | 120 | 0 | 72 | 450 | 102 | 31 |
| Binary | 1100110 | 10110 | 1101100 | 110 | 1010000 | 0 | 111010 | 100101000 | 1000010 | 11001 |
Color Harmonies of #66166C
Complementary color
Monochromatic Colors of #66166C
Black with #66166C
Text Example
Text Example
White with #66166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66166C; }
p { color: rgb(102,22,108); }
H1.HeaderClassName
{
color: #66166C;
}
.AnyTagClassName
{
color: #66166C;
}
</style>
background-color css
<style>
a { background-color: #66166C; }
a { background-color: rgb(102,22,108); }
div.DivClassName
{
background-color: #66166C;
}
.BgClassName
{
background-color: #66166C;
}
</style>
border-color css
<style>
span { border-color: #66166C; }
span { border-color: rgb(102,22,108); }
td.TdClassName
{
border-color: #66166C;
}
.TagClassName
{
border-color: #66166C;
}
</style>