Shades of Palatinate Purple #560D55
Tints of Palatinate Purple #560D55
RGB
CMYK
RGB Variations
Color information
#560D55 (or 0x560D55) is known color: Palatinate Purple. HEX triplet: 56, 0D and 55. RGB value is (86,13,85). Sum of RGB (Red+Green+Blue) = 86+13+85=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #560D55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560D55 is #A9F2AA. Grayscale: #2A2A2A. Windows color (decimal): -11137707 or 5573974. OLE color: 5573974.
HSL color Cylindrical-coordinate representation of color #560D55: hue angle of 300.82º 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 #560D55 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 13 | 85 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.66 |
| HSL | 300.82º | 0.74% | 0.19% | - |
| HSV(B) | 300.82º | 0.85% | 0.34% | - |
| XYZ | 5.62 | 2.92 | 8.86 | - |
| YUV | 43.04 | 151.68 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 13 | 85 | 0 | 0.85 | 0.01 | 0.66 | 300.82 | 0.74 | 0.19 |
| Hex | 56 | D | 55 | 0 | 55 | 1 | 42 | 12D | 4A | 13 |
| Octal | 126 | 15 | 125 | 0 | 125 | 1 | 102 | 455 | 112 | 23 |
| Binary | 1010110 | 1101 | 1010101 | 0 | 1010101 | 1 | 1000010 | 100101101 | 1001010 | 10011 |
Color Harmonies of #560D55
Complementary color
Monochromatic Colors of #560D55
Black with #560D55
Text Example
Text Example
White with #560D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560D55; }
p { color: rgb(86,13,85); }
H1.HeaderClassName
{
color: #560D55;
}
.AnyTagClassName
{
color: #560D55;
}
</style>
background-color css
<style>
a { background-color: #560D55; }
a { background-color: rgb(86,13,85); }
div.DivClassName
{
background-color: #560D55;
}
.BgClassName
{
background-color: #560D55;
}
</style>
border-color css
<style>
span { border-color: #560D55; }
span { border-color: rgb(86,13,85); }
td.TdClassName
{
border-color: #560D55;
}
.TagClassName
{
border-color: #560D55;
}
</style>