Shades of Palatinate Purple #560E53
Tints of Palatinate Purple #560E53
RGB
CMYK
RGB Variations
Color information
#560E53 (or 0x560E53) is known color: Palatinate Purple. HEX triplet: 56, 0E and 53. RGB value is (86,14,83). Sum of RGB (Red+Green+Blue) = 86+14+83=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 14 (5.86% from 255 or 7.65% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #560E53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560E53 is #A9F1AC. Grayscale: #2B2B2B. Windows color (decimal): -11137453 or 5443158. OLE color: 5443158.
HSL color Cylindrical-coordinate representation of color #560E53: hue angle of 302.5º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #560E53 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 14 | 83 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.66 |
| HSL | 302.5º | 0.72% | 0.2% | - |
| HSV(B) | 302.5º | 0.84% | 0.34% | - |
| XYZ | 5.56 | 2.92 | 8.45 | - |
| YUV | 43.39 | 150.35 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 14 | 83 | 0 | 0.84 | 0.03 | 0.66 | 302.5 | 0.72 | 0.2 |
| Hex | 56 | E | 53 | 0 | 54 | 3 | 42 | 12E | 48 | 14 |
| Octal | 126 | 16 | 123 | 0 | 124 | 3 | 102 | 456 | 110 | 24 |
| Binary | 1010110 | 1110 | 1010011 | 0 | 1010100 | 11 | 1000010 | 100101110 | 1001000 | 10100 |
Color Harmonies of #560E53
Complementary color
Monochromatic Colors of #560E53
Black with #560E53
Text Example
Text Example
White with #560E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560E53; }
p { color: rgb(86,14,83); }
H1.HeaderClassName
{
color: #560E53;
}
.AnyTagClassName
{
color: #560E53;
}
</style>
background-color css
<style>
a { background-color: #560E53; }
a { background-color: rgb(86,14,83); }
div.DivClassName
{
background-color: #560E53;
}
.BgClassName
{
background-color: #560E53;
}
</style>
border-color css
<style>
span { border-color: #560E53; }
span { border-color: rgb(86,14,83); }
td.TdClassName
{
border-color: #560E53;
}
.TagClassName
{
border-color: #560E53;
}
</style>