Shades of Palatinate Purple #560D51
Tints of Palatinate Purple #560D51
RGB
CMYK
RGB Variations
Color information
#560D51 (or 0x560D51) is known color: Palatinate Purple. HEX triplet: 56, 0D and 51. RGB value is (86,13,81). Sum of RGB (Red+Green+Blue) = 86+13+81=180 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.78% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 81 (32.03% from 255 or 45% from 180); Max value from RGB is 86 - color contains mainly: red. Hex color #560D51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560D51 is #A9F2AE. Grayscale: #2A2A2A. Windows color (decimal): -11137711 or 5311830. OLE color: 5311830.
HSL color Cylindrical-coordinate representation of color #560D51: hue angle of 304.11º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #560D51 is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 13 | 81 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.66 |
| HSL | 304.11º | 0.74% | 0.19% | - |
| HSV(B) | 304.11º | 0.85% | 0.34% | - |
| XYZ | 5.47 | 2.86 | 8.05 | - |
| YUV | 42.58 | 149.68 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 13 | 81 | 0 | 0.85 | 0.06 | 0.66 | 304.11 | 0.74 | 0.19 |
| Hex | 56 | D | 51 | 0 | 55 | 6 | 42 | 130 | 4A | 13 |
| Octal | 126 | 15 | 121 | 0 | 125 | 6 | 102 | 460 | 112 | 23 |
| Binary | 1010110 | 1101 | 1010001 | 0 | 1010101 | 110 | 1000010 | 100110000 | 1001010 | 10011 |
Color Harmonies of #560D51
Complementary color
Monochromatic Colors of #560D51
Black with #560D51
Text Example
Text Example
White with #560D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560D51; }
p { color: rgb(86,13,81); }
H1.HeaderClassName
{
color: #560D51;
}
.AnyTagClassName
{
color: #560D51;
}
</style>
background-color css
<style>
a { background-color: #560D51; }
a { background-color: rgb(86,13,81); }
div.DivClassName
{
background-color: #560D51;
}
.BgClassName
{
background-color: #560D51;
}
</style>
border-color css
<style>
span { border-color: #560D51; }
span { border-color: rgb(86,13,81); }
td.TdClassName
{
border-color: #560D51;
}
.TagClassName
{
border-color: #560D51;
}
</style>