Shades of Palatinate Purple #581555
Tints of Palatinate Purple #581555
RGB
CMYK
RGB Variations
Color information
#581555 (or 0x581555) is known color: Palatinate Purple. HEX triplet: 58, 15 and 55. RGB value is (88,21,85). Sum of RGB (Red+Green+Blue) = 88+21+85=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 88 - color contains mainly: red. Hex color #581555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581555 is #A7EAAA. Grayscale: #303030. Windows color (decimal): -11004587 or 5576024. OLE color: 5576024.
HSL color Cylindrical-coordinate representation of color #581555: hue angle of 302.69º 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 #581555 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 21 | 85 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.65 |
| HSL | 302.69º | 0.61% | 0.21% | - |
| HSV(B) | 302.69º | 0.76% | 0.35% | - |
| XYZ | 5.93 | 3.27 | 8.91 | - |
| YUV | 48.33 | 148.7 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 21 | 85 | 0 | 0.76 | 0.03 | 0.65 | 302.69 | 0.61 | 0.21 |
| Hex | 58 | 15 | 55 | 0 | 4C | 3 | 41 | 12F | 3D | 15 |
| Octal | 130 | 25 | 125 | 0 | 114 | 3 | 101 | 457 | 75 | 25 |
| Binary | 1011000 | 10101 | 1010101 | 0 | 1001100 | 11 | 1000001 | 100101111 | 111101 | 10101 |
Color Harmonies of #581555
Complementary color
Monochromatic Colors of #581555
Black with #581555
Text Example
Text Example
White with #581555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581555; }
p { color: rgb(88,21,85); }
H1.HeaderClassName
{
color: #581555;
}
.AnyTagClassName
{
color: #581555;
}
</style>
background-color css
<style>
a { background-color: #581555; }
a { background-color: rgb(88,21,85); }
div.DivClassName
{
background-color: #581555;
}
.BgClassName
{
background-color: #581555;
}
</style>
border-color css
<style>
span { border-color: #581555; }
span { border-color: rgb(88,21,85); }
td.TdClassName
{
border-color: #581555;
}
.TagClassName
{
border-color: #581555;
}
</style>