Shades of Palatinate Purple #560B55
Tints of Palatinate Purple #560B55
RGB
CMYK
RGB Variations
Color information
#560B55 (or 0x560B55) is known color: Palatinate Purple. HEX triplet: 56, 0B and 55. RGB value is (86,11,85). Sum of RGB (Red+Green+Blue) = 86+11+85=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 86 - color contains mainly: red. Hex color #560B55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560B55 is #A9F4AA. Grayscale: #292929. Windows color (decimal): -11138219 or 5573462. OLE color: 5573462.
HSL color Cylindrical-coordinate representation of color #560B55: hue angle of 300.8º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #560B55 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 11 | 85 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.66 |
| HSL | 300.8º | 0.77% | 0.19% | - |
| HSV(B) | 300.8º | 0.87% | 0.34% | - |
| XYZ | 5.6 | 2.87 | 8.85 | - |
| YUV | 41.86 | 152.35 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 85 | 0 | 0.87 | 0.01 | 0.66 | 300.8 | 0.77 | 0.19 |
| Hex | 56 | B | 55 | 0 | 57 | 1 | 42 | 12D | 4D | 13 |
| Octal | 126 | 13 | 125 | 0 | 127 | 1 | 102 | 455 | 115 | 23 |
| Binary | 1010110 | 1011 | 1010101 | 0 | 1010111 | 1 | 1000010 | 100101101 | 1001101 | 10011 |
Color Harmonies of #560B55
Complementary color
Monochromatic Colors of #560B55
Black with #560B55
Text Example
Text Example
White with #560B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560B55; }
p { color: rgb(86,11,85); }
H1.HeaderClassName
{
color: #560B55;
}
.AnyTagClassName
{
color: #560B55;
}
</style>
background-color css
<style>
a { background-color: #560B55; }
a { background-color: rgb(86,11,85); }
div.DivClassName
{
background-color: #560B55;
}
.BgClassName
{
background-color: #560B55;
}
</style>
border-color css
<style>
span { border-color: #560B55; }
span { border-color: rgb(86,11,85); }
td.TdClassName
{
border-color: #560B55;
}
.TagClassName
{
border-color: #560B55;
}
</style>