Shades of Palatinate Purple #560B53
Tints of Palatinate Purple #560B53
RGB
CMYK
RGB Variations
Color information
#560B53 (or 0x560B53) is known color: Palatinate Purple. HEX triplet: 56, 0B and 53. RGB value is (86,11,83). Sum of RGB (Red+Green+Blue) = 86+11+83=180 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.78% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 86 - color contains mainly: red. Hex color #560B53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560B53 is #A9F4AC. Grayscale: #292929. Windows color (decimal): -11138221 or 5442390. OLE color: 5442390.
HSL color Cylindrical-coordinate representation of color #560B53: hue angle of 302.4º 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 #560B53 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 11 | 83 | - |
| CMYK | 0 | 0.87 | 0.03 | 0.66 |
| HSL | 302.4º | 0.77% | 0.19% | - |
| HSV(B) | 302.4º | 0.87% | 0.34% | - |
| XYZ | 5.52 | 2.84 | 8.44 | - |
| YUV | 41.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 83 | 0 | 0.87 | 0.03 | 0.66 | 302.4 | 0.77 | 0.19 |
| Hex | 56 | B | 53 | 0 | 57 | 3 | 42 | 12E | 4D | 13 |
| Octal | 126 | 13 | 123 | 0 | 127 | 3 | 102 | 456 | 115 | 23 |
| Binary | 1010110 | 1011 | 1010011 | 0 | 1010111 | 11 | 1000010 | 100101110 | 1001101 | 10011 |
Color Harmonies of #560B53
Complementary color
Monochromatic Colors of #560B53
Black with #560B53
Text Example
Text Example
White with #560B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560B53; }
p { color: rgb(86,11,83); }
H1.HeaderClassName
{
color: #560B53;
}
.AnyTagClassName
{
color: #560B53;
}
</style>
background-color css
<style>
a { background-color: #560B53; }
a { background-color: rgb(86,11,83); }
div.DivClassName
{
background-color: #560B53;
}
.BgClassName
{
background-color: #560B53;
}
</style>
border-color css
<style>
span { border-color: #560B53; }
span { border-color: rgb(86,11,83); }
td.TdClassName
{
border-color: #560B53;
}
.TagClassName
{
border-color: #560B53;
}
</style>