Shades of Palatinate Purple #660D66
Tints of Palatinate Purple #660D66
RGB
CMYK
RGB Variations
Color information
#660D66 (or 0x660D66) is known color: Palatinate Purple. HEX triplet: 66, 0D and 66. RGB value is (102,13,102). Sum of RGB (Red+Green+Blue) = 102+13+102=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #660D66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660D66 is #99F299. Grayscale: #313131. Windows color (decimal): -10089114 or 6688102. OLE color: 6688102.
HSL color Cylindrical-coordinate representation of color #660D66: hue angle of 300º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #660D66 is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 13 | 102 | - |
| CMYK | 0 | 0.87 | 0 | 0.6 |
| HSL | 300º | 0.77% | 0.23% | - |
| HSV(B) | 300º | 0.87% | 0.4% | - |
| XYZ | 8.02 | 4.07 | 12.93 | - |
| YUV | 49.76 | 157.49 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 102 | 0 | 0.87 | 0 | 0.6 | 300 | 0.77 | 0.23 |
| Hex | 66 | D | 66 | 0 | 57 | 0 | 3C | 12C | 4D | 17 |
| Octal | 146 | 15 | 146 | 0 | 127 | 0 | 74 | 454 | 115 | 27 |
| Binary | 1100110 | 1101 | 1100110 | 0 | 1010111 | 0 | 111100 | 100101100 | 1001101 | 10111 |
Color Harmonies of #660D66
Complementary color
Monochromatic Colors of #660D66
Black with #660D66
Text Example
Text Example
White with #660D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660D66; }
p { color: rgb(102,13,102); }
H1.HeaderClassName
{
color: #660D66;
}
.AnyTagClassName
{
color: #660D66;
}
</style>
background-color css
<style>
a { background-color: #660D66; }
a { background-color: rgb(102,13,102); }
div.DivClassName
{
background-color: #660D66;
}
.BgClassName
{
background-color: #660D66;
}
</style>
border-color css
<style>
span { border-color: #660D66; }
span { border-color: rgb(102,13,102); }
td.TdClassName
{
border-color: #660D66;
}
.TagClassName
{
border-color: #660D66;
}
</style>