Shades of Palatinate Purple #5A295A
Tints of Palatinate Purple #5A295A
RGB
CMYK
RGB Variations
Color information
#5A295A (or 0x5A295A) is known color: Palatinate Purple. HEX triplet: 5A, 29 and 5A. RGB value is (90,41,90). Sum of RGB (Red+Green+Blue) = 90+41+90=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 90 - color contains mainly: red, blue. Hex color #5A295A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A295A is #A5D6A5. Grayscale: #3D3D3D. Windows color (decimal): -10868390 or 5908826. OLE color: 5908826.
HSL color Cylindrical-coordinate representation of color #5A295A: hue angle of 300º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A295A is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 41 | 90 | - |
| CMYK | 0 | 0.54 | 0 | 0.65 |
| HSL | 300º | 0.37% | 0.26% | - |
| HSV(B) | 300º | 0.54% | 0.35% | - |
| XYZ | 6.85 | 4.5 | 10.18 | - |
| YUV | 61.24 | 144.23 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 41 | 90 | 0 | 0.54 | 0 | 0.65 | 300 | 0.37 | 0.26 |
| Hex | 5A | 29 | 5A | 0 | 36 | 0 | 41 | 12C | 25 | 1A |
| Octal | 132 | 51 | 132 | 0 | 66 | 0 | 101 | 454 | 45 | 32 |
| Binary | 1011010 | 101001 | 1011010 | 0 | 110110 | 0 | 1000001 | 100101100 | 100101 | 11010 |
Color Harmonies of #5A295A
Complementary color
Monochromatic Colors of #5A295A
Black with #5A295A
Text Example
Text Example
White with #5A295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A295A; }
p { color: rgb(90,41,90); }
H1.HeaderClassName
{
color: #5A295A;
}
.AnyTagClassName
{
color: #5A295A;
}
</style>
background-color css
<style>
a { background-color: #5A295A; }
a { background-color: rgb(90,41,90); }
div.DivClassName
{
background-color: #5A295A;
}
.BgClassName
{
background-color: #5A295A;
}
</style>
border-color css
<style>
span { border-color: #5A295A; }
span { border-color: rgb(90,41,90); }
td.TdClassName
{
border-color: #5A295A;
}
.TagClassName
{
border-color: #5A295A;
}
</style>