Shades of Palatinate Purple #56015E
Tints of Palatinate Purple #56015E
RGB
CMYK
RGB Variations
Color information
#56015E (or 0x56015E) is known color: Palatinate Purple. HEX triplet: 56, 01 and 5E. RGB value is (86,1,94). Sum of RGB (Red+Green+Blue) = 86+1+94=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #56015E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56015E is #A9FEA1. Grayscale: #242424. Windows color (decimal): -11140770 or 6160726. OLE color: 6160726.
HSL color Cylindrical-coordinate representation of color #56015E: hue angle of 294.84º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56015E is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 86 | 1 | 94 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.63 |
| HSL | 294.84º | 0.98% | 0.19% | - |
| HSV(B) | 294.84º | 0.99% | 0.37% | - |
| XYZ | 5.87 | 2.81 | 10.82 | - |
| YUV | 37.02 | 160.16 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 94 | 0.09 | 0.99 | 0 | 0.63 | 294.84 | 0.98 | 0.19 |
| Hex | 56 | 1 | 5E | 9 | 63 | 0 | 3F | 127 | 62 | 13 |
| Octal | 126 | 1 | 136 | 11 | 143 | 0 | 77 | 447 | 142 | 23 |
| Binary | 1010110 | 1 | 1011110 | 1001 | 1100011 | 0 | 111111 | 100100111 | 1100010 | 10011 |
Color Harmonies of #56015E
Complementary color
Monochromatic Colors of #56015E
Black with #56015E
Text Example
Text Example
White with #56015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56015E; }
p { color: rgb(86,1,94); }
H1.HeaderClassName
{
color: #56015E;
}
.AnyTagClassName
{
color: #56015E;
}
</style>
background-color css
<style>
a { background-color: #56015E; }
a { background-color: rgb(86,1,94); }
div.DivClassName
{
background-color: #56015E;
}
.BgClassName
{
background-color: #56015E;
}
</style>
border-color css
<style>
span { border-color: #56015E; }
span { border-color: rgb(86,1,94); }
td.TdClassName
{
border-color: #56015E;
}
.TagClassName
{
border-color: #56015E;
}
</style>