Shades of Palatinate Purple #582A54
Tints of Palatinate Purple #582A54
RGB
CMYK
RGB Variations
Color information
#582A54 (or 0x582A54) is known color: Palatinate Purple. HEX triplet: 58, 2A and 54. RGB value is (88,42,84). Sum of RGB (Red+Green+Blue) = 88+42+84=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 88 - color contains mainly: red. Hex color #582A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582A54 is #A7D5AB. Grayscale: #3C3C3C. Windows color (decimal): -10999212 or 5515864. OLE color: 5515864.
HSL color Cylindrical-coordinate representation of color #582A54: hue angle of 305.22º 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 #582A54 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 42 | 84 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.65 |
| HSL | 305.22º | 0.35% | 0.25% | - |
| HSV(B) | 305.22º | 0.52% | 0.35% | - |
| XYZ | 6.45 | 4.37 | 8.89 | - |
| YUV | 60.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 42 | 84 | 0 | 0.52 | 0.05 | 0.65 | 305.22 | 0.35 | 0.25 |
| Hex | 58 | 2A | 54 | 0 | 34 | 5 | 41 | 131 | 23 | 19 |
| Octal | 130 | 52 | 124 | 0 | 64 | 5 | 101 | 461 | 43 | 31 |
| Binary | 1011000 | 101010 | 1010100 | 0 | 110100 | 101 | 1000001 | 100110001 | 100011 | 11001 |
Color Harmonies of #582A54
Complementary color
Monochromatic Colors of #582A54
Black with #582A54
Text Example
Text Example
White with #582A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582A54; }
p { color: rgb(88,42,84); }
H1.HeaderClassName
{
color: #582A54;
}
.AnyTagClassName
{
color: #582A54;
}
</style>
background-color css
<style>
a { background-color: #582A54; }
a { background-color: rgb(88,42,84); }
div.DivClassName
{
background-color: #582A54;
}
.BgClassName
{
background-color: #582A54;
}
</style>
border-color css
<style>
span { border-color: #582A54; }
span { border-color: rgb(88,42,84); }
td.TdClassName
{
border-color: #582A54;
}
.TagClassName
{
border-color: #582A54;
}
</style>