Shades of Palatinate Purple #59095A
Tints of Palatinate Purple #59095A
RGB
CMYK
RGB Variations
Color information
#59095A (or 0x59095A) is known color: Palatinate Purple. HEX triplet: 59, 09 and 5A. RGB value is (89,9,90). Sum of RGB (Red+Green+Blue) = 89+9+90=188 (24% of max value = 765). Red value is 89 (35.16% from 255 or 47.34% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #59095A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59095A is #A6F6A5. Grayscale: #292929. Windows color (decimal): -10942118 or 5900633. OLE color: 5900633.
HSL color Cylindrical-coordinate representation of color #59095A: hue angle of 299.26º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #59095A is Cyan = 0.01, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 9 | 90 | - |
| CMYK | 0.01 | 0.9 | 0 | 0.65 |
| HSL | 299.26º | 0.82% | 0.19% | - |
| HSV(B) | 299.26º | 0.9% | 0.35% | - |
| XYZ | 6.06 | 3.06 | 9.94 | - |
| YUV | 42.15 | 155 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 9 | 90 | 0.01 | 0.9 | 0 | 0.65 | 299.26 | 0.82 | 0.19 |
| Hex | 59 | 9 | 5A | 1 | 5A | 0 | 41 | 12B | 52 | 13 |
| Octal | 131 | 11 | 132 | 1 | 132 | 0 | 101 | 453 | 122 | 23 |
| Binary | 1011001 | 1001 | 1011010 | 1 | 1011010 | 0 | 1000001 | 100101011 | 1010010 | 10011 |
Color Harmonies of #59095A
Complementary color
Monochromatic Colors of #59095A
Black with #59095A
Text Example
Text Example
White with #59095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59095A; }
p { color: rgb(89,9,90); }
H1.HeaderClassName
{
color: #59095A;
}
.AnyTagClassName
{
color: #59095A;
}
</style>
background-color css
<style>
a { background-color: #59095A; }
a { background-color: rgb(89,9,90); }
div.DivClassName
{
background-color: #59095A;
}
.BgClassName
{
background-color: #59095A;
}
</style>
border-color css
<style>
span { border-color: #59095A; }
span { border-color: rgb(89,9,90); }
td.TdClassName
{
border-color: #59095A;
}
.TagClassName
{
border-color: #59095A;
}
</style>