Shades of Palatinate Purple #56085A
Tints of Palatinate Purple #56085A
RGB
CMYK
RGB Variations
Color information
#56085A (or 0x56085A) is known color: Palatinate Purple. HEX triplet: 56, 08 and 5A. RGB value is (86,8,90). Sum of RGB (Red+Green+Blue) = 86+8+90=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 90 (35.55% from 255 or 48.91% from 184); Max value from RGB is 90 - color contains mainly: blue. Hex color #56085A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56085A is #A9F7A5. Grayscale: #282828. Windows color (decimal): -11138982 or 5900374. OLE color: 5900374.
HSL color Cylindrical-coordinate representation of color #56085A: hue angle of 297.07º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #56085A is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 8 | 90 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.65 |
| HSL | 297.07º | 0.84% | 0.19% | - |
| HSV(B) | 297.07º | 0.91% | 0.35% | - |
| XYZ | 5.77 | 2.89 | 9.93 | - |
| YUV | 40.67 | 155.84 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 8 | 90 | 0.04 | 0.91 | 0 | 0.65 | 297.07 | 0.84 | 0.19 |
| Hex | 56 | 8 | 5A | 4 | 5B | 0 | 41 | 129 | 54 | 13 |
| Octal | 126 | 10 | 132 | 4 | 133 | 0 | 101 | 451 | 124 | 23 |
| Binary | 1010110 | 1000 | 1011010 | 100 | 1011011 | 0 | 1000001 | 100101001 | 1010100 | 10011 |
Color Harmonies of #56085A
Complementary color
Monochromatic Colors of #56085A
Black with #56085A
Text Example
Text Example
White with #56085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56085A; }
p { color: rgb(86,8,90); }
H1.HeaderClassName
{
color: #56085A;
}
.AnyTagClassName
{
color: #56085A;
}
</style>
background-color css
<style>
a { background-color: #56085A; }
a { background-color: rgb(86,8,90); }
div.DivClassName
{
background-color: #56085A;
}
.BgClassName
{
background-color: #56085A;
}
</style>
border-color css
<style>
span { border-color: #56085A; }
span { border-color: rgb(86,8,90); }
td.TdClassName
{
border-color: #56085A;
}
.TagClassName
{
border-color: #56085A;
}
</style>