Shades of Palatinate Purple #59144E
Tints of Palatinate Purple #59144E
RGB
CMYK
RGB Variations
Color information
#59144E (or 0x59144E) is known color: Palatinate Purple. HEX triplet: 59, 14 and 4E. RGB value is (89,20,78). Sum of RGB (Red+Green+Blue) = 89+20+78=187 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.59% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 89 - color contains mainly: red. Hex color #59144E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59144E is #A6EBB1. Grayscale: #2F2F2F. Windows color (decimal): -10939314 or 5117017. OLE color: 5117017.
HSL color Cylindrical-coordinate representation of color #59144E: hue angle of 309.57º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #59144E is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 20 | 78 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.65 |
| HSL | 309.57º | 0.63% | 0.21% | - |
| HSV(B) | 309.57º | 0.78% | 0.35% | - |
| XYZ | 5.75 | 3.17 | 7.52 | - |
| YUV | 47.24 | 145.36 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 20 | 78 | 0 | 0.78 | 0.12 | 0.65 | 309.57 | 0.63 | 0.21 |
| Hex | 59 | 14 | 4E | 0 | 4E | C | 41 | 136 | 3F | 15 |
| Octal | 131 | 24 | 116 | 0 | 116 | 14 | 101 | 466 | 77 | 25 |
| Binary | 1011001 | 10100 | 1001110 | 0 | 1001110 | 1100 | 1000001 | 100110110 | 111111 | 10101 |
Color Harmonies of #59144E
Complementary color
Monochromatic Colors of #59144E
Black with #59144E
Text Example
Text Example
White with #59144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59144E; }
p { color: rgb(89,20,78); }
H1.HeaderClassName
{
color: #59144E;
}
.AnyTagClassName
{
color: #59144E;
}
</style>
background-color css
<style>
a { background-color: #59144E; }
a { background-color: rgb(89,20,78); }
div.DivClassName
{
background-color: #59144E;
}
.BgClassName
{
background-color: #59144E;
}
</style>
border-color css
<style>
span { border-color: #59144E; }
span { border-color: rgb(89,20,78); }
td.TdClassName
{
border-color: #59144E;
}
.TagClassName
{
border-color: #59144E;
}
</style>