Shades of Palatinate Purple #5A2859
Tints of Palatinate Purple #5A2859
RGB
CMYK
RGB Variations
Color information
#5A2859 (or 0x5A2859) is known color: Palatinate Purple. HEX triplet: 5A, 28 and 59. RGB value is (90,40,89). Sum of RGB (Red+Green+Blue) = 90+40+89=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2859 is #A5D7A6. Grayscale: #3C3C3C. Windows color (decimal): -10868647 or 5843034. OLE color: 5843034.
HSL color Cylindrical-coordinate representation of color #5A2859: hue angle of 301.2º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A2859 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 40 | 89 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.65 |
| HSL | 301.2º | 0.38% | 0.25% | - |
| HSV(B) | 301.2º | 0.56% | 0.35% | - |
| XYZ | 6.78 | 4.41 | 9.95 | - |
| YUV | 60.54 | 144.07 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 40 | 89 | 0 | 0.56 | 0.01 | 0.65 | 301.2 | 0.38 | 0.25 |
| Hex | 5A | 28 | 59 | 0 | 38 | 1 | 41 | 12D | 26 | 19 |
| Octal | 132 | 50 | 131 | 0 | 70 | 1 | 101 | 455 | 46 | 31 |
| Binary | 1011010 | 101000 | 1011001 | 0 | 111000 | 1 | 1000001 | 100101101 | 100110 | 11001 |
Color Harmonies of #5A2859
Complementary color
Monochromatic Colors of #5A2859
Black with #5A2859
Text Example
Text Example
White with #5A2859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2859; }
p { color: rgb(90,40,89); }
H1.HeaderClassName
{
color: #5A2859;
}
.AnyTagClassName
{
color: #5A2859;
}
</style>
background-color css
<style>
a { background-color: #5A2859; }
a { background-color: rgb(90,40,89); }
div.DivClassName
{
background-color: #5A2859;
}
.BgClassName
{
background-color: #5A2859;
}
</style>
border-color css
<style>
span { border-color: #5A2859; }
span { border-color: rgb(90,40,89); }
td.TdClassName
{
border-color: #5A2859;
}
.TagClassName
{
border-color: #5A2859;
}
</style>