Shades of Palatinate Purple #580260
Tints of Palatinate Purple #580260
RGB
CMYK
RGB Variations
Color information
#580260 (or 0x580260) is known color: Palatinate Purple. HEX triplet: 58, 02 and 60. RGB value is (88,2,96). Sum of RGB (Red+Green+Blue) = 88+2+96=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #580260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580260 is #A7FD9F. Grayscale: #262626. Windows color (decimal): -11009440 or 6292056. OLE color: 6292056.
HSL color Cylindrical-coordinate representation of color #580260: hue angle of 294.89º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580260 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 2 | 96 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.62 |
| HSL | 294.89º | 0.96% | 0.19% | - |
| HSV(B) | 294.89º | 0.98% | 0.38% | - |
| XYZ | 6.16 | 2.96 | 11.31 | - |
| YUV | 38.43 | 160.49 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 2 | 96 | 0.08 | 0.98 | 0 | 0.62 | 294.89 | 0.96 | 0.19 |
| Hex | 58 | 2 | 60 | 8 | 62 | 0 | 3E | 127 | 60 | 13 |
| Octal | 130 | 2 | 140 | 10 | 142 | 0 | 76 | 447 | 140 | 23 |
| Binary | 1011000 | 10 | 1100000 | 1000 | 1100010 | 0 | 111110 | 100100111 | 1100000 | 10011 |
Color Harmonies of #580260
Complementary color
Monochromatic Colors of #580260
Black with #580260
Text Example
Text Example
White with #580260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580260; }
p { color: rgb(88,2,96); }
H1.HeaderClassName
{
color: #580260;
}
.AnyTagClassName
{
color: #580260;
}
</style>
background-color css
<style>
a { background-color: #580260; }
a { background-color: rgb(88,2,96); }
div.DivClassName
{
background-color: #580260;
}
.BgClassName
{
background-color: #580260;
}
</style>
border-color css
<style>
span { border-color: #580260; }
span { border-color: rgb(88,2,96); }
td.TdClassName
{
border-color: #580260;
}
.TagClassName
{
border-color: #580260;
}
</style>