Shades of Palatinate Purple #560951
Tints of Palatinate Purple #560951
RGB
CMYK
RGB Variations
Color information
#560951 (or 0x560951) is known color: Palatinate Purple. HEX triplet: 56, 09 and 51. RGB value is (86,9,81). Sum of RGB (Red+Green+Blue) = 86+9+81=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 81 (32.03% from 255 or 46.02% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #560951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560951 is #A9F6AE. Grayscale: #282828. Windows color (decimal): -11138735 or 5310806. OLE color: 5310806.
HSL color Cylindrical-coordinate representation of color #560951: hue angle of 303.9º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #560951 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 9 | 81 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.66 |
| HSL | 303.9º | 0.81% | 0.19% | - |
| HSV(B) | 303.9º | 0.9% | 0.34% | - |
| XYZ | 5.42 | 2.77 | 8.03 | - |
| YUV | 40.23 | 151.01 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 9 | 81 | 0 | 0.90 | 0.06 | 0.66 | 303.9 | 0.81 | 0.19 |
| Hex | 56 | 9 | 51 | 0 | 5A | 6 | 42 | 130 | 51 | 13 |
| Octal | 126 | 11 | 121 | 0 | 132 | 6 | 102 | 460 | 121 | 23 |
| Binary | 1010110 | 1001 | 1010001 | 0 | 1011010 | 110 | 1000010 | 100110000 | 1010001 | 10011 |
Color Harmonies of #560951
Complementary color
Monochromatic Colors of #560951
Black with #560951
Text Example
Text Example
White with #560951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560951; }
p { color: rgb(86,9,81); }
H1.HeaderClassName
{
color: #560951;
}
.AnyTagClassName
{
color: #560951;
}
</style>
background-color css
<style>
a { background-color: #560951; }
a { background-color: rgb(86,9,81); }
div.DivClassName
{
background-color: #560951;
}
.BgClassName
{
background-color: #560951;
}
</style>
border-color css
<style>
span { border-color: #560951; }
span { border-color: rgb(86,9,81); }
td.TdClassName
{
border-color: #560951;
}
.TagClassName
{
border-color: #560951;
}
</style>