Shades of Palatinate Purple #59065A
Tints of Palatinate Purple #59065A
RGB
CMYK
RGB Variations
Color information
#59065A (or 0x59065A) is known color: Palatinate Purple. HEX triplet: 59, 06 and 5A. RGB value is (89,6,90). Sum of RGB (Red+Green+Blue) = 89+6+90=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #59065A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59065A is #A6F9A5. Grayscale: #282828. Windows color (decimal): -10942886 or 5899865. OLE color: 5899865.
HSL color Cylindrical-coordinate representation of color #59065A: hue angle of 299.29º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #59065A is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 6 | 90 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.65 |
| HSL | 299.29º | 0.88% | 0.19% | - |
| HSV(B) | 299.29º | 0.93% | 0.35% | - |
| XYZ | 6.03 | 2.99 | 9.93 | - |
| YUV | 40.39 | 156 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 6 | 90 | 0.01 | 0.93 | 0 | 0.65 | 299.29 | 0.88 | 0.19 |
| Hex | 59 | 6 | 5A | 1 | 5D | 0 | 41 | 12B | 58 | 13 |
| Octal | 131 | 6 | 132 | 1 | 135 | 0 | 101 | 453 | 130 | 23 |
| Binary | 1011001 | 110 | 1011010 | 1 | 1011101 | 0 | 1000001 | 100101011 | 1011000 | 10011 |
Color Harmonies of #59065A
Complementary color
Monochromatic Colors of #59065A
Black with #59065A
Text Example
Text Example
White with #59065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59065A; }
p { color: rgb(89,6,90); }
H1.HeaderClassName
{
color: #59065A;
}
.AnyTagClassName
{
color: #59065A;
}
</style>
background-color css
<style>
a { background-color: #59065A; }
a { background-color: rgb(89,6,90); }
div.DivClassName
{
background-color: #59065A;
}
.BgClassName
{
background-color: #59065A;
}
</style>
border-color css
<style>
span { border-color: #59065A; }
span { border-color: rgb(89,6,90); }
td.TdClassName
{
border-color: #59065A;
}
.TagClassName
{
border-color: #59065A;
}
</style>