Shades of Palatinate Purple #581554
Tints of Palatinate Purple #581554
RGB
CMYK
RGB Variations
Color information
#581554 (or 0x581554) is known color: Palatinate Purple. HEX triplet: 58, 15 and 54. RGB value is (88,21,84). Sum of RGB (Red+Green+Blue) = 88+21+84=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #581554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581554 is #A7EAAB. Grayscale: #303030. Windows color (decimal): -11004588 or 5510488. OLE color: 5510488.
HSL color Cylindrical-coordinate representation of color #581554: hue angle of 303.58º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #581554 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 21 | 84 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.65 |
| HSL | 303.58º | 0.61% | 0.21% | - |
| HSV(B) | 303.58º | 0.76% | 0.35% | - |
| XYZ | 5.89 | 3.25 | 8.7 | - |
| YUV | 48.22 | 148.2 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 21 | 84 | 0 | 0.76 | 0.05 | 0.65 | 303.58 | 0.61 | 0.21 |
| Hex | 58 | 15 | 54 | 0 | 4C | 5 | 41 | 130 | 3D | 15 |
| Octal | 130 | 25 | 124 | 0 | 114 | 5 | 101 | 460 | 75 | 25 |
| Binary | 1011000 | 10101 | 1010100 | 0 | 1001100 | 101 | 1000001 | 100110000 | 111101 | 10101 |
Color Harmonies of #581554
Complementary color
Monochromatic Colors of #581554
Black with #581554
Text Example
Text Example
White with #581554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581554; }
p { color: rgb(88,21,84); }
H1.HeaderClassName
{
color: #581554;
}
.AnyTagClassName
{
color: #581554;
}
</style>
background-color css
<style>
a { background-color: #581554; }
a { background-color: rgb(88,21,84); }
div.DivClassName
{
background-color: #581554;
}
.BgClassName
{
background-color: #581554;
}
</style>
border-color css
<style>
span { border-color: #581554; }
span { border-color: rgb(88,21,84); }
td.TdClassName
{
border-color: #581554;
}
.TagClassName
{
border-color: #581554;
}
</style>