Shades of Palatinate Purple #660959
Tints of Palatinate Purple #660959
RGB
CMYK
RGB Variations
Color information
#660959 (or 0x660959) is known color: Palatinate Purple. HEX triplet: 66, 09 and 59. RGB value is (102,9,89). Sum of RGB (Red+Green+Blue) = 102+9+89=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #660959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660959 is #99F6A6. Grayscale: #2D2D2D. Windows color (decimal): -10090151 or 5835110. OLE color: 5835110.
HSL color Cylindrical-coordinate representation of color #660959: hue angle of 308.39º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660959 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 9 | 89 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.6 |
| HSL | 308.39º | 0.84% | 0.22% | - |
| HSV(B) | 308.39º | 0.91% | 0.4% | - |
| XYZ | 7.38 | 3.74 | 9.78 | - |
| YUV | 45.93 | 152.31 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 89 | 0 | 0.91 | 0.13 | 0.6 | 308.39 | 0.84 | 0.22 |
| Hex | 66 | 9 | 59 | 0 | 5B | D | 3C | 134 | 54 | 16 |
| Octal | 146 | 11 | 131 | 0 | 133 | 15 | 74 | 464 | 124 | 26 |
| Binary | 1100110 | 1001 | 1011001 | 0 | 1011011 | 1101 | 111100 | 100110100 | 1010100 | 10110 |
Color Harmonies of #660959
Complementary color
Monochromatic Colors of #660959
Black with #660959
Text Example
Text Example
White with #660959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660959; }
p { color: rgb(102,9,89); }
H1.HeaderClassName
{
color: #660959;
}
.AnyTagClassName
{
color: #660959;
}
</style>
background-color css
<style>
a { background-color: #660959; }
a { background-color: rgb(102,9,89); }
div.DivClassName
{
background-color: #660959;
}
.BgClassName
{
background-color: #660959;
}
</style>
border-color css
<style>
span { border-color: #660959; }
span { border-color: rgb(102,9,89); }
td.TdClassName
{
border-color: #660959;
}
.TagClassName
{
border-color: #660959;
}
</style>