Shades of Palatinate Purple #561852
Tints of Palatinate Purple #561852
RGB
CMYK
RGB Variations
Color information
#561852 (or 0x561852) is known color: Palatinate Purple. HEX triplet: 56, 18 and 52. RGB value is (86,24,82). Sum of RGB (Red+Green+Blue) = 86+24+82=192 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.79% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 86 - color contains mainly: red. Hex color #561852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561852 is #A9E7AD. Grayscale: #303030. Windows color (decimal): -11134894 or 5380182. OLE color: 5380182.
HSL color Cylindrical-coordinate representation of color #561852: hue angle of 303.87º 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 #561852 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 24 | 82 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.66 |
| HSL | 303.87º | 0.56% | 0.22% | - |
| HSV(B) | 303.87º | 0.72% | 0.34% | - |
| XYZ | 5.69 | 3.24 | 8.31 | - |
| YUV | 49.15 | 146.54 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 24 | 82 | 0 | 0.72 | 0.05 | 0.66 | 303.87 | 0.56 | 0.22 |
| Hex | 56 | 18 | 52 | 0 | 48 | 5 | 42 | 130 | 38 | 16 |
| Octal | 126 | 30 | 122 | 0 | 110 | 5 | 102 | 460 | 70 | 26 |
| Binary | 1010110 | 11000 | 1010010 | 0 | 1001000 | 101 | 1000010 | 100110000 | 111000 | 10110 |
Color Harmonies of #561852
Complementary color
Monochromatic Colors of #561852
Black with #561852
Text Example
Text Example
White with #561852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561852; }
p { color: rgb(86,24,82); }
H1.HeaderClassName
{
color: #561852;
}
.AnyTagClassName
{
color: #561852;
}
</style>
background-color css
<style>
a { background-color: #561852; }
a { background-color: rgb(86,24,82); }
div.DivClassName
{
background-color: #561852;
}
.BgClassName
{
background-color: #561852;
}
</style>
border-color css
<style>
span { border-color: #561852; }
span { border-color: rgb(86,24,82); }
td.TdClassName
{
border-color: #561852;
}
.TagClassName
{
border-color: #561852;
}
</style>