Shades of Palatinate Purple #560B52
Tints of Palatinate Purple #560B52
RGB
CMYK
RGB Variations
Color information
#560B52 (or 0x560B52) is known color: Palatinate Purple. HEX triplet: 56, 0B and 52. RGB value is (86,11,82). Sum of RGB (Red+Green+Blue) = 86+11+82=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 11 (4.69% from 255 or 6.15% from 179); Blue value is 82 (32.42% from 255 or 45.81% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #560B52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560B52 is #A9F4AD. Grayscale: #292929. Windows color (decimal): -11138222 or 5376854. OLE color: 5376854.
HSL color Cylindrical-coordinate representation of color #560B52: hue angle of 303.2º 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 #560B52 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 11 | 82 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.66 |
| HSL | 303.2º | 0.77% | 0.19% | - |
| HSV(B) | 303.2º | 0.87% | 0.34% | - |
| XYZ | 5.48 | 2.83 | 8.24 | - |
| YUV | 41.52 | 150.85 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 82 | 0 | 0.87 | 0.05 | 0.66 | 303.2 | 0.77 | 0.19 |
| Hex | 56 | B | 52 | 0 | 57 | 5 | 42 | 12F | 4D | 13 |
| Octal | 126 | 13 | 122 | 0 | 127 | 5 | 102 | 457 | 115 | 23 |
| Binary | 1010110 | 1011 | 1010010 | 0 | 1010111 | 101 | 1000010 | 100101111 | 1001101 | 10011 |
Color Harmonies of #560B52
Complementary color
Monochromatic Colors of #560B52
Black with #560B52
Text Example
Text Example
White with #560B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560B52; }
p { color: rgb(86,11,82); }
H1.HeaderClassName
{
color: #560B52;
}
.AnyTagClassName
{
color: #560B52;
}
</style>
background-color css
<style>
a { background-color: #560B52; }
a { background-color: rgb(86,11,82); }
div.DivClassName
{
background-color: #560B52;
}
.BgClassName
{
background-color: #560B52;
}
</style>
border-color css
<style>
span { border-color: #560B52; }
span { border-color: rgb(86,11,82); }
td.TdClassName
{
border-color: #560B52;
}
.TagClassName
{
border-color: #560B52;
}
</style>