Shades of Palatinate Purple #580C57
Tints of Palatinate Purple #580C57
RGB
CMYK
RGB Variations
Color information
#580C57 (or 0x580C57) is known color: Palatinate Purple. HEX triplet: 58, 0C and 57. RGB value is (88,12,87). Sum of RGB (Red+Green+Blue) = 88+12+87=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #580C57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C57 is #A7F3A8. Grayscale: #2B2B2B. Windows color (decimal): -11006889 or 5704792. OLE color: 5704792.
HSL color Cylindrical-coordinate representation of color #580C57: hue angle of 300.79º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #580C57 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 12 | 87 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.65 |
| HSL | 300.79º | 0.76% | 0.2% | - |
| HSV(B) | 300.79º | 0.86% | 0.35% | - |
| XYZ | 5.88 | 3.03 | 9.29 | - |
| YUV | 43.27 | 152.68 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 87 | 0 | 0.86 | 0.01 | 0.65 | 300.79 | 0.76 | 0.2 |
| Hex | 58 | C | 57 | 0 | 56 | 1 | 41 | 12D | 4C | 14 |
| Octal | 130 | 14 | 127 | 0 | 126 | 1 | 101 | 455 | 114 | 24 |
| Binary | 1011000 | 1100 | 1010111 | 0 | 1010110 | 1 | 1000001 | 100101101 | 1001100 | 10100 |
Color Harmonies of #580C57
Complementary color
Monochromatic Colors of #580C57
Black with #580C57
Text Example
Text Example
White with #580C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580C57; }
p { color: rgb(88,12,87); }
H1.HeaderClassName
{
color: #580C57;
}
.AnyTagClassName
{
color: #580C57;
}
</style>
background-color css
<style>
a { background-color: #580C57; }
a { background-color: rgb(88,12,87); }
div.DivClassName
{
background-color: #580C57;
}
.BgClassName
{
background-color: #580C57;
}
</style>
border-color css
<style>
span { border-color: #580C57; }
span { border-color: rgb(88,12,87); }
td.TdClassName
{
border-color: #580C57;
}
.TagClassName
{
border-color: #580C57;
}
</style>