Shades of Palatinate Purple #582253
Tints of Palatinate Purple #582253
RGB
CMYK
RGB Variations
Color information
#582253 (or 0x582253) is known color: Palatinate Purple. HEX triplet: 58, 22 and 53. RGB value is (88,34,83). Sum of RGB (Red+Green+Blue) = 88+34+83=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 88 - color contains mainly: red. Hex color #582253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582253 is #A7DDAC. Grayscale: #373737. Windows color (decimal): -11001261 or 5448280. OLE color: 5448280.
HSL color Cylindrical-coordinate representation of color #582253: hue angle of 305.56º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #582253 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 34 | 83 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.65 |
| HSL | 305.56º | 0.44% | 0.24% | - |
| HSV(B) | 305.56º | 0.61% | 0.35% | - |
| XYZ | 6.16 | 3.84 | 8.6 | - |
| YUV | 55.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 34 | 83 | 0 | 0.61 | 0.06 | 0.65 | 305.56 | 0.44 | 0.24 |
| Hex | 58 | 22 | 53 | 0 | 3D | 6 | 41 | 132 | 2C | 18 |
| Octal | 130 | 42 | 123 | 0 | 75 | 6 | 101 | 462 | 54 | 30 |
| Binary | 1011000 | 100010 | 1010011 | 0 | 111101 | 110 | 1000001 | 100110010 | 101100 | 11000 |
Color Harmonies of #582253
Complementary color
Monochromatic Colors of #582253
Black with #582253
Text Example
Text Example
White with #582253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582253; }
p { color: rgb(88,34,83); }
H1.HeaderClassName
{
color: #582253;
}
.AnyTagClassName
{
color: #582253;
}
</style>
background-color css
<style>
a { background-color: #582253; }
a { background-color: rgb(88,34,83); }
div.DivClassName
{
background-color: #582253;
}
.BgClassName
{
background-color: #582253;
}
</style>
border-color css
<style>
span { border-color: #582253; }
span { border-color: rgb(88,34,83); }
td.TdClassName
{
border-color: #582253;
}
.TagClassName
{
border-color: #582253;
}
</style>