Shades of Palatinate Purple #5A0B55
Tints of Palatinate Purple #5A0B55
RGB
CMYK
RGB Variations
Color information
#5A0B55 (or 0x5A0B55) is known color: Palatinate Purple. HEX triplet: 5A, 0B and 55. RGB value is (90,11,85). Sum of RGB (Red+Green+Blue) = 90+11+85=186 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.39% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0B55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0B55 is #A5F4AA. Grayscale: #2A2A2A. Windows color (decimal): -10876075 or 5573466. OLE color: 5573466.
HSL color Cylindrical-coordinate representation of color #5A0B55: hue angle of 303.8º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A0B55 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 11 | 85 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.65 |
| HSL | 303.8º | 0.78% | 0.2% | - |
| HSV(B) | 303.8º | 0.88% | 0.35% | - |
| XYZ | 5.98 | 3.07 | 8.87 | - |
| YUV | 43.06 | 151.67 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 11 | 85 | 0 | 0.88 | 0.06 | 0.65 | 303.8 | 0.78 | 0.2 |
| Hex | 5A | B | 55 | 0 | 58 | 6 | 41 | 130 | 4E | 14 |
| Octal | 132 | 13 | 125 | 0 | 130 | 6 | 101 | 460 | 116 | 24 |
| Binary | 1011010 | 1011 | 1010101 | 0 | 1011000 | 110 | 1000001 | 100110000 | 1001110 | 10100 |
Color Harmonies of #5A0B55
Complementary color
Monochromatic Colors of #5A0B55
Black with #5A0B55
Text Example
Text Example
White with #5A0B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0B55; }
p { color: rgb(90,11,85); }
H1.HeaderClassName
{
color: #5A0B55;
}
.AnyTagClassName
{
color: #5A0B55;
}
</style>
background-color css
<style>
a { background-color: #5A0B55; }
a { background-color: rgb(90,11,85); }
div.DivClassName
{
background-color: #5A0B55;
}
.BgClassName
{
background-color: #5A0B55;
}
</style>
border-color css
<style>
span { border-color: #5A0B55; }
span { border-color: rgb(90,11,85); }
td.TdClassName
{
border-color: #5A0B55;
}
.TagClassName
{
border-color: #5A0B55;
}
</style>