Shades of Palatinate Purple #581856
Tints of Palatinate Purple #581856
RGB
CMYK
RGB Variations
Color information
#581856 (or 0x581856) is known color: Palatinate Purple. HEX triplet: 58, 18 and 56. RGB value is (88,24,86). Sum of RGB (Red+Green+Blue) = 88+24+86=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 88 - color contains mainly: red. Hex color #581856 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581856 is #A7E7A9. Grayscale: #323232. Windows color (decimal): -11003818 or 5642328. OLE color: 5642328.
HSL color Cylindrical-coordinate representation of color #581856: hue angle of 301.88º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #581856 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 24 | 86 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.65 |
| HSL | 301.88º | 0.57% | 0.22% | - |
| HSV(B) | 301.88º | 0.73% | 0.35% | - |
| XYZ | 6.03 | 3.4 | 9.14 | - |
| YUV | 50.2 | 148.2 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 24 | 86 | 0 | 0.73 | 0.02 | 0.65 | 301.88 | 0.57 | 0.22 |
| Hex | 58 | 18 | 56 | 0 | 49 | 2 | 41 | 12E | 39 | 16 |
| Octal | 130 | 30 | 126 | 0 | 111 | 2 | 101 | 456 | 71 | 26 |
| Binary | 1011000 | 11000 | 1010110 | 0 | 1001001 | 10 | 1000001 | 100101110 | 111001 | 10110 |
Color Harmonies of #581856
Complementary color
Monochromatic Colors of #581856
Black with #581856
Text Example
Text Example
White with #581856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581856; }
p { color: rgb(88,24,86); }
H1.HeaderClassName
{
color: #581856;
}
.AnyTagClassName
{
color: #581856;
}
</style>
background-color css
<style>
a { background-color: #581856; }
a { background-color: rgb(88,24,86); }
div.DivClassName
{
background-color: #581856;
}
.BgClassName
{
background-color: #581856;
}
</style>
border-color css
<style>
span { border-color: #581856; }
span { border-color: rgb(88,24,86); }
td.TdClassName
{
border-color: #581856;
}
.TagClassName
{
border-color: #581856;
}
</style>