Shades of Palatinate Purple #662959
Tints of Palatinate Purple #662959
RGB
CMYK
RGB Variations
Color information
#662959 (or 0x662959) is known color: Palatinate Purple. HEX triplet: 66, 29 and 59. RGB value is (102,41,89). Sum of RGB (Red+Green+Blue) = 102+41+89=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #662959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662959 is #99D6A6. Grayscale: #404040. Windows color (decimal): -10081959 or 5843302. OLE color: 5843302.
HSL color Cylindrical-coordinate representation of color #662959: hue angle of 312.79º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #662959 is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 41 | 89 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.6 |
| HSL | 312.79º | 0.43% | 0.28% | - |
| HSV(B) | 312.79º | 0.6% | 0.4% | - |
| XYZ | 8.08 | 5.13 | 10.02 | - |
| YUV | 64.71 | 141.71 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 41 | 89 | 0 | 0.60 | 0.13 | 0.6 | 312.79 | 0.43 | 0.28 |
| Hex | 66 | 29 | 59 | 0 | 3C | D | 3C | 139 | 2B | 1C |
| Octal | 146 | 51 | 131 | 0 | 74 | 15 | 74 | 471 | 53 | 34 |
| Binary | 1100110 | 101001 | 1011001 | 0 | 111100 | 1101 | 111100 | 100111001 | 101011 | 11100 |
Color Harmonies of #662959
Complementary color
Monochromatic Colors of #662959
Black with #662959
Text Example
Text Example
White with #662959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662959; }
p { color: rgb(102,41,89); }
H1.HeaderClassName
{
color: #662959;
}
.AnyTagClassName
{
color: #662959;
}
</style>
background-color css
<style>
a { background-color: #662959; }
a { background-color: rgb(102,41,89); }
div.DivClassName
{
background-color: #662959;
}
.BgClassName
{
background-color: #662959;
}
</style>
border-color css
<style>
span { border-color: #662959; }
span { border-color: rgb(102,41,89); }
td.TdClassName
{
border-color: #662959;
}
.TagClassName
{
border-color: #662959;
}
</style>