Shades of Palatinate Purple #59015A
Tints of Palatinate Purple #59015A
RGB
CMYK
RGB Variations
Color information
#59015A (or 0x59015A) is known color: Palatinate Purple. HEX triplet: 59, 01 and 5A. RGB value is (89,1,90). Sum of RGB (Red+Green+Blue) = 89+1+90=180 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.44% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #59015A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59015A is #A6FEA5. Grayscale: #252525. Windows color (decimal): -10944166 or 5898585. OLE color: 5898585.
HSL color Cylindrical-coordinate representation of color #59015A: hue angle of 299.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #59015A is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 1 | 90 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.65 |
| HSL | 299.33º | 0.98% | 0.18% | - |
| HSV(B) | 299.33º | 0.99% | 0.35% | - |
| XYZ | 5.98 | 2.88 | 9.91 | - |
| YUV | 37.46 | 157.65 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 1 | 90 | 0.01 | 0.99 | 0 | 0.65 | 299.33 | 0.98 | 0.18 |
| Hex | 59 | 1 | 5A | 1 | 63 | 0 | 41 | 12B | 62 | 12 |
| Octal | 131 | 1 | 132 | 1 | 143 | 0 | 101 | 453 | 142 | 22 |
| Binary | 1011001 | 1 | 1011010 | 1 | 1100011 | 0 | 1000001 | 100101011 | 1100010 | 10010 |
Color Harmonies of #59015A
Complementary color
Monochromatic Colors of #59015A
Black with #59015A
Text Example
Text Example
White with #59015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59015A; }
p { color: rgb(89,1,90); }
H1.HeaderClassName
{
color: #59015A;
}
.AnyTagClassName
{
color: #59015A;
}
</style>
background-color css
<style>
a { background-color: #59015A; }
a { background-color: rgb(89,1,90); }
div.DivClassName
{
background-color: #59015A;
}
.BgClassName
{
background-color: #59015A;
}
</style>
border-color css
<style>
span { border-color: #59015A; }
span { border-color: rgb(89,1,90); }
td.TdClassName
{
border-color: #59015A;
}
.TagClassName
{
border-color: #59015A;
}
</style>