Shades of Palatinate Purple #660E63
Tints of Palatinate Purple #660E63
RGB
CMYK
RGB Variations
Color information
#660E63 (or 0x660E63) is known color: Palatinate Purple. HEX triplet: 66, 0E and 63. RGB value is (102,14,99). Sum of RGB (Red+Green+Blue) = 102+14+99=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #660E63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660E63 is #99F19C. Grayscale: #313131. Windows color (decimal): -10088861 or 6491750. OLE color: 6491750.
HSL color Cylindrical-coordinate representation of color #660E63: hue angle of 302.05º 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 #660E63 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 14 | 99 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.6 |
| HSL | 302.05º | 0.76% | 0.23% | - |
| HSV(B) | 302.05º | 0.86% | 0.4% | - |
| XYZ | 7.89 | 4.04 | 12.17 | - |
| YUV | 50 | 155.65 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 14 | 99 | 0 | 0.86 | 0.03 | 0.6 | 302.05 | 0.76 | 0.23 |
| Hex | 66 | E | 63 | 0 | 56 | 3 | 3C | 12E | 4C | 17 |
| Octal | 146 | 16 | 143 | 0 | 126 | 3 | 74 | 456 | 114 | 27 |
| Binary | 1100110 | 1110 | 1100011 | 0 | 1010110 | 11 | 111100 | 100101110 | 1001100 | 10111 |
Color Harmonies of #660E63
Complementary color
Monochromatic Colors of #660E63
Black with #660E63
Text Example
Text Example
White with #660E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660E63; }
p { color: rgb(102,14,99); }
H1.HeaderClassName
{
color: #660E63;
}
.AnyTagClassName
{
color: #660E63;
}
</style>
background-color css
<style>
a { background-color: #660E63; }
a { background-color: rgb(102,14,99); }
div.DivClassName
{
background-color: #660E63;
}
.BgClassName
{
background-color: #660E63;
}
</style>
border-color css
<style>
span { border-color: #660E63; }
span { border-color: rgb(102,14,99); }
td.TdClassName
{
border-color: #660E63;
}
.TagClassName
{
border-color: #660E63;
}
</style>