Shades of Palatinate Purple #5A2E57
Tints of Palatinate Purple #5A2E57
RGB
CMYK
RGB Variations
Color information
#5A2E57 (or 0x5A2E57) is known color: Palatinate Purple. HEX triplet: 5A, 2E and 57. RGB value is (90,46,87). Sum of RGB (Red+Green+Blue) = 90+46+87=223 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.36% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2E57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2E57 is #A5D1A8. Grayscale: #3F3F3F. Windows color (decimal): -10867113 or 5713498. OLE color: 5713498.
HSL color Cylindrical-coordinate representation of color #5A2E57: hue angle of 304.09º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A2E57 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 46 | 87 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.65 |
| HSL | 304.09º | 0.32% | 0.27% | - |
| HSV(B) | 304.09º | 0.49% | 0.35% | - |
| XYZ | 6.91 | 4.82 | 9.58 | - |
| YUV | 63.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 46 | 87 | 0 | 0.49 | 0.03 | 0.65 | 304.09 | 0.32 | 0.27 |
| Hex | 5A | 2E | 57 | 0 | 31 | 3 | 41 | 130 | 20 | 1B |
| Octal | 132 | 56 | 127 | 0 | 61 | 3 | 101 | 460 | 40 | 33 |
| Binary | 1011010 | 101110 | 1010111 | 0 | 110001 | 11 | 1000001 | 100110000 | 100000 | 11011 |
Color Harmonies of #5A2E57
Complementary color
Monochromatic Colors of #5A2E57
Black with #5A2E57
Text Example
Text Example
White with #5A2E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2E57; }
p { color: rgb(90,46,87); }
H1.HeaderClassName
{
color: #5A2E57;
}
.AnyTagClassName
{
color: #5A2E57;
}
</style>
background-color css
<style>
a { background-color: #5A2E57; }
a { background-color: rgb(90,46,87); }
div.DivClassName
{
background-color: #5A2E57;
}
.BgClassName
{
background-color: #5A2E57;
}
</style>
border-color css
<style>
span { border-color: #5A2E57; }
span { border-color: rgb(90,46,87); }
td.TdClassName
{
border-color: #5A2E57;
}
.TagClassName
{
border-color: #5A2E57;
}
</style>