Shades of Palatinate Purple #561653
Tints of Palatinate Purple #561653
RGB
CMYK
RGB Variations
Color information
#561653 (or 0x561653) is known color: Palatinate Purple. HEX triplet: 56, 16 and 53. RGB value is (86,22,83). Sum of RGB (Red+Green+Blue) = 86+22+83=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #561653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561653 is #A9E9AC. Grayscale: #2F2F2F. Windows color (decimal): -11135405 or 5445206. OLE color: 5445206.
HSL color Cylindrical-coordinate representation of color #561653: hue angle of 302.81º 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 #561653 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 22 | 83 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.66 |
| HSL | 302.81º | 0.59% | 0.21% | - |
| HSV(B) | 302.81º | 0.74% | 0.34% | - |
| XYZ | 5.69 | 3.18 | 8.5 | - |
| YUV | 48.09 | 147.7 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 22 | 83 | 0 | 0.74 | 0.03 | 0.66 | 302.81 | 0.59 | 0.21 |
| Hex | 56 | 16 | 53 | 0 | 4A | 3 | 42 | 12F | 3B | 15 |
| Octal | 126 | 26 | 123 | 0 | 112 | 3 | 102 | 457 | 73 | 25 |
| Binary | 1010110 | 10110 | 1010011 | 0 | 1001010 | 11 | 1000010 | 100101111 | 111011 | 10101 |
Color Harmonies of #561653
Complementary color
Monochromatic Colors of #561653
Black with #561653
Text Example
Text Example
White with #561653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561653; }
p { color: rgb(86,22,83); }
H1.HeaderClassName
{
color: #561653;
}
.AnyTagClassName
{
color: #561653;
}
</style>
background-color css
<style>
a { background-color: #561653; }
a { background-color: rgb(86,22,83); }
div.DivClassName
{
background-color: #561653;
}
.BgClassName
{
background-color: #561653;
}
</style>
border-color css
<style>
span { border-color: #561653; }
span { border-color: rgb(86,22,83); }
td.TdClassName
{
border-color: #561653;
}
.TagClassName
{
border-color: #561653;
}
</style>