Shades of Palatinate Purple #5A2955
Tints of Palatinate Purple #5A2955
RGB
CMYK
RGB Variations
Color information
#5A2955 (or 0x5A2955) is known color: Palatinate Purple. HEX triplet: 5A, 29 and 55. RGB value is (90,41,85). Sum of RGB (Red+Green+Blue) = 90+41+85=216 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.67% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2955 is #A5D6AA. Grayscale: #3C3C3C. Windows color (decimal): -10868395 or 5581146. OLE color: 5581146.
HSL color Cylindrical-coordinate representation of color #5A2955: hue angle of 306.12º 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 #5A2955 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 41 | 85 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.65 |
| HSL | 306.12º | 0.37% | 0.26% | - |
| HSV(B) | 306.12º | 0.54% | 0.35% | - |
| XYZ | 6.65 | 4.42 | 9.1 | - |
| YUV | 60.67 | 141.73 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 41 | 85 | 0 | 0.54 | 0.06 | 0.65 | 306.12 | 0.37 | 0.26 |
| Hex | 5A | 29 | 55 | 0 | 36 | 6 | 41 | 132 | 25 | 1A |
| Octal | 132 | 51 | 125 | 0 | 66 | 6 | 101 | 462 | 45 | 32 |
| Binary | 1011010 | 101001 | 1010101 | 0 | 110110 | 110 | 1000001 | 100110010 | 100101 | 11010 |
Color Harmonies of #5A2955
Complementary color
Monochromatic Colors of #5A2955
Black with #5A2955
Text Example
Text Example
White with #5A2955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2955; }
p { color: rgb(90,41,85); }
H1.HeaderClassName
{
color: #5A2955;
}
.AnyTagClassName
{
color: #5A2955;
}
</style>
background-color css
<style>
a { background-color: #5A2955; }
a { background-color: rgb(90,41,85); }
div.DivClassName
{
background-color: #5A2955;
}
.BgClassName
{
background-color: #5A2955;
}
</style>
border-color css
<style>
span { border-color: #5A2955; }
span { border-color: rgb(90,41,85); }
td.TdClassName
{
border-color: #5A2955;
}
.TagClassName
{
border-color: #5A2955;
}
</style>