Shades of Palatinate Purple #5A1E51
Tints of Palatinate Purple #5A1E51
RGB
CMYK
RGB Variations
Color information
#5A1E51 (or 0x5A1E51) is known color: Palatinate Purple. HEX triplet: 5A, 1E and 51. RGB value is (90,30,81). Sum of RGB (Red+Green+Blue) = 90+30+81=201 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.78% from 201); Green value is 30 (12.11% from 255 or 14.93% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1E51 is #A5E1AE. Grayscale: #353535. Windows color (decimal): -10871215 or 5316186. OLE color: 5316186.
HSL color Cylindrical-coordinate representation of color #5A1E51: hue angle of 309º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A1E51 is Cyan = 0, Magento = 0.67, Yellow = 0.1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 30 | 81 | - |
| CMYK | 0 | 0.67 | 0.1 | 0.65 |
| HSL | 309º | 0.5% | 0.24% | - |
| HSV(B) | 309º | 0.67% | 0.35% | - |
| XYZ | 6.17 | 3.7 | 8.17 | - |
| YUV | 53.75 | 143.38 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 30 | 81 | 0 | 0.67 | 0.1 | 0.65 | 309 | 0.5 | 0.24 |
| Hex | 5A | 1E | 51 | 0 | 43 | A | 41 | 135 | 32 | 18 |
| Octal | 132 | 36 | 121 | 0 | 103 | 12 | 101 | 465 | 62 | 30 |
| Binary | 1011010 | 11110 | 1010001 | 0 | 1000011 | 1010 | 1000001 | 100110101 | 110010 | 11000 |
Color Harmonies of #5A1E51
Complementary color
Monochromatic Colors of #5A1E51
Black with #5A1E51
Text Example
Text Example
White with #5A1E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1E51; }
p { color: rgb(90,30,81); }
H1.HeaderClassName
{
color: #5A1E51;
}
.AnyTagClassName
{
color: #5A1E51;
}
</style>
background-color css
<style>
a { background-color: #5A1E51; }
a { background-color: rgb(90,30,81); }
div.DivClassName
{
background-color: #5A1E51;
}
.BgClassName
{
background-color: #5A1E51;
}
</style>
border-color css
<style>
span { border-color: #5A1E51; }
span { border-color: rgb(90,30,81); }
td.TdClassName
{
border-color: #5A1E51;
}
.TagClassName
{
border-color: #5A1E51;
}
</style>