Shades of Palatinate Purple #561450
Tints of Palatinate Purple #561450
RGB
CMYK
RGB Variations
Color information
#561450 (or 0x561450) is known color: Palatinate Purple. HEX triplet: 56, 14 and 50. RGB value is (86,20,80). Sum of RGB (Red+Green+Blue) = 86+20+80=186 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.24% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 86 - color contains mainly: red. Hex color #561450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561450 is #A9EBAF. Grayscale: #2E2E2E. Windows color (decimal): -11135920 or 5248086. OLE color: 5248086.
HSL color Cylindrical-coordinate representation of color #561450: hue angle of 305.45º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #561450 is Cyan = 0, Magento = 0.77, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 20 | 80 | - |
| CMYK | 0 | 0.77 | 0.07 | 0.66 |
| HSL | 305.45º | 0.62% | 0.21% | - |
| HSV(B) | 305.45º | 0.77% | 0.34% | - |
| XYZ | 5.54 | 3.06 | 7.89 | - |
| YUV | 46.57 | 146.87 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 20 | 80 | 0 | 0.77 | 0.07 | 0.66 | 305.45 | 0.62 | 0.21 |
| Hex | 56 | 14 | 50 | 0 | 4D | 7 | 42 | 131 | 3E | 15 |
| Octal | 126 | 24 | 120 | 0 | 115 | 7 | 102 | 461 | 76 | 25 |
| Binary | 1010110 | 10100 | 1010000 | 0 | 1001101 | 111 | 1000010 | 100110001 | 111110 | 10101 |
Color Harmonies of #561450
Complementary color
Monochromatic Colors of #561450
Black with #561450
Text Example
Text Example
White with #561450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561450; }
p { color: rgb(86,20,80); }
H1.HeaderClassName
{
color: #561450;
}
.AnyTagClassName
{
color: #561450;
}
</style>
background-color css
<style>
a { background-color: #561450; }
a { background-color: rgb(86,20,80); }
div.DivClassName
{
background-color: #561450;
}
.BgClassName
{
background-color: #561450;
}
</style>
border-color css
<style>
span { border-color: #561450; }
span { border-color: rgb(86,20,80); }
td.TdClassName
{
border-color: #561450;
}
.TagClassName
{
border-color: #561450;
}
</style>