Shades of Palatinate Purple #561851
Tints of Palatinate Purple #561851
RGB
CMYK
RGB Variations
Color information
#561851 (or 0x561851) is known color: Palatinate Purple. HEX triplet: 56, 18 and 51. RGB value is (86,24,81). Sum of RGB (Red+Green+Blue) = 86+24+81=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #561851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561851 is #A9E7AE. Grayscale: #303030. Windows color (decimal): -11134895 or 5314646. OLE color: 5314646.
HSL color Cylindrical-coordinate representation of color #561851: hue angle of 304.84º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #561851 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 24 | 81 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.66 |
| HSL | 304.84º | 0.56% | 0.22% | - |
| HSV(B) | 304.84º | 0.72% | 0.34% | - |
| XYZ | 5.65 | 3.23 | 8.11 | - |
| YUV | 49.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 24 | 81 | 0 | 0.72 | 0.06 | 0.66 | 304.84 | 0.56 | 0.22 |
| Hex | 56 | 18 | 51 | 0 | 48 | 6 | 42 | 131 | 38 | 16 |
| Octal | 126 | 30 | 121 | 0 | 110 | 6 | 102 | 461 | 70 | 26 |
| Binary | 1010110 | 11000 | 1010001 | 0 | 1001000 | 110 | 1000010 | 100110001 | 111000 | 10110 |
Color Harmonies of #561851
Complementary color
Monochromatic Colors of #561851
Black with #561851
Text Example
Text Example
White with #561851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561851; }
p { color: rgb(86,24,81); }
H1.HeaderClassName
{
color: #561851;
}
.AnyTagClassName
{
color: #561851;
}
</style>
background-color css
<style>
a { background-color: #561851; }
a { background-color: rgb(86,24,81); }
div.DivClassName
{
background-color: #561851;
}
.BgClassName
{
background-color: #561851;
}
</style>
border-color css
<style>
span { border-color: #561851; }
span { border-color: rgb(86,24,81); }
td.TdClassName
{
border-color: #561851;
}
.TagClassName
{
border-color: #561851;
}
</style>