Shades of Palatinate Purple #59005A
Tints of Palatinate Purple #59005A
RGB
CMYK
RGB Variations
Color information
#59005A (or 0x59005A) is known color: Palatinate Purple. HEX triplet: 59, 00 and 5A. RGB value is (89,0,90). Sum of RGB (Red+Green+Blue) = 89+0+90=179 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.72% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #59005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59005A is #A6FFA5. Grayscale: #242424. Windows color (decimal): -10944422 or 5898329. OLE color: 5898329.
HSL color Cylindrical-coordinate representation of color #59005A: hue angle of 299.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #59005A is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 0 | 90 | - |
| CMYK | 0.01 | 1 | 0 | 0.65 |
| HSL | 299.33º | 1% | 0.18% | - |
| HSV(B) | 299.33º | 1% | 0.35% | - |
| XYZ | 5.97 | 2.86 | 9.91 | - |
| YUV | 36.87 | 157.99 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 90 | 0.01 | 1 | 0 | 0.65 | 299.33 | 1 | 0.18 |
| Hex | 59 | 0 | 5A | 1 | 64 | 0 | 41 | 12B | 64 | 12 |
| Octal | 131 | 0 | 132 | 1 | 144 | 0 | 101 | 453 | 144 | 22 |
| Binary | 1011001 | 0 | 1011010 | 1 | 1100100 | 0 | 1000001 | 100101011 | 1100100 | 10010 |
Color Harmonies of #59005A
Complementary color
Monochromatic Colors of #59005A
Black with #59005A
Text Example
Text Example
White with #59005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59005A; }
p { color: rgb(89,0,90); }
H1.HeaderClassName
{
color: #59005A;
}
.AnyTagClassName
{
color: #59005A;
}
</style>
background-color css
<style>
a { background-color: #59005A; }
a { background-color: rgb(89,0,90); }
div.DivClassName
{
background-color: #59005A;
}
.BgClassName
{
background-color: #59005A;
}
</style>
border-color css
<style>
span { border-color: #59005A; }
span { border-color: rgb(89,0,90); }
td.TdClassName
{
border-color: #59005A;
}
.TagClassName
{
border-color: #59005A;
}
</style>