Shades of Palatinate Purple #581C58
Tints of Palatinate Purple #581C58
RGB
CMYK
RGB Variations
Color information
#581C58 (or 0x581C58) is known color: Palatinate Purple. HEX triplet: 58, 1C and 58. RGB value is (88,28,88). Sum of RGB (Red+Green+Blue) = 88+28+88=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #581C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581C58 is #A7E3A7. Grayscale: #343434. Windows color (decimal): -11002792 or 5774424. OLE color: 5774424.
HSL color Cylindrical-coordinate representation of color #581C58: hue angle of 300º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #581C58 is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 28 | 88 | - |
| CMYK | 0 | 0.68 | 0 | 0.65 |
| HSL | 300º | 0.52% | 0.23% | - |
| HSV(B) | 300º | 0.68% | 0.35% | - |
| XYZ | 6.2 | 3.61 | 9.6 | - |
| YUV | 52.78 | 147.88 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 28 | 88 | 0 | 0.68 | 0 | 0.65 | 300 | 0.52 | 0.23 |
| Hex | 58 | 1C | 58 | 0 | 44 | 0 | 41 | 12C | 34 | 17 |
| Octal | 130 | 34 | 130 | 0 | 104 | 0 | 101 | 454 | 64 | 27 |
| Binary | 1011000 | 11100 | 1011000 | 0 | 1000100 | 0 | 1000001 | 100101100 | 110100 | 10111 |
Color Harmonies of #581C58
Complementary color
Monochromatic Colors of #581C58
Black with #581C58
Text Example
Text Example
White with #581C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581C58; }
p { color: rgb(88,28,88); }
H1.HeaderClassName
{
color: #581C58;
}
.AnyTagClassName
{
color: #581C58;
}
</style>
background-color css
<style>
a { background-color: #581C58; }
a { background-color: rgb(88,28,88); }
div.DivClassName
{
background-color: #581C58;
}
.BgClassName
{
background-color: #581C58;
}
</style>
border-color css
<style>
span { border-color: #581C58; }
span { border-color: rgb(88,28,88); }
td.TdClassName
{
border-color: #581C58;
}
.TagClassName
{
border-color: #581C58;
}
</style>