Shades of Palatinate Purple #561353
Tints of Palatinate Purple #561353
RGB
CMYK
RGB Variations
Color information
#561353 (or 0x561353) is known color: Palatinate Purple. HEX triplet: 56, 13 and 53. RGB value is (86,19,83). Sum of RGB (Red+Green+Blue) = 86+19+83=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 86 - color contains mainly: red. Hex color #561353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561353 is #A9ECAC. Grayscale: #2E2E2E. Windows color (decimal): -11136173 or 5444438. OLE color: 5444438.
HSL color Cylindrical-coordinate representation of color #561353: hue angle of 302.69º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #561353 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 19 | 83 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.66 |
| HSL | 302.69º | 0.64% | 0.21% | - |
| HSV(B) | 302.69º | 0.78% | 0.34% | - |
| XYZ | 5.63 | 3.07 | 8.48 | - |
| YUV | 46.33 | 148.7 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 83 | 0 | 0.78 | 0.03 | 0.66 | 302.69 | 0.64 | 0.21 |
| Hex | 56 | 13 | 53 | 0 | 4E | 3 | 42 | 12F | 40 | 15 |
| Octal | 126 | 23 | 123 | 0 | 116 | 3 | 102 | 457 | 100 | 25 |
| Binary | 1010110 | 10011 | 1010011 | 0 | 1001110 | 11 | 1000010 | 100101111 | 1000000 | 10101 |
Color Harmonies of #561353
Complementary color
Monochromatic Colors of #561353
Black with #561353
Text Example
Text Example
White with #561353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561353; }
p { color: rgb(86,19,83); }
H1.HeaderClassName
{
color: #561353;
}
.AnyTagClassName
{
color: #561353;
}
</style>
background-color css
<style>
a { background-color: #561353; }
a { background-color: rgb(86,19,83); }
div.DivClassName
{
background-color: #561353;
}
.BgClassName
{
background-color: #561353;
}
</style>
border-color css
<style>
span { border-color: #561353; }
span { border-color: rgb(86,19,83); }
td.TdClassName
{
border-color: #561353;
}
.TagClassName
{
border-color: #561353;
}
</style>