Shades of Palatinate Purple #66166B
Tints of Palatinate Purple #66166B
RGB
CMYK
RGB Variations
Color information
#66166B (or 0x66166B) is known color: Palatinate Purple. HEX triplet: 66, 16 and 6B. RGB value is (102,22,107). Sum of RGB (Red+Green+Blue) = 102+22+107=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 107 - color contains mainly: blue. Hex color #66166B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66166B is #99E994. Grayscale: #373737. Windows color (decimal): -10086805 or 7018086. OLE color: 7018086.
HSL color Cylindrical-coordinate representation of color #66166B: hue angle of 296.47º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66166B is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 22 | 107 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.58 |
| HSL | 296.47º | 0.66% | 0.25% | - |
| HSV(B) | 296.47º | 0.79% | 0.42% | - |
| XYZ | 8.42 | 4.46 | 14.33 | - |
| YUV | 55.61 | 157 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 22 | 107 | 0.05 | 0.79 | 0 | 0.58 | 296.47 | 0.66 | 0.25 |
| Hex | 66 | 16 | 6B | 5 | 4F | 0 | 3A | 128 | 42 | 19 |
| Octal | 146 | 26 | 153 | 5 | 117 | 0 | 72 | 450 | 102 | 31 |
| Binary | 1100110 | 10110 | 1101011 | 101 | 1001111 | 0 | 111010 | 100101000 | 1000010 | 11001 |
Color Harmonies of #66166B
Complementary color
Monochromatic Colors of #66166B
Black with #66166B
Text Example
Text Example
White with #66166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66166B; }
p { color: rgb(102,22,107); }
H1.HeaderClassName
{
color: #66166B;
}
.AnyTagClassName
{
color: #66166B;
}
</style>
background-color css
<style>
a { background-color: #66166B; }
a { background-color: rgb(102,22,107); }
div.DivClassName
{
background-color: #66166B;
}
.BgClassName
{
background-color: #66166B;
}
</style>
border-color css
<style>
span { border-color: #66166B; }
span { border-color: rgb(102,22,107); }
td.TdClassName
{
border-color: #66166B;
}
.TagClassName
{
border-color: #66166B;
}
</style>