Shades of Palatinate Purple #590E5A
Tints of Palatinate Purple #590E5A
RGB
CMYK
RGB Variations
Color information
#590E5A (or 0x590E5A) is known color: Palatinate Purple. HEX triplet: 59, 0E and 5A. RGB value is (89,14,90). Sum of RGB (Red+Green+Blue) = 89+14+90=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 14 (5.86% from 255 or 7.25% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #590E5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590E5A is #A6F1A5. Grayscale: #2C2C2C. Windows color (decimal): -10940838 or 5901913. OLE color: 5901913.
HSL color Cylindrical-coordinate representation of color #590E5A: hue angle of 299.21º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #590E5A is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 14 | 90 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.65 |
| HSL | 299.21º | 0.73% | 0.2% | - |
| HSV(B) | 299.21º | 0.84% | 0.35% | - |
| XYZ | 6.12 | 3.18 | 9.96 | - |
| YUV | 45.09 | 153.35 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 14 | 90 | 0.01 | 0.84 | 0 | 0.65 | 299.21 | 0.73 | 0.2 |
| Hex | 59 | E | 5A | 1 | 54 | 0 | 41 | 12B | 49 | 14 |
| Octal | 131 | 16 | 132 | 1 | 124 | 0 | 101 | 453 | 111 | 24 |
| Binary | 1011001 | 1110 | 1011010 | 1 | 1010100 | 0 | 1000001 | 100101011 | 1001001 | 10100 |
Color Harmonies of #590E5A
Complementary color
Monochromatic Colors of #590E5A
Black with #590E5A
Text Example
Text Example
White with #590E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590E5A; }
p { color: rgb(89,14,90); }
H1.HeaderClassName
{
color: #590E5A;
}
.AnyTagClassName
{
color: #590E5A;
}
</style>
background-color css
<style>
a { background-color: #590E5A; }
a { background-color: rgb(89,14,90); }
div.DivClassName
{
background-color: #590E5A;
}
.BgClassName
{
background-color: #590E5A;
}
</style>
border-color css
<style>
span { border-color: #590E5A; }
span { border-color: rgb(89,14,90); }
td.TdClassName
{
border-color: #590E5A;
}
.TagClassName
{
border-color: #590E5A;
}
</style>