Shades of Palatinate Purple #5A1B51
Tints of Palatinate Purple #5A1B51
RGB
CMYK
RGB Variations
Color information
#5A1B51 (or 0x5A1B51) is known color: Palatinate Purple. HEX triplet: 5A, 1B and 51. RGB value is (90,27,81). Sum of RGB (Red+Green+Blue) = 90+27+81=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1B51 is #A5E4AE. Grayscale: #333333. Windows color (decimal): -10871983 or 5315418. OLE color: 5315418.
HSL color Cylindrical-coordinate representation of color #5A1B51: hue angle of 308.57º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A1B51 is Cyan = 0, Magento = 0.70, Yellow = 0.1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 27 | 81 | - |
| CMYK | 0 | 0.70 | 0.1 | 0.65 |
| HSL | 308.57º | 0.54% | 0.23% | - |
| HSV(B) | 308.57º | 0.7% | 0.35% | - |
| XYZ | 6.09 | 3.55 | 8.15 | - |
| YUV | 51.99 | 144.37 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 27 | 81 | 0 | 0.70 | 0.1 | 0.65 | 308.57 | 0.54 | 0.23 |
| Hex | 5A | 1B | 51 | 0 | 46 | A | 41 | 135 | 36 | 17 |
| Octal | 132 | 33 | 121 | 0 | 106 | 12 | 101 | 465 | 66 | 27 |
| Binary | 1011010 | 11011 | 1010001 | 0 | 1000110 | 1010 | 1000001 | 100110101 | 110110 | 10111 |
Color Harmonies of #5A1B51
Complementary color
Monochromatic Colors of #5A1B51
Black with #5A1B51
Text Example
Text Example
White with #5A1B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1B51; }
p { color: rgb(90,27,81); }
H1.HeaderClassName
{
color: #5A1B51;
}
.AnyTagClassName
{
color: #5A1B51;
}
</style>
background-color css
<style>
a { background-color: #5A1B51; }
a { background-color: rgb(90,27,81); }
div.DivClassName
{
background-color: #5A1B51;
}
.BgClassName
{
background-color: #5A1B51;
}
</style>
border-color css
<style>
span { border-color: #5A1B51; }
span { border-color: rgb(90,27,81); }
td.TdClassName
{
border-color: #5A1B51;
}
.TagClassName
{
border-color: #5A1B51;
}
</style>