Shades of Palatinate Purple #56104E
Tints of Palatinate Purple #56104E
RGB
CMYK
RGB Variations
Color information
#56104E (or 0x56104E) is known color: Palatinate Purple. HEX triplet: 56, 10 and 4E. RGB value is (86,16,78). Sum of RGB (Red+Green+Blue) = 86+16+78=180 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.78% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 78 (30.86% from 255 or 43.33% from 180); Max value from RGB is 86 - color contains mainly: red. Hex color #56104E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56104E is #A9EFB1. Grayscale: #2B2B2B. Windows color (decimal): -11136946 or 5115990. OLE color: 5115990.
HSL color Cylindrical-coordinate representation of color #56104E: hue angle of 306.86º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #56104E is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 16 | 78 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.66 |
| HSL | 306.86º | 0.69% | 0.2% | - |
| HSV(B) | 306.86º | 0.81% | 0.34% | - |
| XYZ | 5.4 | 2.9 | 7.48 | - |
| YUV | 44 | 147.19 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 16 | 78 | 0 | 0.81 | 0.09 | 0.66 | 306.86 | 0.69 | 0.2 |
| Hex | 56 | 10 | 4E | 0 | 51 | 9 | 42 | 133 | 45 | 14 |
| Octal | 126 | 20 | 116 | 0 | 121 | 11 | 102 | 463 | 105 | 24 |
| Binary | 1010110 | 10000 | 1001110 | 0 | 1010001 | 1001 | 1000010 | 100110011 | 1000101 | 10100 |
Color Harmonies of #56104E
Complementary color
Monochromatic Colors of #56104E
Black with #56104E
Text Example
Text Example
White with #56104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56104E; }
p { color: rgb(86,16,78); }
H1.HeaderClassName
{
color: #56104E;
}
.AnyTagClassName
{
color: #56104E;
}
</style>
background-color css
<style>
a { background-color: #56104E; }
a { background-color: rgb(86,16,78); }
div.DivClassName
{
background-color: #56104E;
}
.BgClassName
{
background-color: #56104E;
}
</style>
border-color css
<style>
span { border-color: #56104E; }
span { border-color: rgb(86,16,78); }
td.TdClassName
{
border-color: #56104E;
}
.TagClassName
{
border-color: #56104E;
}
</style>