Shades of Palatinate Purple #5A2A56
Tints of Palatinate Purple #5A2A56
RGB
CMYK
RGB Variations
Color information
#5A2A56 (or 0x5A2A56) is known color: Palatinate Purple. HEX triplet: 5A, 2A and 56. RGB value is (90,42,86). Sum of RGB (Red+Green+Blue) = 90+42+86=218 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.28% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 86 (33.98% from 255 or 39.45% from 218); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2A56 is #A5D5A9. Grayscale: #3D3D3D. Windows color (decimal): -10868138 or 5646938. OLE color: 5646938.
HSL color Cylindrical-coordinate representation of color #5A2A56: hue angle of 305º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5A2A56 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 42 | 86 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.65 |
| HSL | 305º | 0.36% | 0.26% | - |
| HSV(B) | 305º | 0.53% | 0.35% | - |
| XYZ | 6.72 | 4.5 | 9.32 | - |
| YUV | 61.37 | 141.9 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 42 | 86 | 0 | 0.53 | 0.04 | 0.65 | 305 | 0.36 | 0.26 |
| Hex | 5A | 2A | 56 | 0 | 35 | 4 | 41 | 131 | 24 | 1A |
| Octal | 132 | 52 | 126 | 0 | 65 | 4 | 101 | 461 | 44 | 32 |
| Binary | 1011010 | 101010 | 1010110 | 0 | 110101 | 100 | 1000001 | 100110001 | 100100 | 11010 |
Color Harmonies of #5A2A56
Complementary color
Monochromatic Colors of #5A2A56
Black with #5A2A56
Text Example
Text Example
White with #5A2A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2A56; }
p { color: rgb(90,42,86); }
H1.HeaderClassName
{
color: #5A2A56;
}
.AnyTagClassName
{
color: #5A2A56;
}
</style>
background-color css
<style>
a { background-color: #5A2A56; }
a { background-color: rgb(90,42,86); }
div.DivClassName
{
background-color: #5A2A56;
}
.BgClassName
{
background-color: #5A2A56;
}
</style>
border-color css
<style>
span { border-color: #5A2A56; }
span { border-color: rgb(90,42,86); }
td.TdClassName
{
border-color: #5A2A56;
}
.TagClassName
{
border-color: #5A2A56;
}
</style>