Shades of Palatinate Purple #5A0559
Tints of Palatinate Purple #5A0559
RGB
CMYK
RGB Variations
Color information
#5A0559 (or 0x5A0559) is known color: Palatinate Purple. HEX triplet: 5A, 05 and 59. RGB value is (90,5,89). Sum of RGB (Red+Green+Blue) = 90+5+89=184 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.91% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0559 is #A5FAA6. Grayscale: #272727. Windows color (decimal): -10877607 or 5834074. OLE color: 5834074.
HSL color Cylindrical-coordinate representation of color #5A0559: hue angle of 300.71º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0559 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 5 | 89 | - |
| CMYK | 0 | 0.94 | 0.01 | 0.65 |
| HSL | 300.71º | 0.89% | 0.19% | - |
| HSV(B) | 300.71º | 0.94% | 0.35% | - |
| XYZ | 6.07 | 3 | 9.71 | - |
| YUV | 39.99 | 155.66 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 5 | 89 | 0 | 0.94 | 0.01 | 0.65 | 300.71 | 0.89 | 0.19 |
| Hex | 5A | 5 | 59 | 0 | 5E | 1 | 41 | 12D | 59 | 13 |
| Octal | 132 | 5 | 131 | 0 | 136 | 1 | 101 | 455 | 131 | 23 |
| Binary | 1011010 | 101 | 1011001 | 0 | 1011110 | 1 | 1000001 | 100101101 | 1011001 | 10011 |
Color Harmonies of #5A0559
Complementary color
Monochromatic Colors of #5A0559
Black with #5A0559
Text Example
Text Example
White with #5A0559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0559; }
p { color: rgb(90,5,89); }
H1.HeaderClassName
{
color: #5A0559;
}
.AnyTagClassName
{
color: #5A0559;
}
</style>
background-color css
<style>
a { background-color: #5A0559; }
a { background-color: rgb(90,5,89); }
div.DivClassName
{
background-color: #5A0559;
}
.BgClassName
{
background-color: #5A0559;
}
</style>
border-color css
<style>
span { border-color: #5A0559; }
span { border-color: rgb(90,5,89); }
td.TdClassName
{
border-color: #5A0559;
}
.TagClassName
{
border-color: #5A0559;
}
</style>