Shades of Palatinate Purple #582A55
Tints of Palatinate Purple #582A55
RGB
CMYK
RGB Variations
Color information
#582A55 (or 0x582A55) is known color: Palatinate Purple. HEX triplet: 58, 2A and 55. RGB value is (88,42,85). Sum of RGB (Red+Green+Blue) = 88+42+85=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 88 - color contains mainly: red. Hex color #582A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582A55 is #A7D5AA. Grayscale: #3C3C3C. Windows color (decimal): -10999211 or 5581400. OLE color: 5581400.
HSL color Cylindrical-coordinate representation of color #582A55: hue angle of 303.91º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #582A55 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 42 | 85 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.65 |
| HSL | 303.91º | 0.35% | 0.25% | - |
| HSV(B) | 303.91º | 0.52% | 0.35% | - |
| XYZ | 6.49 | 4.39 | 9.1 | - |
| YUV | 60.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 42 | 85 | 0 | 0.52 | 0.03 | 0.65 | 303.91 | 0.35 | 0.25 |
| Hex | 58 | 2A | 55 | 0 | 34 | 3 | 41 | 130 | 23 | 19 |
| Octal | 130 | 52 | 125 | 0 | 64 | 3 | 101 | 460 | 43 | 31 |
| Binary | 1011000 | 101010 | 1010101 | 0 | 110100 | 11 | 1000001 | 100110000 | 100011 | 11001 |
Color Harmonies of #582A55
Complementary color
Monochromatic Colors of #582A55
Black with #582A55
Text Example
Text Example
White with #582A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582A55; }
p { color: rgb(88,42,85); }
H1.HeaderClassName
{
color: #582A55;
}
.AnyTagClassName
{
color: #582A55;
}
</style>
background-color css
<style>
a { background-color: #582A55; }
a { background-color: rgb(88,42,85); }
div.DivClassName
{
background-color: #582A55;
}
.BgClassName
{
background-color: #582A55;
}
</style>
border-color css
<style>
span { border-color: #582A55; }
span { border-color: rgb(88,42,85); }
td.TdClassName
{
border-color: #582A55;
}
.TagClassName
{
border-color: #582A55;
}
</style>