Shades of Palatinate Purple #5A1659
Tints of Palatinate Purple #5A1659
RGB
CMYK
RGB Variations
Color information
#5A1659 (or 0x5A1659) is known color: Palatinate Purple. HEX triplet: 5A, 16 and 59. RGB value is (90,22,89). Sum of RGB (Red+Green+Blue) = 90+22+89=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1659 is #A5E9A6. Grayscale: #313131. Windows color (decimal): -10873255 or 5838426. OLE color: 5838426.
HSL color Cylindrical-coordinate representation of color #5A1659: hue angle of 300.88º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A1659 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 22 | 89 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.65 |
| HSL | 300.88º | 0.61% | 0.22% | - |
| HSV(B) | 300.88º | 0.76% | 0.35% | - |
| XYZ | 6.31 | 3.47 | 9.79 | - |
| YUV | 49.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 89 | 0 | 0.76 | 0.01 | 0.65 | 300.88 | 0.61 | 0.22 |
| Hex | 5A | 16 | 59 | 0 | 4C | 1 | 41 | 12D | 3D | 16 |
| Octal | 132 | 26 | 131 | 0 | 114 | 1 | 101 | 455 | 75 | 26 |
| Binary | 1011010 | 10110 | 1011001 | 0 | 1001100 | 1 | 1000001 | 100101101 | 111101 | 10110 |
Color Harmonies of #5A1659
Complementary color
Monochromatic Colors of #5A1659
Black with #5A1659
Text Example
Text Example
White with #5A1659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1659; }
p { color: rgb(90,22,89); }
H1.HeaderClassName
{
color: #5A1659;
}
.AnyTagClassName
{
color: #5A1659;
}
</style>
background-color css
<style>
a { background-color: #5A1659; }
a { background-color: rgb(90,22,89); }
div.DivClassName
{
background-color: #5A1659;
}
.BgClassName
{
background-color: #5A1659;
}
</style>
border-color css
<style>
span { border-color: #5A1659; }
span { border-color: rgb(90,22,89); }
td.TdClassName
{
border-color: #5A1659;
}
.TagClassName
{
border-color: #5A1659;
}
</style>