Shades of Palatinate Purple #5A0555
Tints of Palatinate Purple #5A0555
RGB
CMYK
RGB Variations
Color information
#5A0555 (or 0x5A0555) is known color: Palatinate Purple. HEX triplet: 5A, 05 and 55. RGB value is (90,5,85). Sum of RGB (Red+Green+Blue) = 90+5+85=180 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0555 is #A5FAAA. Grayscale: #272727. Windows color (decimal): -10877611 or 5571930. OLE color: 5571930.
HSL color Cylindrical-coordinate representation of color #5A0555: hue angle of 303.53º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0555 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 5 | 85 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.65 |
| HSL | 303.53º | 0.89% | 0.19% | - |
| HSV(B) | 303.53º | 0.94% | 0.35% | - |
| XYZ | 5.91 | 2.94 | 8.85 | - |
| YUV | 39.54 | 153.66 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 5 | 85 | 0 | 0.94 | 0.06 | 0.65 | 303.53 | 0.89 | 0.19 |
| Hex | 5A | 5 | 55 | 0 | 5E | 6 | 41 | 130 | 59 | 13 |
| Octal | 132 | 5 | 125 | 0 | 136 | 6 | 101 | 460 | 131 | 23 |
| Binary | 1011010 | 101 | 1010101 | 0 | 1011110 | 110 | 1000001 | 100110000 | 1011001 | 10011 |
Color Harmonies of #5A0555
Complementary color
Monochromatic Colors of #5A0555
Black with #5A0555
Text Example
Text Example
White with #5A0555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0555; }
p { color: rgb(90,5,85); }
H1.HeaderClassName
{
color: #5A0555;
}
.AnyTagClassName
{
color: #5A0555;
}
</style>
background-color css
<style>
a { background-color: #5A0555; }
a { background-color: rgb(90,5,85); }
div.DivClassName
{
background-color: #5A0555;
}
.BgClassName
{
background-color: #5A0555;
}
</style>
border-color css
<style>
span { border-color: #5A0555; }
span { border-color: rgb(90,5,85); }
td.TdClassName
{
border-color: #5A0555;
}
.TagClassName
{
border-color: #5A0555;
}
</style>