Shades of Palatinate Purple #56055A
Tints of Palatinate Purple #56055A
RGB
CMYK
RGB Variations
Color information
#56055A (or 0x56055A) is known color: Palatinate Purple. HEX triplet: 56, 05 and 5A. RGB value is (86,5,90). Sum of RGB (Red+Green+Blue) = 86+5+90=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #56055A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56055A is #A9FAA5. Grayscale: #262626. Windows color (decimal): -11139750 or 5899606. OLE color: 5899606.
HSL color Cylindrical-coordinate representation of color #56055A: hue angle of 297.18º 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 #56055A is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 5 | 90 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.65 |
| HSL | 297.18º | 0.89% | 0.19% | - |
| HSV(B) | 297.18º | 0.94% | 0.35% | - |
| XYZ | 5.74 | 2.83 | 9.92 | - |
| YUV | 38.91 | 156.84 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 5 | 90 | 0.04 | 0.94 | 0 | 0.65 | 297.18 | 0.89 | 0.19 |
| Hex | 56 | 5 | 5A | 4 | 5E | 0 | 41 | 129 | 59 | 13 |
| Octal | 126 | 5 | 132 | 4 | 136 | 0 | 101 | 451 | 131 | 23 |
| Binary | 1010110 | 101 | 1011010 | 100 | 1011110 | 0 | 1000001 | 100101001 | 1011001 | 10011 |
Color Harmonies of #56055A
Complementary color
Monochromatic Colors of #56055A
Black with #56055A
Text Example
Text Example
White with #56055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56055A; }
p { color: rgb(86,5,90); }
H1.HeaderClassName
{
color: #56055A;
}
.AnyTagClassName
{
color: #56055A;
}
</style>
background-color css
<style>
a { background-color: #56055A; }
a { background-color: rgb(86,5,90); }
div.DivClassName
{
background-color: #56055A;
}
.BgClassName
{
background-color: #56055A;
}
</style>
border-color css
<style>
span { border-color: #56055A; }
span { border-color: rgb(86,5,90); }
td.TdClassName
{
border-color: #56055A;
}
.TagClassName
{
border-color: #56055A;
}
</style>