Shades of Palatinate Purple #590563
Tints of Palatinate Purple #590563
RGB
CMYK
RGB Variations
Color information
#590563 (or 0x590563) is known color: Palatinate Purple. HEX triplet: 59, 05 and 63. RGB value is (89,5,99). Sum of RGB (Red+Green+Blue) = 89+5+99=193 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.11% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #590563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590563 is #A6FA9C. Grayscale: #282828. Windows color (decimal): -10943133 or 6489433. OLE color: 6489433.
HSL color Cylindrical-coordinate representation of color #590563: hue angle of 293.62º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #590563 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 89 | 5 | 99 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.61 |
| HSL | 293.62º | 0.9% | 0.2% | - |
| HSV(B) | 293.62º | 0.95% | 0.39% | - |
| XYZ | 6.43 | 3.13 | 12.07 | - |
| YUV | 40.83 | 160.83 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 5 | 99 | 0.10 | 0.95 | 0 | 0.61 | 293.62 | 0.9 | 0.2 |
| Hex | 59 | 5 | 63 | A | 5F | 0 | 3D | 126 | 5A | 14 |
| Octal | 131 | 5 | 143 | 12 | 137 | 0 | 75 | 446 | 132 | 24 |
| Binary | 1011001 | 101 | 1100011 | 1010 | 1011111 | 0 | 111101 | 100100110 | 1011010 | 10100 |
Color Harmonies of #590563
Complementary color
Monochromatic Colors of #590563
Black with #590563
Text Example
Text Example
White with #590563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590563; }
p { color: rgb(89,5,99); }
H1.HeaderClassName
{
color: #590563;
}
.AnyTagClassName
{
color: #590563;
}
</style>
background-color css
<style>
a { background-color: #590563; }
a { background-color: rgb(89,5,99); }
div.DivClassName
{
background-color: #590563;
}
.BgClassName
{
background-color: #590563;
}
</style>
border-color css
<style>
span { border-color: #590563; }
span { border-color: rgb(89,5,99); }
td.TdClassName
{
border-color: #590563;
}
.TagClassName
{
border-color: #590563;
}
</style>