Shades of Palatinate Purple #660E64
Tints of Palatinate Purple #660E64
RGB
CMYK
RGB Variations
Color information
#660E64 (or 0x660E64) is known color: Palatinate Purple. HEX triplet: 66, 0E and 64. RGB value is (102,14,100). Sum of RGB (Red+Green+Blue) = 102+14+100=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 100 (39.45% from 255 or 46.30% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #660E64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660E64 is #99F19B. Grayscale: #313131. Windows color (decimal): -10088860 or 6557286. OLE color: 6557286.
HSL color Cylindrical-coordinate representation of color #660E64: hue angle of 301.36º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #660E64 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 14 | 100 | - |
| CMYK | 0 | 0.86 | 0.02 | 0.6 |
| HSL | 301.36º | 0.76% | 0.23% | - |
| HSV(B) | 301.36º | 0.86% | 0.4% | - |
| XYZ | 7.94 | 4.06 | 12.42 | - |
| YUV | 50.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 14 | 100 | 0 | 0.86 | 0.02 | 0.6 | 301.36 | 0.76 | 0.23 |
| Hex | 66 | E | 64 | 0 | 56 | 2 | 3C | 12D | 4C | 17 |
| Octal | 146 | 16 | 144 | 0 | 126 | 2 | 74 | 455 | 114 | 27 |
| Binary | 1100110 | 1110 | 1100100 | 0 | 1010110 | 10 | 111100 | 100101101 | 1001100 | 10111 |
Color Harmonies of #660E64
Complementary color
Monochromatic Colors of #660E64
Black with #660E64
Text Example
Text Example
White with #660E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660E64; }
p { color: rgb(102,14,100); }
H1.HeaderClassName
{
color: #660E64;
}
.AnyTagClassName
{
color: #660E64;
}
</style>
background-color css
<style>
a { background-color: #660E64; }
a { background-color: rgb(102,14,100); }
div.DivClassName
{
background-color: #660E64;
}
.BgClassName
{
background-color: #660E64;
}
</style>
border-color css
<style>
span { border-color: #660E64; }
span { border-color: rgb(102,14,100); }
td.TdClassName
{
border-color: #660E64;
}
.TagClassName
{
border-color: #660E64;
}
</style>