Shades of Palatinate Purple #582555
Tints of Palatinate Purple #582555
RGB
CMYK
RGB Variations
Color information
#582555 (or 0x582555) is known color: Palatinate Purple. HEX triplet: 58, 25 and 55. RGB value is (88,37,85). Sum of RGB (Red+Green+Blue) = 88+37+85=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 88 - color contains mainly: red. Hex color #582555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582555 is #A7DAAA. Grayscale: #393939. Windows color (decimal): -11000491 or 5580120. OLE color: 5580120.
HSL color Cylindrical-coordinate representation of color #582555: hue angle of 303.53º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #582555 is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 37 | 85 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.65 |
| HSL | 303.53º | 0.41% | 0.25% | - |
| HSV(B) | 303.53º | 0.58% | 0.35% | - |
| XYZ | 6.33 | 4.05 | 9.04 | - |
| YUV | 57.72 | 143.4 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 37 | 85 | 0 | 0.58 | 0.03 | 0.65 | 303.53 | 0.41 | 0.25 |
| Hex | 58 | 25 | 55 | 0 | 3A | 3 | 41 | 130 | 29 | 19 |
| Octal | 130 | 45 | 125 | 0 | 72 | 3 | 101 | 460 | 51 | 31 |
| Binary | 1011000 | 100101 | 1010101 | 0 | 111010 | 11 | 1000001 | 100110000 | 101001 | 11001 |
Color Harmonies of #582555
Complementary color
Monochromatic Colors of #582555
Black with #582555
Text Example
Text Example
White with #582555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582555; }
p { color: rgb(88,37,85); }
H1.HeaderClassName
{
color: #582555;
}
.AnyTagClassName
{
color: #582555;
}
</style>
background-color css
<style>
a { background-color: #582555; }
a { background-color: rgb(88,37,85); }
div.DivClassName
{
background-color: #582555;
}
.BgClassName
{
background-color: #582555;
}
</style>
border-color css
<style>
span { border-color: #582555; }
span { border-color: rgb(88,37,85); }
td.TdClassName
{
border-color: #582555;
}
.TagClassName
{
border-color: #582555;
}
</style>