Shades of Palatinate Purple #560A58
Tints of Palatinate Purple #560A58
RGB
CMYK
RGB Variations
Color information
#560A58 (or 0x560A58) is known color: Palatinate Purple. HEX triplet: 56, 0A and 58. RGB value is (86,10,88). Sum of RGB (Red+Green+Blue) = 86+10+88=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #560A58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560A58 is #A9F5A7. Grayscale: #292929. Windows color (decimal): -11138472 or 5769814. OLE color: 5769814.
HSL color Cylindrical-coordinate representation of color #560A58: hue angle of 298.46º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #560A58 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 10 | 88 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.65 |
| HSL | 298.46º | 0.8% | 0.19% | - |
| HSV(B) | 298.46º | 0.89% | 0.35% | - |
| XYZ | 5.71 | 2.9 | 9.49 | - |
| YUV | 41.62 | 154.18 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 10 | 88 | 0.02 | 0.89 | 0 | 0.65 | 298.46 | 0.8 | 0.19 |
| Hex | 56 | A | 58 | 2 | 59 | 0 | 41 | 12A | 50 | 13 |
| Octal | 126 | 12 | 130 | 2 | 131 | 0 | 101 | 452 | 120 | 23 |
| Binary | 1010110 | 1010 | 1011000 | 10 | 1011001 | 0 | 1000001 | 100101010 | 1010000 | 10011 |
Color Harmonies of #560A58
Complementary color
Monochromatic Colors of #560A58
Black with #560A58
Text Example
Text Example
White with #560A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560A58; }
p { color: rgb(86,10,88); }
H1.HeaderClassName
{
color: #560A58;
}
.AnyTagClassName
{
color: #560A58;
}
</style>
background-color css
<style>
a { background-color: #560A58; }
a { background-color: rgb(86,10,88); }
div.DivClassName
{
background-color: #560A58;
}
.BgClassName
{
background-color: #560A58;
}
</style>
border-color css
<style>
span { border-color: #560A58; }
span { border-color: rgb(86,10,88); }
td.TdClassName
{
border-color: #560A58;
}
.TagClassName
{
border-color: #560A58;
}
</style>