Shades of Palatinate Purple #5A1C51
Tints of Palatinate Purple #5A1C51
RGB
CMYK
RGB Variations
Color information
#5A1C51 (or 0x5A1C51) is known color: Palatinate Purple. HEX triplet: 5A, 1C and 51. RGB value is (90,28,81). Sum of RGB (Red+Green+Blue) = 90+28+81=199 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.23% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1C51 is #A5E3AE. Grayscale: #343434. Windows color (decimal): -10871727 or 5315674. OLE color: 5315674.
HSL color Cylindrical-coordinate representation of color #5A1C51: hue angle of 308.71º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A1C51 is Cyan = 0, Magento = 0.69, Yellow = 0.1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 28 | 81 | - |
| CMYK | 0 | 0.69 | 0.1 | 0.65 |
| HSL | 308.71º | 0.53% | 0.23% | - |
| HSV(B) | 308.71º | 0.69% | 0.35% | - |
| XYZ | 6.12 | 3.6 | 8.16 | - |
| YUV | 52.58 | 144.04 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 28 | 81 | 0 | 0.69 | 0.1 | 0.65 | 308.71 | 0.53 | 0.23 |
| Hex | 5A | 1C | 51 | 0 | 45 | A | 41 | 135 | 35 | 17 |
| Octal | 132 | 34 | 121 | 0 | 105 | 12 | 101 | 465 | 65 | 27 |
| Binary | 1011010 | 11100 | 1010001 | 0 | 1000101 | 1010 | 1000001 | 100110101 | 110101 | 10111 |
Color Harmonies of #5A1C51
Complementary color
Monochromatic Colors of #5A1C51
Black with #5A1C51
Text Example
Text Example
White with #5A1C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1C51; }
p { color: rgb(90,28,81); }
H1.HeaderClassName
{
color: #5A1C51;
}
.AnyTagClassName
{
color: #5A1C51;
}
</style>
background-color css
<style>
a { background-color: #5A1C51; }
a { background-color: rgb(90,28,81); }
div.DivClassName
{
background-color: #5A1C51;
}
.BgClassName
{
background-color: #5A1C51;
}
</style>
border-color css
<style>
span { border-color: #5A1C51; }
span { border-color: rgb(90,28,81); }
td.TdClassName
{
border-color: #5A1C51;
}
.TagClassName
{
border-color: #5A1C51;
}
</style>