Shades of Palatinate Purple #5A0855
Tints of Palatinate Purple #5A0855
RGB
CMYK
RGB Variations
Color information
#5A0855 (or 0x5A0855) is known color: Palatinate Purple. HEX triplet: 5A, 08 and 55. RGB value is (90,8,85). Sum of RGB (Red+Green+Blue) = 90+8+85=183 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.18% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0855 is #A5F7AA. Grayscale: #292929. Windows color (decimal): -10876843 or 5572698. OLE color: 5572698.
HSL color Cylindrical-coordinate representation of color #5A0855: hue angle of 303.66º 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 #5A0855 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 8 | 85 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.65 |
| HSL | 303.66º | 0.84% | 0.19% | - |
| HSV(B) | 303.66º | 0.91% | 0.35% | - |
| XYZ | 5.94 | 3 | 8.86 | - |
| YUV | 41.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 8 | 85 | 0 | 0.91 | 0.06 | 0.65 | 303.66 | 0.84 | 0.19 |
| Hex | 5A | 8 | 55 | 0 | 5B | 6 | 41 | 130 | 54 | 13 |
| Octal | 132 | 10 | 125 | 0 | 133 | 6 | 101 | 460 | 124 | 23 |
| Binary | 1011010 | 1000 | 1010101 | 0 | 1011011 | 110 | 1000001 | 100110000 | 1010100 | 10011 |
Color Harmonies of #5A0855
Complementary color
Monochromatic Colors of #5A0855
Black with #5A0855
Text Example
Text Example
White with #5A0855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0855; }
p { color: rgb(90,8,85); }
H1.HeaderClassName
{
color: #5A0855;
}
.AnyTagClassName
{
color: #5A0855;
}
</style>
background-color css
<style>
a { background-color: #5A0855; }
a { background-color: rgb(90,8,85); }
div.DivClassName
{
background-color: #5A0855;
}
.BgClassName
{
background-color: #5A0855;
}
</style>
border-color css
<style>
span { border-color: #5A0855; }
span { border-color: rgb(90,8,85); }
td.TdClassName
{
border-color: #5A0855;
}
.TagClassName
{
border-color: #5A0855;
}
</style>