Shades of Palatinate Purple #590561
Tints of Palatinate Purple #590561
RGB
CMYK
RGB Variations
Color information
#590561 (or 0x590561) is known color: Palatinate Purple. HEX triplet: 59, 05 and 61. RGB value is (89,5,97). Sum of RGB (Red+Green+Blue) = 89+5+97=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #590561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590561 is #A6FA9E. Grayscale: #282828. Windows color (decimal): -10943135 or 6358361. OLE color: 6358361.
HSL color Cylindrical-coordinate representation of color #590561: hue angle of 294.78º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #590561 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 5 | 97 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.62 |
| HSL | 294.78º | 0.9% | 0.2% | - |
| HSV(B) | 294.78º | 0.95% | 0.38% | - |
| XYZ | 6.33 | 3.1 | 11.57 | - |
| YUV | 40.6 | 159.83 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 5 | 97 | 0.08 | 0.95 | 0 | 0.62 | 294.78 | 0.9 | 0.2 |
| Hex | 59 | 5 | 61 | 8 | 5F | 0 | 3E | 127 | 5A | 14 |
| Octal | 131 | 5 | 141 | 10 | 137 | 0 | 76 | 447 | 132 | 24 |
| Binary | 1011001 | 101 | 1100001 | 1000 | 1011111 | 0 | 111110 | 100100111 | 1011010 | 10100 |
Color Harmonies of #590561
Complementary color
Monochromatic Colors of #590561
Black with #590561
Text Example
Text Example
White with #590561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590561; }
p { color: rgb(89,5,97); }
H1.HeaderClassName
{
color: #590561;
}
.AnyTagClassName
{
color: #590561;
}
</style>
background-color css
<style>
a { background-color: #590561; }
a { background-color: rgb(89,5,97); }
div.DivClassName
{
background-color: #590561;
}
.BgClassName
{
background-color: #590561;
}
</style>
border-color css
<style>
span { border-color: #590561; }
span { border-color: rgb(89,5,97); }
td.TdClassName
{
border-color: #590561;
}
.TagClassName
{
border-color: #590561;
}
</style>