Shades of Palatinate Purple #580A56
Tints of Palatinate Purple #580A56
RGB
CMYK
RGB Variations
Color information
#580A56 (or 0x580A56) is known color: Palatinate Purple. HEX triplet: 58, 0A and 56. RGB value is (88,10,86). Sum of RGB (Red+Green+Blue) = 88+10+86=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 86 (33.98% from 255 or 46.74% from 184); Max value from RGB is 88 - color contains mainly: red. Hex color #580A56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580A56 is #A7F5A9. Grayscale: #292929. Windows color (decimal): -11007402 or 5638744. OLE color: 5638744.
HSL color Cylindrical-coordinate representation of color #580A56: hue angle of 301.54º 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 #580A56 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 10 | 86 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.65 |
| HSL | 301.54º | 0.8% | 0.19% | - |
| HSV(B) | 301.54º | 0.89% | 0.35% | - |
| XYZ | 5.81 | 2.96 | 9.07 | - |
| YUV | 41.99 | 152.84 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 10 | 86 | 0 | 0.89 | 0.02 | 0.65 | 301.54 | 0.8 | 0.19 |
| Hex | 58 | A | 56 | 0 | 59 | 2 | 41 | 12E | 50 | 13 |
| Octal | 130 | 12 | 126 | 0 | 131 | 2 | 101 | 456 | 120 | 23 |
| Binary | 1011000 | 1010 | 1010110 | 0 | 1011001 | 10 | 1000001 | 100101110 | 1010000 | 10011 |
Color Harmonies of #580A56
Complementary color
Monochromatic Colors of #580A56
Black with #580A56
Text Example
Text Example
White with #580A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580A56; }
p { color: rgb(88,10,86); }
H1.HeaderClassName
{
color: #580A56;
}
.AnyTagClassName
{
color: #580A56;
}
</style>
background-color css
<style>
a { background-color: #580A56; }
a { background-color: rgb(88,10,86); }
div.DivClassName
{
background-color: #580A56;
}
.BgClassName
{
background-color: #580A56;
}
</style>
border-color css
<style>
span { border-color: #580A56; }
span { border-color: rgb(88,10,86); }
td.TdClassName
{
border-color: #580A56;
}
.TagClassName
{
border-color: #580A56;
}
</style>