Shades of Palatinate Purple #5A1C56
Tints of Palatinate Purple #5A1C56
RGB
CMYK
RGB Variations
Color information
#5A1C56 (or 0x5A1C56) is known color: Palatinate Purple. HEX triplet: 5A, 1C and 56. RGB value is (90,28,86). Sum of RGB (Red+Green+Blue) = 90+28+86=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 86 (33.98% from 255 or 42.16% from 204); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1C56 is #A5E3A9. Grayscale: #343434. Windows color (decimal): -10871722 or 5643354. OLE color: 5643354.
HSL color Cylindrical-coordinate representation of color #5A1C56: hue angle of 303.87º 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 #5A1C56 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 28 | 86 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.65 |
| HSL | 303.87º | 0.53% | 0.23% | - |
| HSV(B) | 303.87º | 0.69% | 0.35% | - |
| XYZ | 6.31 | 3.68 | 9.18 | - |
| YUV | 53.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 28 | 86 | 0 | 0.69 | 0.04 | 0.65 | 303.87 | 0.53 | 0.23 |
| Hex | 5A | 1C | 56 | 0 | 45 | 4 | 41 | 130 | 35 | 17 |
| Octal | 132 | 34 | 126 | 0 | 105 | 4 | 101 | 460 | 65 | 27 |
| Binary | 1011010 | 11100 | 1010110 | 0 | 1000101 | 100 | 1000001 | 100110000 | 110101 | 10111 |
Color Harmonies of #5A1C56
Complementary color
Monochromatic Colors of #5A1C56
Black with #5A1C56
Text Example
Text Example
White with #5A1C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1C56; }
p { color: rgb(90,28,86); }
H1.HeaderClassName
{
color: #5A1C56;
}
.AnyTagClassName
{
color: #5A1C56;
}
</style>
background-color css
<style>
a { background-color: #5A1C56; }
a { background-color: rgb(90,28,86); }
div.DivClassName
{
background-color: #5A1C56;
}
.BgClassName
{
background-color: #5A1C56;
}
</style>
border-color css
<style>
span { border-color: #5A1C56; }
span { border-color: rgb(90,28,86); }
td.TdClassName
{
border-color: #5A1C56;
}
.TagClassName
{
border-color: #5A1C56;
}
</style>