Shades of Palatinate Purple #59164E
Tints of Palatinate Purple #59164E
RGB
CMYK
RGB Variations
Color information
#59164E (or 0x59164E) is known color: Palatinate Purple. HEX triplet: 59, 16 and 4E. RGB value is (89,22,78). Sum of RGB (Red+Green+Blue) = 89+22+78=189 (25% of max value = 765). Red value is 89 (35.16% from 255 or 47.09% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 89 - color contains mainly: red. Hex color #59164E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59164E is #A6E9B1. Grayscale: #303030. Windows color (decimal): -10938802 or 5117529. OLE color: 5117529.
HSL color Cylindrical-coordinate representation of color #59164E: hue angle of 309.85º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #59164E is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 22 | 78 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.65 |
| HSL | 309.85º | 0.6% | 0.22% | - |
| HSV(B) | 309.85º | 0.75% | 0.35% | - |
| XYZ | 5.78 | 3.25 | 7.53 | - |
| YUV | 48.42 | 144.7 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 22 | 78 | 0 | 0.75 | 0.12 | 0.65 | 309.85 | 0.6 | 0.22 |
| Hex | 59 | 16 | 4E | 0 | 4B | C | 41 | 136 | 3C | 16 |
| Octal | 131 | 26 | 116 | 0 | 113 | 14 | 101 | 466 | 74 | 26 |
| Binary | 1011001 | 10110 | 1001110 | 0 | 1001011 | 1100 | 1000001 | 100110110 | 111100 | 10110 |
Color Harmonies of #59164E
Complementary color
Monochromatic Colors of #59164E
Black with #59164E
Text Example
Text Example
White with #59164E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59164E; }
p { color: rgb(89,22,78); }
H1.HeaderClassName
{
color: #59164E;
}
.AnyTagClassName
{
color: #59164E;
}
</style>
background-color css
<style>
a { background-color: #59164E; }
a { background-color: rgb(89,22,78); }
div.DivClassName
{
background-color: #59164E;
}
.BgClassName
{
background-color: #59164E;
}
</style>
border-color css
<style>
span { border-color: #59164E; }
span { border-color: rgb(89,22,78); }
td.TdClassName
{
border-color: #59164E;
}
.TagClassName
{
border-color: #59164E;
}
</style>