Shades of Palatinate Purple #561151
Tints of Palatinate Purple #561151
RGB
CMYK
RGB Variations
Color information
#561151 (or 0x561151) is known color: Palatinate Purple. HEX triplet: 56, 11 and 51. RGB value is (86,17,81). Sum of RGB (Red+Green+Blue) = 86+17+81=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 81 (32.03% from 255 or 44.02% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #561151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561151 is #A9EEAE. Grayscale: #2C2C2C. Windows color (decimal): -11136687 or 5312854. OLE color: 5312854.
HSL color Cylindrical-coordinate representation of color #561151: hue angle of 304.35º 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 #561151 is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 17 | 81 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.66 |
| HSL | 304.35º | 0.67% | 0.2% | - |
| HSV(B) | 304.35º | 0.8% | 0.34% | - |
| XYZ | 5.52 | 2.97 | 8.07 | - |
| YUV | 44.93 | 148.36 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 17 | 81 | 0 | 0.80 | 0.06 | 0.66 | 304.35 | 0.67 | 0.2 |
| Hex | 56 | 11 | 51 | 0 | 50 | 6 | 42 | 130 | 43 | 14 |
| Octal | 126 | 21 | 121 | 0 | 120 | 6 | 102 | 460 | 103 | 24 |
| Binary | 1010110 | 10001 | 1010001 | 0 | 1010000 | 110 | 1000010 | 100110000 | 1000011 | 10100 |
Color Harmonies of #561151
Complementary color
Monochromatic Colors of #561151
Black with #561151
Text Example
Text Example
White with #561151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561151; }
p { color: rgb(86,17,81); }
H1.HeaderClassName
{
color: #561151;
}
.AnyTagClassName
{
color: #561151;
}
</style>
background-color css
<style>
a { background-color: #561151; }
a { background-color: rgb(86,17,81); }
div.DivClassName
{
background-color: #561151;
}
.BgClassName
{
background-color: #561151;
}
</style>
border-color css
<style>
span { border-color: #561151; }
span { border-color: rgb(86,17,81); }
td.TdClassName
{
border-color: #561151;
}
.TagClassName
{
border-color: #561151;
}
</style>