Shades of Palatinate Purple #561850
Tints of Palatinate Purple #561850
RGB
CMYK
RGB Variations
Color information
#561850 (or 0x561850) is known color: Palatinate Purple. HEX triplet: 56, 18 and 50. RGB value is (86,24,80). Sum of RGB (Red+Green+Blue) = 86+24+80=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 86 - color contains mainly: red. Hex color #561850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561850 is #A9E7AF. Grayscale: #303030. Windows color (decimal): -11134896 or 5249110. OLE color: 5249110.
HSL color Cylindrical-coordinate representation of color #561850: hue angle of 305.81º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #561850 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 24 | 80 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.66 |
| HSL | 305.81º | 0.56% | 0.22% | - |
| HSV(B) | 305.81º | 0.72% | 0.34% | - |
| XYZ | 5.61 | 3.21 | 7.91 | - |
| YUV | 48.92 | 145.54 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 24 | 80 | 0 | 0.72 | 0.07 | 0.66 | 305.81 | 0.56 | 0.22 |
| Hex | 56 | 18 | 50 | 0 | 48 | 7 | 42 | 132 | 38 | 16 |
| Octal | 126 | 30 | 120 | 0 | 110 | 7 | 102 | 462 | 70 | 26 |
| Binary | 1010110 | 11000 | 1010000 | 0 | 1001000 | 111 | 1000010 | 100110010 | 111000 | 10110 |
Color Harmonies of #561850
Complementary color
Monochromatic Colors of #561850
Black with #561850
Text Example
Text Example
White with #561850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561850; }
p { color: rgb(86,24,80); }
H1.HeaderClassName
{
color: #561850;
}
.AnyTagClassName
{
color: #561850;
}
</style>
background-color css
<style>
a { background-color: #561850; }
a { background-color: rgb(86,24,80); }
div.DivClassName
{
background-color: #561850;
}
.BgClassName
{
background-color: #561850;
}
</style>
border-color css
<style>
span { border-color: #561850; }
span { border-color: rgb(86,24,80); }
td.TdClassName
{
border-color: #561850;
}
.TagClassName
{
border-color: #561850;
}
</style>