Shades of Palatinate Purple #560E50
Tints of Palatinate Purple #560E50
RGB
CMYK
RGB Variations
Color information
#560E50 (or 0x560E50) is known color: Palatinate Purple. HEX triplet: 56, 0E and 50. RGB value is (86,14,80). Sum of RGB (Red+Green+Blue) = 86+14+80=180 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.78% from 180); Green value is 14 (5.86% from 255 or 7.78% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 86 - color contains mainly: red. Hex color #560E50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560E50 is #A9F1AF. Grayscale: #2A2A2A. Windows color (decimal): -11137456 or 5246550. OLE color: 5246550.
HSL color Cylindrical-coordinate representation of color #560E50: hue angle of 305º 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 #560E50 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 14 | 80 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.66 |
| HSL | 305º | 0.72% | 0.2% | - |
| HSV(B) | 305º | 0.84% | 0.34% | - |
| XYZ | 5.44 | 2.87 | 7.86 | - |
| YUV | 43.05 | 148.85 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 14 | 80 | 0 | 0.84 | 0.07 | 0.66 | 305 | 0.72 | 0.2 |
| Hex | 56 | E | 50 | 0 | 54 | 7 | 42 | 131 | 48 | 14 |
| Octal | 126 | 16 | 120 | 0 | 124 | 7 | 102 | 461 | 110 | 24 |
| Binary | 1010110 | 1110 | 1010000 | 0 | 1010100 | 111 | 1000010 | 100110001 | 1001000 | 10100 |
Color Harmonies of #560E50
Complementary color
Monochromatic Colors of #560E50
Black with #560E50
Text Example
Text Example
White with #560E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560E50; }
p { color: rgb(86,14,80); }
H1.HeaderClassName
{
color: #560E50;
}
.AnyTagClassName
{
color: #560E50;
}
</style>
background-color css
<style>
a { background-color: #560E50; }
a { background-color: rgb(86,14,80); }
div.DivClassName
{
background-color: #560E50;
}
.BgClassName
{
background-color: #560E50;
}
</style>
border-color css
<style>
span { border-color: #560E50; }
span { border-color: rgb(86,14,80); }
td.TdClassName
{
border-color: #560E50;
}
.TagClassName
{
border-color: #560E50;
}
</style>