Shades of Palatinate Purple #660D56
Tints of Palatinate Purple #660D56
RGB
CMYK
RGB Variations
Color information
#660D56 (or 0x660D56) is known color: Palatinate Purple. HEX triplet: 66, 0D and 56. RGB value is (102,13,86). Sum of RGB (Red+Green+Blue) = 102+13+86=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #660D56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660D56 is #99F2A9. Grayscale: #2F2F2F. Windows color (decimal): -10089130 or 5639526. OLE color: 5639526.
HSL color Cylindrical-coordinate representation of color #660D56: hue angle of 310.79º 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 #660D56 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 13 | 86 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.6 |
| HSL | 310.79º | 0.77% | 0.23% | - |
| HSV(B) | 310.79º | 0.87% | 0.4% | - |
| XYZ | 7.3 | 3.78 | 9.15 | - |
| YUV | 47.93 | 149.49 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 86 | 0 | 0.87 | 0.16 | 0.6 | 310.79 | 0.77 | 0.23 |
| Hex | 66 | D | 56 | 0 | 57 | 10 | 3C | 137 | 4D | 17 |
| Octal | 146 | 15 | 126 | 0 | 127 | 20 | 74 | 467 | 115 | 27 |
| Binary | 1100110 | 1101 | 1010110 | 0 | 1010111 | 10000 | 111100 | 100110111 | 1001101 | 10111 |
Color Harmonies of #660D56
Complementary color
Monochromatic Colors of #660D56
Black with #660D56
Text Example
Text Example
White with #660D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660D56; }
p { color: rgb(102,13,86); }
H1.HeaderClassName
{
color: #660D56;
}
.AnyTagClassName
{
color: #660D56;
}
</style>
background-color css
<style>
a { background-color: #660D56; }
a { background-color: rgb(102,13,86); }
div.DivClassName
{
background-color: #660D56;
}
.BgClassName
{
background-color: #660D56;
}
</style>
border-color css
<style>
span { border-color: #660D56; }
span { border-color: rgb(102,13,86); }
td.TdClassName
{
border-color: #660D56;
}
.TagClassName
{
border-color: #660D56;
}
</style>