Shades of Palatinate Purple #5A055A
Tints of Palatinate Purple #5A055A
RGB
CMYK
RGB Variations
Color information
#5A055A (or 0x5A055A) is known color: Palatinate Purple. HEX triplet: 5A, 05 and 5A. RGB value is (90,5,90). Sum of RGB (Red+Green+Blue) = 90+5+90=185 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.65% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: red, blue. Hex color #5A055A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A055A is #A5FAA5. Grayscale: #272727. Windows color (decimal): -10877606 or 5899610. OLE color: 5899610.
HSL color Cylindrical-coordinate representation of color #5A055A: hue angle of 300º 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 #5A055A is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 5 | 90 | - |
| CMYK | 0 | 0.94 | 0 | 0.65 |
| HSL | 300º | 0.89% | 0.19% | - |
| HSV(B) | 300º | 0.94% | 0.35% | - |
| XYZ | 6.12 | 3.02 | 9.93 | - |
| YUV | 40.11 | 156.16 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 5 | 90 | 0 | 0.94 | 0 | 0.65 | 300 | 0.89 | 0.19 |
| Hex | 5A | 5 | 5A | 0 | 5E | 0 | 41 | 12C | 59 | 13 |
| Octal | 132 | 5 | 132 | 0 | 136 | 0 | 101 | 454 | 131 | 23 |
| Binary | 1011010 | 101 | 1011010 | 0 | 1011110 | 0 | 1000001 | 100101100 | 1011001 | 10011 |
Color Harmonies of #5A055A
Complementary color
Monochromatic Colors of #5A055A
Black with #5A055A
Text Example
Text Example
White with #5A055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A055A; }
p { color: rgb(90,5,90); }
H1.HeaderClassName
{
color: #5A055A;
}
.AnyTagClassName
{
color: #5A055A;
}
</style>
background-color css
<style>
a { background-color: #5A055A; }
a { background-color: rgb(90,5,90); }
div.DivClassName
{
background-color: #5A055A;
}
.BgClassName
{
background-color: #5A055A;
}
</style>
border-color css
<style>
span { border-color: #5A055A; }
span { border-color: rgb(90,5,90); }
td.TdClassName
{
border-color: #5A055A;
}
.TagClassName
{
border-color: #5A055A;
}
</style>