Shades of Palatinate Purple #590355
Tints of Palatinate Purple #590355
RGB
CMYK
RGB Variations
Color information
#590355 (or 0x590355) is known color: Palatinate Purple. HEX triplet: 59, 03 and 55. RGB value is (89,3,85). Sum of RGB (Red+Green+Blue) = 89+3+85=177 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.28% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 85 (33.59% from 255 or 48.02% from 177); Max value from RGB is 89 - color contains mainly: red. Hex color #590355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590355 is #A6FCAA. Grayscale: #252525. Windows color (decimal): -10943659 or 5571417. OLE color: 5571417.
HSL color Cylindrical-coordinate representation of color #590355: hue angle of 302.79º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #590355 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 3 | 85 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.65 |
| HSL | 302.79º | 0.93% | 0.18% | - |
| HSV(B) | 302.79º | 0.97% | 0.35% | - |
| XYZ | 5.79 | 2.84 | 8.84 | - |
| YUV | 38.06 | 154.49 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 3 | 85 | 0 | 0.97 | 0.04 | 0.65 | 302.79 | 0.93 | 0.18 |
| Hex | 59 | 3 | 55 | 0 | 61 | 4 | 41 | 12F | 5D | 12 |
| Octal | 131 | 3 | 125 | 0 | 141 | 4 | 101 | 457 | 135 | 22 |
| Binary | 1011001 | 11 | 1010101 | 0 | 1100001 | 100 | 1000001 | 100101111 | 1011101 | 10010 |
Color Harmonies of #590355
Complementary color
Monochromatic Colors of #590355
Black with #590355
Text Example
Text Example
White with #590355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590355; }
p { color: rgb(89,3,85); }
H1.HeaderClassName
{
color: #590355;
}
.AnyTagClassName
{
color: #590355;
}
</style>
background-color css
<style>
a { background-color: #590355; }
a { background-color: rgb(89,3,85); }
div.DivClassName
{
background-color: #590355;
}
.BgClassName
{
background-color: #590355;
}
</style>
border-color css
<style>
span { border-color: #590355; }
span { border-color: rgb(89,3,85); }
td.TdClassName
{
border-color: #590355;
}
.TagClassName
{
border-color: #590355;
}
</style>