Shades of Palatinate Purple #561650
Tints of Palatinate Purple #561650
RGB
CMYK
RGB Variations
Color information
#561650 (or 0x561650) is known color: Palatinate Purple. HEX triplet: 56, 16 and 50. RGB value is (86,22,80). Sum of RGB (Red+Green+Blue) = 86+22+80=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 86 - color contains mainly: red. Hex color #561650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561650 is #A9E9AF. Grayscale: #2F2F2F. Windows color (decimal): -11135408 or 5248598. OLE color: 5248598.
HSL color Cylindrical-coordinate representation of color #561650: hue angle of 305.62º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #561650 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 22 | 80 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.66 |
| HSL | 305.63º | 0.59% | 0.21% | - |
| HSV(B) | 305.63º | 0.74% | 0.34% | - |
| XYZ | 5.57 | 3.13 | 7.9 | - |
| YUV | 47.75 | 146.2 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 22 | 80 | 0 | 0.74 | 0.07 | 0.66 | 305.63 | 0.59 | 0.21 |
| Hex | 56 | 16 | 50 | 0 | 4A | 7 | 42 | 132 | 3B | 15 |
| Octal | 126 | 26 | 120 | 0 | 112 | 7 | 102 | 462 | 73 | 25 |
| Binary | 1010110 | 10110 | 1010000 | 0 | 1001010 | 111 | 1000010 | 100110010 | 111011 | 10101 |
Color Harmonies of #561650
Complementary color
Monochromatic Colors of #561650
Black with #561650
Text Example
Text Example
White with #561650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561650; }
p { color: rgb(86,22,80); }
H1.HeaderClassName
{
color: #561650;
}
.AnyTagClassName
{
color: #561650;
}
</style>
background-color css
<style>
a { background-color: #561650; }
a { background-color: rgb(86,22,80); }
div.DivClassName
{
background-color: #561650;
}
.BgClassName
{
background-color: #561650;
}
</style>
border-color css
<style>
span { border-color: #561650; }
span { border-color: rgb(86,22,80); }
td.TdClassName
{
border-color: #561650;
}
.TagClassName
{
border-color: #561650;
}
</style>