Shades of Palatinate Purple #560A57
Tints of Palatinate Purple #560A57
RGB
CMYK
RGB Variations
Color information
#560A57 (or 0x560A57) is known color: Palatinate Purple. HEX triplet: 56, 0A and 57. RGB value is (86,10,87). Sum of RGB (Red+Green+Blue) = 86+10+87=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 10 (4.30% from 255 or 5.46% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #560A57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560A57 is #A9F5A8. Grayscale: #292929. Windows color (decimal): -11138473 or 5704278. OLE color: 5704278.
HSL color Cylindrical-coordinate representation of color #560A57: hue angle of 299.22º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #560A57 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 10 | 87 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.66 |
| HSL | 299.22º | 0.79% | 0.19% | - |
| HSV(B) | 299.22º | 0.89% | 0.34% | - |
| XYZ | 5.67 | 2.88 | 9.27 | - |
| YUV | 41.5 | 153.68 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 10 | 87 | 0.01 | 0.89 | 0 | 0.66 | 299.22 | 0.79 | 0.19 |
| Hex | 56 | A | 57 | 1 | 59 | 0 | 42 | 12B | 4F | 13 |
| Octal | 126 | 12 | 127 | 1 | 131 | 0 | 102 | 453 | 117 | 23 |
| Binary | 1010110 | 1010 | 1010111 | 1 | 1011001 | 0 | 1000010 | 100101011 | 1001111 | 10011 |
Color Harmonies of #560A57
Complementary color
Monochromatic Colors of #560A57
Black with #560A57
Text Example
Text Example
White with #560A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560A57; }
p { color: rgb(86,10,87); }
H1.HeaderClassName
{
color: #560A57;
}
.AnyTagClassName
{
color: #560A57;
}
</style>
background-color css
<style>
a { background-color: #560A57; }
a { background-color: rgb(86,10,87); }
div.DivClassName
{
background-color: #560A57;
}
.BgClassName
{
background-color: #560A57;
}
</style>
border-color css
<style>
span { border-color: #560A57; }
span { border-color: rgb(86,10,87); }
td.TdClassName
{
border-color: #560A57;
}
.TagClassName
{
border-color: #560A57;
}
</style>