Shades of Palatinate Purple #660D59
Tints of Palatinate Purple #660D59
RGB
CMYK
RGB Variations
Color information
#660D59 (or 0x660D59) is known color: Palatinate Purple. HEX triplet: 66, 0D and 59. RGB value is (102,13,89). Sum of RGB (Red+Green+Blue) = 102+13+89=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #660D59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660D59 is #99F2A6. Grayscale: #303030. Windows color (decimal): -10089127 or 5836134. OLE color: 5836134.
HSL color Cylindrical-coordinate representation of color #660D59: hue angle of 308.76º 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 #660D59 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 13 | 89 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.6 |
| HSL | 308.76º | 0.77% | 0.23% | - |
| HSV(B) | 308.76º | 0.87% | 0.4% | - |
| XYZ | 7.43 | 3.83 | 9.8 | - |
| YUV | 48.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 89 | 0 | 0.87 | 0.13 | 0.6 | 308.76 | 0.77 | 0.23 |
| Hex | 66 | D | 59 | 0 | 57 | D | 3C | 135 | 4D | 17 |
| Octal | 146 | 15 | 131 | 0 | 127 | 15 | 74 | 465 | 115 | 27 |
| Binary | 1100110 | 1101 | 1011001 | 0 | 1010111 | 1101 | 111100 | 100110101 | 1001101 | 10111 |
Color Harmonies of #660D59
Complementary color
Monochromatic Colors of #660D59
Black with #660D59
Text Example
Text Example
White with #660D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660D59; }
p { color: rgb(102,13,89); }
H1.HeaderClassName
{
color: #660D59;
}
.AnyTagClassName
{
color: #660D59;
}
</style>
background-color css
<style>
a { background-color: #660D59; }
a { background-color: rgb(102,13,89); }
div.DivClassName
{
background-color: #660D59;
}
.BgClassName
{
background-color: #660D59;
}
</style>
border-color css
<style>
span { border-color: #660D59; }
span { border-color: rgb(102,13,89); }
td.TdClassName
{
border-color: #660D59;
}
.TagClassName
{
border-color: #660D59;
}
</style>