Shades of Palatinate Purple #59075A
Tints of Palatinate Purple #59075A
RGB
CMYK
RGB Variations
Color information
#59075A (or 0x59075A) is known color: Palatinate Purple. HEX triplet: 59, 07 and 5A. RGB value is (89,7,90). Sum of RGB (Red+Green+Blue) = 89+7+90=186 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.85% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #59075A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59075A is #A6F8A5. Grayscale: #282828. Windows color (decimal): -10942630 or 5900121. OLE color: 5900121.
HSL color Cylindrical-coordinate representation of color #59075A: hue angle of 299.28º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #59075A is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 7 | 90 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.65 |
| HSL | 299.28º | 0.86% | 0.19% | - |
| HSV(B) | 299.28º | 0.92% | 0.35% | - |
| XYZ | 6.04 | 3.01 | 9.94 | - |
| YUV | 40.98 | 155.67 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 7 | 90 | 0.01 | 0.92 | 0 | 0.65 | 299.28 | 0.86 | 0.19 |
| Hex | 59 | 7 | 5A | 1 | 5C | 0 | 41 | 12B | 56 | 13 |
| Octal | 131 | 7 | 132 | 1 | 134 | 0 | 101 | 453 | 126 | 23 |
| Binary | 1011001 | 111 | 1011010 | 1 | 1011100 | 0 | 1000001 | 100101011 | 1010110 | 10011 |
Color Harmonies of #59075A
Complementary color
Monochromatic Colors of #59075A
Black with #59075A
Text Example
Text Example
White with #59075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59075A; }
p { color: rgb(89,7,90); }
H1.HeaderClassName
{
color: #59075A;
}
.AnyTagClassName
{
color: #59075A;
}
</style>
background-color css
<style>
a { background-color: #59075A; }
a { background-color: rgb(89,7,90); }
div.DivClassName
{
background-color: #59075A;
}
.BgClassName
{
background-color: #59075A;
}
</style>
border-color css
<style>
span { border-color: #59075A; }
span { border-color: rgb(89,7,90); }
td.TdClassName
{
border-color: #59075A;
}
.TagClassName
{
border-color: #59075A;
}
</style>