Shades of Palatinate Purple #5A2954
Tints of Palatinate Purple #5A2954
RGB
CMYK
RGB Variations
Color information
#5A2954 (or 0x5A2954) is known color: Palatinate Purple. HEX triplet: 5A, 29 and 54. RGB value is (90,41,84). Sum of RGB (Red+Green+Blue) = 90+41+84=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2954 is #A5D6AB. Grayscale: #3C3C3C. Windows color (decimal): -10868396 or 5515610. OLE color: 5515610.
HSL color Cylindrical-coordinate representation of color #5A2954: hue angle of 307.35º 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 #5A2954 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 41 | 84 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.65 |
| HSL | 307.35º | 0.37% | 0.26% | - |
| HSV(B) | 307.35º | 0.54% | 0.35% | - |
| XYZ | 6.61 | 4.4 | 8.89 | - |
| YUV | 60.55 | 141.23 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 41 | 84 | 0 | 0.54 | 0.07 | 0.65 | 307.35 | 0.37 | 0.26 |
| Hex | 5A | 29 | 54 | 0 | 36 | 7 | 41 | 133 | 25 | 1A |
| Octal | 132 | 51 | 124 | 0 | 66 | 7 | 101 | 463 | 45 | 32 |
| Binary | 1011010 | 101001 | 1010100 | 0 | 110110 | 111 | 1000001 | 100110011 | 100101 | 11010 |
Color Harmonies of #5A2954
Complementary color
Monochromatic Colors of #5A2954
Black with #5A2954
Text Example
Text Example
White with #5A2954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2954; }
p { color: rgb(90,41,84); }
H1.HeaderClassName
{
color: #5A2954;
}
.AnyTagClassName
{
color: #5A2954;
}
</style>
background-color css
<style>
a { background-color: #5A2954; }
a { background-color: rgb(90,41,84); }
div.DivClassName
{
background-color: #5A2954;
}
.BgClassName
{
background-color: #5A2954;
}
</style>
border-color css
<style>
span { border-color: #5A2954; }
span { border-color: rgb(90,41,84); }
td.TdClassName
{
border-color: #5A2954;
}
.TagClassName
{
border-color: #5A2954;
}
</style>