Shades of Palatinate Purple #56114E
Tints of Palatinate Purple #56114E
RGB
CMYK
RGB Variations
Color information
#56114E (or 0x56114E) is known color: Palatinate Purple. HEX triplet: 56, 11 and 4E. RGB value is (86,17,78). Sum of RGB (Red+Green+Blue) = 86+17+78=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 86 - color contains mainly: red. Hex color #56114E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56114E is #A9EEB1. Grayscale: #2C2C2C. Windows color (decimal): -11136690 or 5116246. OLE color: 5116246.
HSL color Cylindrical-coordinate representation of color #56114E: hue angle of 306.96º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #56114E is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 17 | 78 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.66 |
| HSL | 306.96º | 0.67% | 0.2% | - |
| HSV(B) | 306.96º | 0.8% | 0.34% | - |
| XYZ | 5.41 | 2.93 | 7.49 | - |
| YUV | 44.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 17 | 78 | 0 | 0.80 | 0.09 | 0.66 | 306.96 | 0.67 | 0.2 |
| Hex | 56 | 11 | 4E | 0 | 50 | 9 | 42 | 133 | 43 | 14 |
| Octal | 126 | 21 | 116 | 0 | 120 | 11 | 102 | 463 | 103 | 24 |
| Binary | 1010110 | 10001 | 1001110 | 0 | 1010000 | 1001 | 1000010 | 100110011 | 1000011 | 10100 |
Color Harmonies of #56114E
Complementary color
Monochromatic Colors of #56114E
Black with #56114E
Text Example
Text Example
White with #56114E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56114E; }
p { color: rgb(86,17,78); }
H1.HeaderClassName
{
color: #56114E;
}
.AnyTagClassName
{
color: #56114E;
}
</style>
background-color css
<style>
a { background-color: #56114E; }
a { background-color: rgb(86,17,78); }
div.DivClassName
{
background-color: #56114E;
}
.BgClassName
{
background-color: #56114E;
}
</style>
border-color css
<style>
span { border-color: #56114E; }
span { border-color: rgb(86,17,78); }
td.TdClassName
{
border-color: #56114E;
}
.TagClassName
{
border-color: #56114E;
}
</style>