Shades of Palatinate Purple #560E4E
Tints of Palatinate Purple #560E4E
RGB
CMYK
RGB Variations
Color information
#560E4E (or 0x560E4E) is known color: Palatinate Purple. HEX triplet: 56, 0E and 4E. RGB value is (86,14,78). Sum of RGB (Red+Green+Blue) = 86+14+78=178 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.31% from 178); Green value is 14 (5.86% from 255 or 7.87% from 178); Blue value is 78 (30.86% from 255 or 43.82% from 178); Max value from RGB is 86 - color contains mainly: red. Hex color #560E4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560E4E is #A9F1B1. Grayscale: #2A2A2A. Windows color (decimal): -11137458 or 5115478. OLE color: 5115478.
HSL color Cylindrical-coordinate representation of color #560E4E: hue angle of 306.67º 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 #560E4E is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 14 | 78 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.66 |
| HSL | 306.67º | 0.72% | 0.2% | - |
| HSV(B) | 306.67º | 0.84% | 0.34% | - |
| XYZ | 5.37 | 2.84 | 7.47 | - |
| YUV | 42.82 | 147.85 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 14 | 78 | 0 | 0.84 | 0.09 | 0.66 | 306.67 | 0.72 | 0.2 |
| Hex | 56 | E | 4E | 0 | 54 | 9 | 42 | 133 | 48 | 14 |
| Octal | 126 | 16 | 116 | 0 | 124 | 11 | 102 | 463 | 110 | 24 |
| Binary | 1010110 | 1110 | 1001110 | 0 | 1010100 | 1001 | 1000010 | 100110011 | 1001000 | 10100 |
Color Harmonies of #560E4E
Complementary color
Monochromatic Colors of #560E4E
Black with #560E4E
Text Example
Text Example
White with #560E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560E4E; }
p { color: rgb(86,14,78); }
H1.HeaderClassName
{
color: #560E4E;
}
.AnyTagClassName
{
color: #560E4E;
}
</style>
background-color css
<style>
a { background-color: #560E4E; }
a { background-color: rgb(86,14,78); }
div.DivClassName
{
background-color: #560E4E;
}
.BgClassName
{
background-color: #560E4E;
}
</style>
border-color css
<style>
span { border-color: #560E4E; }
span { border-color: rgb(86,14,78); }
td.TdClassName
{
border-color: #560E4E;
}
.TagClassName
{
border-color: #560E4E;
}
</style>