Shades of Palatinate Purple #56015A
Tints of Palatinate Purple #56015A
RGB
CMYK
RGB Variations
Color information
#56015A (or 0x56015A) is known color: Palatinate Purple. HEX triplet: 56, 01 and 5A. RGB value is (86,1,90). Sum of RGB (Red+Green+Blue) = 86+1+90=177 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.59% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #56015A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56015A is #A9FEA5. Grayscale: #242424. Windows color (decimal): -11140774 or 5898582. OLE color: 5898582.
HSL color Cylindrical-coordinate representation of color #56015A: hue angle of 297.3º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #56015A is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 1 | 90 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.65 |
| HSL | 297.3º | 0.98% | 0.18% | - |
| HSV(B) | 297.3º | 0.99% | 0.35% | - |
| XYZ | 5.69 | 2.74 | 9.9 | - |
| YUV | 36.56 | 158.16 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 1 | 90 | 0.04 | 0.99 | 0 | 0.65 | 297.3 | 0.98 | 0.18 |
| Hex | 56 | 1 | 5A | 4 | 63 | 0 | 41 | 129 | 62 | 12 |
| Octal | 126 | 1 | 132 | 4 | 143 | 0 | 101 | 451 | 142 | 22 |
| Binary | 1010110 | 1 | 1011010 | 100 | 1100011 | 0 | 1000001 | 100101001 | 1100010 | 10010 |
Color Harmonies of #56015A
Complementary color
Monochromatic Colors of #56015A
Black with #56015A
Text Example
Text Example
White with #56015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56015A; }
p { color: rgb(86,1,90); }
H1.HeaderClassName
{
color: #56015A;
}
.AnyTagClassName
{
color: #56015A;
}
</style>
background-color css
<style>
a { background-color: #56015A; }
a { background-color: rgb(86,1,90); }
div.DivClassName
{
background-color: #56015A;
}
.BgClassName
{
background-color: #56015A;
}
</style>
border-color css
<style>
span { border-color: #56015A; }
span { border-color: rgb(86,1,90); }
td.TdClassName
{
border-color: #56015A;
}
.TagClassName
{
border-color: #56015A;
}
</style>