Shades of Palatinate Purple #5A0853
Tints of Palatinate Purple #5A0853
RGB
CMYK
RGB Variations
Color information
#5A0853 (or 0x5A0853) is known color: Palatinate Purple. HEX triplet: 5A, 08 and 53. RGB value is (90,8,83). Sum of RGB (Red+Green+Blue) = 90+8+83=181 (23% of max value = 765). Red value is 90 (35.55% from 255 or 49.72% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0853 is #A5F7AC. Grayscale: #282828. Windows color (decimal): -10876845 or 5441626. OLE color: 5441626.
HSL color Cylindrical-coordinate representation of color #5A0853: hue angle of 305.12º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A0853 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 8 | 83 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.65 |
| HSL | 305.12º | 0.84% | 0.19% | - |
| HSV(B) | 305.12º | 0.91% | 0.35% | - |
| XYZ | 5.86 | 2.97 | 8.45 | - |
| YUV | 41.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 8 | 83 | 0 | 0.91 | 0.08 | 0.65 | 305.12 | 0.84 | 0.19 |
| Hex | 5A | 8 | 53 | 0 | 5B | 8 | 41 | 131 | 54 | 13 |
| Octal | 132 | 10 | 123 | 0 | 133 | 10 | 101 | 461 | 124 | 23 |
| Binary | 1011010 | 1000 | 1010011 | 0 | 1011011 | 1000 | 1000001 | 100110001 | 1010100 | 10011 |
Color Harmonies of #5A0853
Complementary color
Monochromatic Colors of #5A0853
Black with #5A0853
Text Example
Text Example
White with #5A0853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0853; }
p { color: rgb(90,8,83); }
H1.HeaderClassName
{
color: #5A0853;
}
.AnyTagClassName
{
color: #5A0853;
}
</style>
background-color css
<style>
a { background-color: #5A0853; }
a { background-color: rgb(90,8,83); }
div.DivClassName
{
background-color: #5A0853;
}
.BgClassName
{
background-color: #5A0853;
}
</style>
border-color css
<style>
span { border-color: #5A0853; }
span { border-color: rgb(90,8,83); }
td.TdClassName
{
border-color: #5A0853;
}
.TagClassName
{
border-color: #5A0853;
}
</style>