Shades of Palatinate Purple #56045D
Tints of Palatinate Purple #56045D
RGB
CMYK
RGB Variations
Color information
#56045D (or 0x56045D) is known color: Palatinate Purple. HEX triplet: 56, 04 and 5D. RGB value is (86,4,93). Sum of RGB (Red+Green+Blue) = 86+4+93=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #56045D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56045D is #A9FBA2. Grayscale: #262626. Windows color (decimal): -11140003 or 6095958. OLE color: 6095958.
HSL color Cylindrical-coordinate representation of color #56045D: hue angle of 295.28º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #56045D is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 4 | 93 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.64 |
| HSL | 295.28º | 0.92% | 0.19% | - |
| HSV(B) | 295.28º | 0.96% | 0.36% | - |
| XYZ | 5.86 | 2.86 | 10.6 | - |
| YUV | 38.66 | 158.67 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 4 | 93 | 0.08 | 0.96 | 0 | 0.64 | 295.28 | 0.92 | 0.19 |
| Hex | 56 | 4 | 5D | 8 | 60 | 0 | 40 | 127 | 5C | 13 |
| Octal | 126 | 4 | 135 | 10 | 140 | 0 | 100 | 447 | 134 | 23 |
| Binary | 1010110 | 100 | 1011101 | 1000 | 1100000 | 0 | 1000000 | 100100111 | 1011100 | 10011 |
Color Harmonies of #56045D
Complementary color
Monochromatic Colors of #56045D
Black with #56045D
Text Example
Text Example
White with #56045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56045D; }
p { color: rgb(86,4,93); }
H1.HeaderClassName
{
color: #56045D;
}
.AnyTagClassName
{
color: #56045D;
}
</style>
background-color css
<style>
a { background-color: #56045D; }
a { background-color: rgb(86,4,93); }
div.DivClassName
{
background-color: #56045D;
}
.BgClassName
{
background-color: #56045D;
}
</style>
border-color css
<style>
span { border-color: #56045D; }
span { border-color: rgb(86,4,93); }
td.TdClassName
{
border-color: #56045D;
}
.TagClassName
{
border-color: #56045D;
}
</style>