Shades of Palatinate Purple #580C60
Tints of Palatinate Purple #580C60
RGB
CMYK
RGB Variations
Color information
#580C60 (or 0x580C60) is known color: Palatinate Purple. HEX triplet: 58, 0C and 60. RGB value is (88,12,96). Sum of RGB (Red+Green+Blue) = 88+12+96=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 12 (5.08% from 255 or 6.12% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #580C60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580C60 is #A7F39F. Grayscale: #2C2C2C. Windows color (decimal): -11006880 or 6294616. OLE color: 6294616.
HSL color Cylindrical-coordinate representation of color #580C60: hue angle of 294.29º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #580C60 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 12 | 96 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.62 |
| HSL | 294.29º | 0.78% | 0.21% | - |
| HSV(B) | 294.29º | 0.88% | 0.38% | - |
| XYZ | 6.27 | 3.18 | 11.35 | - |
| YUV | 44.3 | 157.18 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 96 | 0.08 | 0.88 | 0 | 0.62 | 294.29 | 0.78 | 0.21 |
| Hex | 58 | C | 60 | 8 | 58 | 0 | 3E | 126 | 4E | 15 |
| Octal | 130 | 14 | 140 | 10 | 130 | 0 | 76 | 446 | 116 | 25 |
| Binary | 1011000 | 1100 | 1100000 | 1000 | 1011000 | 0 | 111110 | 100100110 | 1001110 | 10101 |
Color Harmonies of #580C60
Complementary color
Monochromatic Colors of #580C60
Black with #580C60
Text Example
Text Example
White with #580C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580C60; }
p { color: rgb(88,12,96); }
H1.HeaderClassName
{
color: #580C60;
}
.AnyTagClassName
{
color: #580C60;
}
</style>
background-color css
<style>
a { background-color: #580C60; }
a { background-color: rgb(88,12,96); }
div.DivClassName
{
background-color: #580C60;
}
.BgClassName
{
background-color: #580C60;
}
</style>
border-color css
<style>
span { border-color: #580C60; }
span { border-color: rgb(88,12,96); }
td.TdClassName
{
border-color: #580C60;
}
.TagClassName
{
border-color: #580C60;
}
</style>