Shades of Palatinate Purple #580C54
Tints of Palatinate Purple #580C54
RGB
CMYK
RGB Variations
Color information
#580C54 (or 0x580C54) is known color: Palatinate Purple. HEX triplet: 58, 0C and 54. RGB value is (88,12,84). Sum of RGB (Red+Green+Blue) = 88+12+84=184 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.83% from 184); Green value is 12 (5.08% from 255 or 6.52% from 184); Blue value is 84 (33.20% from 255 or 45.65% from 184); Max value from RGB is 88 - color contains mainly: red. Hex color #580C54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C54 is #A7F3AB. Grayscale: #2A2A2A. Windows color (decimal): -11006892 or 5508184. OLE color: 5508184.
HSL color Cylindrical-coordinate representation of color #580C54: hue angle of 303.16º 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 #580C54 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 12 | 84 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.65 |
| HSL | 303.16º | 0.76% | 0.2% | - |
| HSV(B) | 303.16º | 0.86% | 0.35% | - |
| XYZ | 5.76 | 2.98 | 8.66 | - |
| YUV | 42.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 84 | 0 | 0.86 | 0.05 | 0.65 | 303.16 | 0.76 | 0.2 |
| Hex | 58 | C | 54 | 0 | 56 | 5 | 41 | 12F | 4C | 14 |
| Octal | 130 | 14 | 124 | 0 | 126 | 5 | 101 | 457 | 114 | 24 |
| Binary | 1011000 | 1100 | 1010100 | 0 | 1010110 | 101 | 1000001 | 100101111 | 1001100 | 10100 |
Color Harmonies of #580C54
Complementary color
Monochromatic Colors of #580C54
Black with #580C54
Text Example
Text Example
White with #580C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580C54; }
p { color: rgb(88,12,84); }
H1.HeaderClassName
{
color: #580C54;
}
.AnyTagClassName
{
color: #580C54;
}
</style>
background-color css
<style>
a { background-color: #580C54; }
a { background-color: rgb(88,12,84); }
div.DivClassName
{
background-color: #580C54;
}
.BgClassName
{
background-color: #580C54;
}
</style>
border-color css
<style>
span { border-color: #580C54; }
span { border-color: rgb(88,12,84); }
td.TdClassName
{
border-color: #580C54;
}
.TagClassName
{
border-color: #580C54;
}
</style>