Shades of Palatinate Purple #5A1559
Tints of Palatinate Purple #5A1559
RGB
CMYK
RGB Variations
Color information
#5A1559 (or 0x5A1559) is known color: Palatinate Purple. HEX triplet: 5A, 15 and 59. RGB value is (90,21,89). Sum of RGB (Red+Green+Blue) = 90+21+89=200 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 89 (35.16% from 255 or 44.5% from 200); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1559 is #A5EAA6. Grayscale: #313131. Windows color (decimal): -10873511 or 5838170. OLE color: 5838170.
HSL color Cylindrical-coordinate representation of color #5A1559: hue angle of 300.87º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A1559 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 21 | 89 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.65 |
| HSL | 300.87º | 0.62% | 0.22% | - |
| HSV(B) | 300.87º | 0.77% | 0.35% | - |
| XYZ | 6.29 | 3.43 | 9.78 | - |
| YUV | 49.38 | 150.36 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 21 | 89 | 0 | 0.77 | 0.01 | 0.65 | 300.87 | 0.62 | 0.22 |
| Hex | 5A | 15 | 59 | 0 | 4D | 1 | 41 | 12D | 3E | 16 |
| Octal | 132 | 25 | 131 | 0 | 115 | 1 | 101 | 455 | 76 | 26 |
| Binary | 1011010 | 10101 | 1011001 | 0 | 1001101 | 1 | 1000001 | 100101101 | 111110 | 10110 |
Color Harmonies of #5A1559
Complementary color
Monochromatic Colors of #5A1559
Black with #5A1559
Text Example
Text Example
White with #5A1559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1559; }
p { color: rgb(90,21,89); }
H1.HeaderClassName
{
color: #5A1559;
}
.AnyTagClassName
{
color: #5A1559;
}
</style>
background-color css
<style>
a { background-color: #5A1559; }
a { background-color: rgb(90,21,89); }
div.DivClassName
{
background-color: #5A1559;
}
.BgClassName
{
background-color: #5A1559;
}
</style>
border-color css
<style>
span { border-color: #5A1559; }
span { border-color: rgb(90,21,89); }
td.TdClassName
{
border-color: #5A1559;
}
.TagClassName
{
border-color: #5A1559;
}
</style>