Shades of Palatinate Purple #561B51
Tints of Palatinate Purple #561B51
RGB
CMYK
RGB Variations
Color information
#561B51 (or 0x561B51) is known color: Palatinate Purple. HEX triplet: 56, 1B and 51. RGB value is (86,27,81). Sum of RGB (Red+Green+Blue) = 86+27+81=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 86 - color contains mainly: red. Hex color #561B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561B51 is #A9E4AE. Grayscale: #323232. Windows color (decimal): -11134127 or 5315414. OLE color: 5315414.
HSL color Cylindrical-coordinate representation of color #561B51: hue angle of 305.08º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #561B51 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 27 | 81 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.66 |
| HSL | 305.08º | 0.52% | 0.22% | - |
| HSV(B) | 305.08º | 0.69% | 0.34% | - |
| XYZ | 5.71 | 3.36 | 8.13 | - |
| YUV | 50.8 | 145.05 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 27 | 81 | 0 | 0.69 | 0.06 | 0.66 | 305.08 | 0.52 | 0.22 |
| Hex | 56 | 1B | 51 | 0 | 45 | 6 | 42 | 131 | 34 | 16 |
| Octal | 126 | 33 | 121 | 0 | 105 | 6 | 102 | 461 | 64 | 26 |
| Binary | 1010110 | 11011 | 1010001 | 0 | 1000101 | 110 | 1000010 | 100110001 | 110100 | 10110 |
Color Harmonies of #561B51
Complementary color
Monochromatic Colors of #561B51
Black with #561B51
Text Example
Text Example
White with #561B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561B51; }
p { color: rgb(86,27,81); }
H1.HeaderClassName
{
color: #561B51;
}
.AnyTagClassName
{
color: #561B51;
}
</style>
background-color css
<style>
a { background-color: #561B51; }
a { background-color: rgb(86,27,81); }
div.DivClassName
{
background-color: #561B51;
}
.BgClassName
{
background-color: #561B51;
}
</style>
border-color css
<style>
span { border-color: #561B51; }
span { border-color: rgb(86,27,81); }
td.TdClassName
{
border-color: #561B51;
}
.TagClassName
{
border-color: #561B51;
}
</style>