Shades of Palatinate Purple #582256
Tints of Palatinate Purple #582256
RGB
CMYK
RGB Variations
Color information
#582256 (or 0x582256) is known color: Palatinate Purple. HEX triplet: 58, 22 and 56. RGB value is (88,34,86). Sum of RGB (Red+Green+Blue) = 88+34+86=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 88 - color contains mainly: red. Hex color #582256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582256 is #A7DDA9. Grayscale: #373737. Windows color (decimal): -11001258 or 5644888. OLE color: 5644888.
HSL color Cylindrical-coordinate representation of color #582256: hue angle of 302.22º 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 #582256 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 34 | 86 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.65 |
| HSL | 302.22º | 0.44% | 0.24% | - |
| HSV(B) | 302.22º | 0.61% | 0.35% | - |
| XYZ | 6.28 | 3.89 | 9.22 | - |
| YUV | 56.07 | 144.89 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 34 | 86 | 0 | 0.61 | 0.02 | 0.65 | 302.22 | 0.44 | 0.24 |
| Hex | 58 | 22 | 56 | 0 | 3D | 2 | 41 | 12E | 2C | 18 |
| Octal | 130 | 42 | 126 | 0 | 75 | 2 | 101 | 456 | 54 | 30 |
| Binary | 1011000 | 100010 | 1010110 | 0 | 111101 | 10 | 1000001 | 100101110 | 101100 | 11000 |
Color Harmonies of #582256
Complementary color
Monochromatic Colors of #582256
Black with #582256
Text Example
Text Example
White with #582256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582256; }
p { color: rgb(88,34,86); }
H1.HeaderClassName
{
color: #582256;
}
.AnyTagClassName
{
color: #582256;
}
</style>
background-color css
<style>
a { background-color: #582256; }
a { background-color: rgb(88,34,86); }
div.DivClassName
{
background-color: #582256;
}
.BgClassName
{
background-color: #582256;
}
</style>
border-color css
<style>
span { border-color: #582256; }
span { border-color: rgb(88,34,86); }
td.TdClassName
{
border-color: #582256;
}
.TagClassName
{
border-color: #582256;
}
</style>