Shades of Palatinate Purple #59144D
Tints of Palatinate Purple #59144D
RGB
CMYK
RGB Variations
Color information
#59144D (or 0x59144D) is known color: Palatinate Purple. HEX triplet: 59, 14 and 4D. RGB value is (89,20,77). Sum of RGB (Red+Green+Blue) = 89+20+77=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 89 - color contains mainly: red. Hex color #59144D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59144D is #A6EBB2. Grayscale: #2E2E2E. Windows color (decimal): -10939315 or 5051481. OLE color: 5051481.
HSL color Cylindrical-coordinate representation of color #59144D: hue angle of 310.43º 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 #59144D is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 20 | 77 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.65 |
| HSL | 310.43º | 0.63% | 0.21% | - |
| HSV(B) | 310.43º | 0.78% | 0.35% | - |
| XYZ | 5.71 | 3.16 | 7.33 | - |
| YUV | 47.13 | 144.86 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 20 | 77 | 0 | 0.78 | 0.13 | 0.65 | 310.43 | 0.63 | 0.21 |
| Hex | 59 | 14 | 4D | 0 | 4E | D | 41 | 136 | 3F | 15 |
| Octal | 131 | 24 | 115 | 0 | 116 | 15 | 101 | 466 | 77 | 25 |
| Binary | 1011001 | 10100 | 1001101 | 0 | 1001110 | 1101 | 1000001 | 100110110 | 111111 | 10101 |
Color Harmonies of #59144D
Complementary color
Monochromatic Colors of #59144D
Black with #59144D
Text Example
Text Example
White with #59144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59144D; }
p { color: rgb(89,20,77); }
H1.HeaderClassName
{
color: #59144D;
}
.AnyTagClassName
{
color: #59144D;
}
</style>
background-color css
<style>
a { background-color: #59144D; }
a { background-color: rgb(89,20,77); }
div.DivClassName
{
background-color: #59144D;
}
.BgClassName
{
background-color: #59144D;
}
</style>
border-color css
<style>
span { border-color: #59144D; }
span { border-color: rgb(89,20,77); }
td.TdClassName
{
border-color: #59144D;
}
.TagClassName
{
border-color: #59144D;
}
</style>