Shades of Palatinate Purple #580A55
Tints of Palatinate Purple #580A55
RGB
CMYK
RGB Variations
Color information
#580A55 (or 0x580A55) is known color: Palatinate Purple. HEX triplet: 58, 0A and 55. RGB value is (88,10,85). Sum of RGB (Red+Green+Blue) = 88+10+85=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 10 (4.30% from 255 or 5.46% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #580A55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580A55 is #A7F5AA. Grayscale: #292929. Windows color (decimal): -11007403 or 5573208. OLE color: 5573208.
HSL color Cylindrical-coordinate representation of color #580A55: hue angle of 302.31º 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 #580A55 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 10 | 85 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.65 |
| HSL | 302.31º | 0.8% | 0.19% | - |
| HSV(B) | 302.31º | 0.89% | 0.35% | - |
| XYZ | 5.77 | 2.95 | 8.86 | - |
| YUV | 41.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 10 | 85 | 0 | 0.89 | 0.03 | 0.65 | 302.31 | 0.8 | 0.19 |
| Hex | 58 | A | 55 | 0 | 59 | 3 | 41 | 12E | 50 | 13 |
| Octal | 130 | 12 | 125 | 0 | 131 | 3 | 101 | 456 | 120 | 23 |
| Binary | 1011000 | 1010 | 1010101 | 0 | 1011001 | 11 | 1000001 | 100101110 | 1010000 | 10011 |
Color Harmonies of #580A55
Complementary color
Monochromatic Colors of #580A55
Black with #580A55
Text Example
Text Example
White with #580A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580A55; }
p { color: rgb(88,10,85); }
H1.HeaderClassName
{
color: #580A55;
}
.AnyTagClassName
{
color: #580A55;
}
</style>
background-color css
<style>
a { background-color: #580A55; }
a { background-color: rgb(88,10,85); }
div.DivClassName
{
background-color: #580A55;
}
.BgClassName
{
background-color: #580A55;
}
</style>
border-color css
<style>
span { border-color: #580A55; }
span { border-color: rgb(88,10,85); }
td.TdClassName
{
border-color: #580A55;
}
.TagClassName
{
border-color: #580A55;
}
</style>