Shades of Palatinate Purple #5A2057
Tints of Palatinate Purple #5A2057
RGB
CMYK
RGB Variations
Color information
#5A2057 (or 0x5A2057) is known color: Palatinate Purple. HEX triplet: 5A, 20 and 57. RGB value is (90,32,87). Sum of RGB (Red+Green+Blue) = 90+32+87=209 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.06% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2057 is #A5DFA8. Grayscale: #373737. Windows color (decimal): -10870697 or 5709914. OLE color: 5709914.
HSL color Cylindrical-coordinate representation of color #5A2057: hue angle of 303.1º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A2057 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 32 | 87 | - |
| CMYK | 0 | 0.64 | 0.03 | 0.65 |
| HSL | 303.1º | 0.48% | 0.24% | - |
| HSV(B) | 303.1º | 0.64% | 0.35% | - |
| XYZ | 6.45 | 3.89 | 9.43 | - |
| YUV | 55.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 32 | 87 | 0 | 0.64 | 0.03 | 0.65 | 303.1 | 0.48 | 0.24 |
| Hex | 5A | 20 | 57 | 0 | 40 | 3 | 41 | 12F | 30 | 18 |
| Octal | 132 | 40 | 127 | 0 | 100 | 3 | 101 | 457 | 60 | 30 |
| Binary | 1011010 | 100000 | 1010111 | 0 | 1000000 | 11 | 1000001 | 100101111 | 110000 | 11000 |
Color Harmonies of #5A2057
Complementary color
Monochromatic Colors of #5A2057
Black with #5A2057
Text Example
Text Example
White with #5A2057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2057; }
p { color: rgb(90,32,87); }
H1.HeaderClassName
{
color: #5A2057;
}
.AnyTagClassName
{
color: #5A2057;
}
</style>
background-color css
<style>
a { background-color: #5A2057; }
a { background-color: rgb(90,32,87); }
div.DivClassName
{
background-color: #5A2057;
}
.BgClassName
{
background-color: #5A2057;
}
</style>
border-color css
<style>
span { border-color: #5A2057; }
span { border-color: rgb(90,32,87); }
td.TdClassName
{
border-color: #5A2057;
}
.TagClassName
{
border-color: #5A2057;
}
</style>