Shades of Palatinate Purple #66126E
Tints of Palatinate Purple #66126E
RGB
CMYK
RGB Variations
Color information
#66126E (or 0x66126E) is known color: Palatinate Purple. HEX triplet: 66, 12 and 6E. RGB value is (102,18,110). Sum of RGB (Red+Green+Blue) = 102+18+110=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 110 (43.36% from 255 or 47.83% from 230); Max value from RGB is 110 - color contains mainly: blue. Hex color #66126E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66126E is #99ED91. Grayscale: #353535. Windows color (decimal): -10087826 or 7213670. OLE color: 7213670.
HSL color Cylindrical-coordinate representation of color #66126E: hue angle of 294.78º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #66126E is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 18 | 110 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.57 |
| HSL | 294.78º | 0.72% | 0.25% | - |
| HSV(B) | 294.78º | 0.84% | 0.43% | - |
| XYZ | 8.51 | 4.38 | 15.15 | - |
| YUV | 53.6 | 159.83 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 18 | 110 | 0.07 | 0.84 | 0 | 0.57 | 294.78 | 0.72 | 0.25 |
| Hex | 66 | 12 | 6E | 7 | 54 | 0 | 39 | 127 | 48 | 19 |
| Octal | 146 | 22 | 156 | 7 | 124 | 0 | 71 | 447 | 110 | 31 |
| Binary | 1100110 | 10010 | 1101110 | 111 | 1010100 | 0 | 111001 | 100100111 | 1001000 | 11001 |
Color Harmonies of #66126E
Complementary color
Monochromatic Colors of #66126E
Black with #66126E
Text Example
Text Example
White with #66126E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66126E; }
p { color: rgb(102,18,110); }
H1.HeaderClassName
{
color: #66126E;
}
.AnyTagClassName
{
color: #66126E;
}
</style>
background-color css
<style>
a { background-color: #66126E; }
a { background-color: rgb(102,18,110); }
div.DivClassName
{
background-color: #66126E;
}
.BgClassName
{
background-color: #66126E;
}
</style>
border-color css
<style>
span { border-color: #66126E; }
span { border-color: rgb(102,18,110); }
td.TdClassName
{
border-color: #66126E;
}
.TagClassName
{
border-color: #66126E;
}
</style>