Shades of Palatinate Purple #561D51
Tints of Palatinate Purple #561D51
RGB
CMYK
RGB Variations
Color information
#561D51 (or 0x561D51) is known color: Palatinate Purple. HEX triplet: 56, 1D and 51. RGB value is (86,29,81). Sum of RGB (Red+Green+Blue) = 86+29+81=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #561D51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561D51 is #A9E2AE. Grayscale: #333333. Windows color (decimal): -11133615 or 5315926. OLE color: 5315926.
HSL color Cylindrical-coordinate representation of color #561D51: hue angle of 305.26º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #561D51 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 29 | 81 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.66 |
| HSL | 305.26º | 0.5% | 0.23% | - |
| HSV(B) | 305.26º | 0.66% | 0.34% | - |
| XYZ | 5.76 | 3.45 | 8.15 | - |
| YUV | 51.97 | 144.38 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 29 | 81 | 0 | 0.66 | 0.06 | 0.66 | 305.26 | 0.5 | 0.23 |
| Hex | 56 | 1D | 51 | 0 | 42 | 6 | 42 | 131 | 32 | 17 |
| Octal | 126 | 35 | 121 | 0 | 102 | 6 | 102 | 461 | 62 | 27 |
| Binary | 1010110 | 11101 | 1010001 | 0 | 1000010 | 110 | 1000010 | 100110001 | 110010 | 10111 |
Color Harmonies of #561D51
Complementary color
Monochromatic Colors of #561D51
Black with #561D51
Text Example
Text Example
White with #561D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561D51; }
p { color: rgb(86,29,81); }
H1.HeaderClassName
{
color: #561D51;
}
.AnyTagClassName
{
color: #561D51;
}
</style>
background-color css
<style>
a { background-color: #561D51; }
a { background-color: rgb(86,29,81); }
div.DivClassName
{
background-color: #561D51;
}
.BgClassName
{
background-color: #561D51;
}
</style>
border-color css
<style>
span { border-color: #561D51; }
span { border-color: rgb(86,29,81); }
td.TdClassName
{
border-color: #561D51;
}
.TagClassName
{
border-color: #561D51;
}
</style>