Shades of Palatinate Purple #561B4F
Tints of Palatinate Purple #561B4F
RGB
CMYK
RGB Variations
Color information
#561B4F (or 0x561B4F) is known color: Palatinate Purple. HEX triplet: 56, 1B and 4F. RGB value is (86,27,79). Sum of RGB (Red+Green+Blue) = 86+27+79=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 86 - color contains mainly: red. Hex color #561B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561B4F is #A9E4B0. Grayscale: #323232. Windows color (decimal): -11134129 or 5184342. OLE color: 5184342.
HSL color Cylindrical-coordinate representation of color #561B4F: hue angle of 307.12º 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 #561B4F is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 27 | 79 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.66 |
| HSL | 307.12º | 0.52% | 0.22% | - |
| HSV(B) | 307.12º | 0.69% | 0.34% | - |
| XYZ | 5.64 | 3.33 | 7.74 | - |
| YUV | 50.57 | 144.05 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 27 | 79 | 0 | 0.69 | 0.08 | 0.66 | 307.12 | 0.52 | 0.22 |
| Hex | 56 | 1B | 4F | 0 | 45 | 8 | 42 | 133 | 34 | 16 |
| Octal | 126 | 33 | 117 | 0 | 105 | 10 | 102 | 463 | 64 | 26 |
| Binary | 1010110 | 11011 | 1001111 | 0 | 1000101 | 1000 | 1000010 | 100110011 | 110100 | 10110 |
Color Harmonies of #561B4F
Complementary color
Monochromatic Colors of #561B4F
Black with #561B4F
Text Example
Text Example
White with #561B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561B4F; }
p { color: rgb(86,27,79); }
H1.HeaderClassName
{
color: #561B4F;
}
.AnyTagClassName
{
color: #561B4F;
}
</style>
background-color css
<style>
a { background-color: #561B4F; }
a { background-color: rgb(86,27,79); }
div.DivClassName
{
background-color: #561B4F;
}
.BgClassName
{
background-color: #561B4F;
}
</style>
border-color css
<style>
span { border-color: #561B4F; }
span { border-color: rgb(86,27,79); }
td.TdClassName
{
border-color: #561B4F;
}
.TagClassName
{
border-color: #561B4F;
}
</style>