Shades of Palatinate Purple #580C55
Tints of Palatinate Purple #580C55
RGB
CMYK
RGB Variations
Color information
#580C55 (or 0x580C55) is known color: Palatinate Purple. HEX triplet: 58, 0C and 55. RGB value is (88,12,85). Sum of RGB (Red+Green+Blue) = 88+12+85=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 88 - color contains mainly: red. Hex color #580C55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C55 is #A7F3AA. Grayscale: #2A2A2A. Windows color (decimal): -11006891 or 5573720. OLE color: 5573720.
HSL color Cylindrical-coordinate representation of color #580C55: hue angle of 302.37º 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 #580C55 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 12 | 85 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.65 |
| HSL | 302.37º | 0.76% | 0.2% | - |
| HSV(B) | 302.37º | 0.86% | 0.35% | - |
| XYZ | 5.8 | 2.99 | 8.87 | - |
| YUV | 43.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 85 | 0 | 0.86 | 0.03 | 0.65 | 302.37 | 0.76 | 0.2 |
| Hex | 58 | C | 55 | 0 | 56 | 3 | 41 | 12E | 4C | 14 |
| Octal | 130 | 14 | 125 | 0 | 126 | 3 | 101 | 456 | 114 | 24 |
| Binary | 1011000 | 1100 | 1010101 | 0 | 1010110 | 11 | 1000001 | 100101110 | 1001100 | 10100 |
Color Harmonies of #580C55
Complementary color
Monochromatic Colors of #580C55
Black with #580C55
Text Example
Text Example
White with #580C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580C55; }
p { color: rgb(88,12,85); }
H1.HeaderClassName
{
color: #580C55;
}
.AnyTagClassName
{
color: #580C55;
}
</style>
background-color css
<style>
a { background-color: #580C55; }
a { background-color: rgb(88,12,85); }
div.DivClassName
{
background-color: #580C55;
}
.BgClassName
{
background-color: #580C55;
}
</style>
border-color css
<style>
span { border-color: #580C55; }
span { border-color: rgb(88,12,85); }
td.TdClassName
{
border-color: #580C55;
}
.TagClassName
{
border-color: #580C55;
}
</style>