Shades of Palatinate Purple #56055C
Tints of Palatinate Purple #56055C
RGB
CMYK
RGB Variations
Color information
#56055C (or 0x56055C) is known color: Palatinate Purple. HEX triplet: 56, 05 and 5C. RGB value is (86,5,92). Sum of RGB (Red+Green+Blue) = 86+5+92=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #56055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56055C is #A9FAA3. Grayscale: #262626. Windows color (decimal): -11139748 or 6030678. OLE color: 6030678.
HSL color Cylindrical-coordinate representation of color #56055C: hue angle of 295.86º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #56055C is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 86 | 5 | 92 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.64 |
| HSL | 295.86º | 0.9% | 0.19% | - |
| HSV(B) | 295.86º | 0.95% | 0.36% | - |
| XYZ | 5.82 | 2.86 | 10.37 | - |
| YUV | 39.14 | 157.84 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 5 | 92 | 0.07 | 0.95 | 0 | 0.64 | 295.86 | 0.9 | 0.19 |
| Hex | 56 | 5 | 5C | 7 | 5F | 0 | 40 | 128 | 5A | 13 |
| Octal | 126 | 5 | 134 | 7 | 137 | 0 | 100 | 450 | 132 | 23 |
| Binary | 1010110 | 101 | 1011100 | 111 | 1011111 | 0 | 1000000 | 100101000 | 1011010 | 10011 |
Color Harmonies of #56055C
Complementary color
Monochromatic Colors of #56055C
Black with #56055C
Text Example
Text Example
White with #56055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56055C; }
p { color: rgb(86,5,92); }
H1.HeaderClassName
{
color: #56055C;
}
.AnyTagClassName
{
color: #56055C;
}
</style>
background-color css
<style>
a { background-color: #56055C; }
a { background-color: rgb(86,5,92); }
div.DivClassName
{
background-color: #56055C;
}
.BgClassName
{
background-color: #56055C;
}
</style>
border-color css
<style>
span { border-color: #56055C; }
span { border-color: rgb(86,5,92); }
td.TdClassName
{
border-color: #56055C;
}
.TagClassName
{
border-color: #56055C;
}
</style>