Shades of Palatinate Purple #561A4F
Tints of Palatinate Purple #561A4F
RGB
CMYK
RGB Variations
Color information
#561A4F (or 0x561A4F) is known color: Palatinate Purple. HEX triplet: 56, 1A and 4F. RGB value is (86,26,79). Sum of RGB (Red+Green+Blue) = 86+26+79=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #561A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #561A4F is #A9E5B0. Grayscale: #313131. Windows color (decimal): -11134385 or 5184086. OLE color: 5184086.
HSL color Cylindrical-coordinate representation of color #561A4F: hue angle of 307º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #561A4F is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 26 | 79 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.66 |
| HSL | 307º | 0.54% | 0.22% | - |
| HSV(B) | 307º | 0.7% | 0.34% | - |
| XYZ | 5.62 | 3.28 | 7.73 | - |
| YUV | 49.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 26 | 79 | 0 | 0.70 | 0.08 | 0.66 | 307 | 0.54 | 0.22 |
| Hex | 56 | 1A | 4F | 0 | 46 | 8 | 42 | 133 | 36 | 16 |
| Octal | 126 | 32 | 117 | 0 | 106 | 10 | 102 | 463 | 66 | 26 |
| Binary | 1010110 | 11010 | 1001111 | 0 | 1000110 | 1000 | 1000010 | 100110011 | 110110 | 10110 |
Color Harmonies of #561A4F
Complementary color
Monochromatic Colors of #561A4F
Black with #561A4F
Text Example
Text Example
White with #561A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561A4F; }
p { color: rgb(86,26,79); }
H1.HeaderClassName
{
color: #561A4F;
}
.AnyTagClassName
{
color: #561A4F;
}
</style>
background-color css
<style>
a { background-color: #561A4F; }
a { background-color: rgb(86,26,79); }
div.DivClassName
{
background-color: #561A4F;
}
.BgClassName
{
background-color: #561A4F;
}
</style>
border-color css
<style>
span { border-color: #561A4F; }
span { border-color: rgb(86,26,79); }
td.TdClassName
{
border-color: #561A4F;
}
.TagClassName
{
border-color: #561A4F;
}
</style>