Shades of Palatinate Purple #5A1C57
Tints of Palatinate Purple #5A1C57
RGB
CMYK
RGB Variations
Color information
#5A1C57 (or 0x5A1C57) is known color: Palatinate Purple. HEX triplet: 5A, 1C and 57. RGB value is (90,28,87). Sum of RGB (Red+Green+Blue) = 90+28+87=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1C57 is #A5E3A8. Grayscale: #353535. Windows color (decimal): -10871721 or 5708890. OLE color: 5708890.
HSL color Cylindrical-coordinate representation of color #5A1C57: hue angle of 302.9º 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 #5A1C57 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 28 | 87 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.65 |
| HSL | 302.9º | 0.53% | 0.23% | - |
| HSV(B) | 302.9º | 0.69% | 0.35% | - |
| XYZ | 6.35 | 3.69 | 9.39 | - |
| YUV | 53.26 | 147.04 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 28 | 87 | 0 | 0.69 | 0.03 | 0.65 | 302.9 | 0.53 | 0.23 |
| Hex | 5A | 1C | 57 | 0 | 45 | 3 | 41 | 12F | 35 | 17 |
| Octal | 132 | 34 | 127 | 0 | 105 | 3 | 101 | 457 | 65 | 27 |
| Binary | 1011010 | 11100 | 1010111 | 0 | 1000101 | 11 | 1000001 | 100101111 | 110101 | 10111 |
Color Harmonies of #5A1C57
Complementary color
Monochromatic Colors of #5A1C57
Black with #5A1C57
Text Example
Text Example
White with #5A1C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1C57; }
p { color: rgb(90,28,87); }
H1.HeaderClassName
{
color: #5A1C57;
}
.AnyTagClassName
{
color: #5A1C57;
}
</style>
background-color css
<style>
a { background-color: #5A1C57; }
a { background-color: rgb(90,28,87); }
div.DivClassName
{
background-color: #5A1C57;
}
.BgClassName
{
background-color: #5A1C57;
}
</style>
border-color css
<style>
span { border-color: #5A1C57; }
span { border-color: rgb(90,28,87); }
td.TdClassName
{
border-color: #5A1C57;
}
.TagClassName
{
border-color: #5A1C57;
}
</style>