Shades of Palatinate Purple #581A51
Tints of Palatinate Purple #581A51
RGB
CMYK
RGB Variations
Color information
#581A51 (or 0x581A51) is known color: Palatinate Purple. HEX triplet: 58, 1A and 51. RGB value is (88,26,81). Sum of RGB (Red+Green+Blue) = 88+26+81=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #581A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581A51 is #A7E5AE. Grayscale: #323232. Windows color (decimal): -11003311 or 5315160. OLE color: 5315160.
HSL color Cylindrical-coordinate representation of color #581A51: hue angle of 306.77º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #581A51 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 26 | 81 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.65 |
| HSL | 306.77º | 0.54% | 0.22% | - |
| HSV(B) | 306.77º | 0.7% | 0.35% | - |
| XYZ | 5.88 | 3.41 | 8.13 | - |
| YUV | 50.81 | 145.04 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 26 | 81 | 0 | 0.70 | 0.08 | 0.65 | 306.77 | 0.54 | 0.22 |
| Hex | 58 | 1A | 51 | 0 | 46 | 8 | 41 | 133 | 36 | 16 |
| Octal | 130 | 32 | 121 | 0 | 106 | 10 | 101 | 463 | 66 | 26 |
| Binary | 1011000 | 11010 | 1010001 | 0 | 1000110 | 1000 | 1000001 | 100110011 | 110110 | 10110 |
Color Harmonies of #581A51
Complementary color
Monochromatic Colors of #581A51
Black with #581A51
Text Example
Text Example
White with #581A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581A51; }
p { color: rgb(88,26,81); }
H1.HeaderClassName
{
color: #581A51;
}
.AnyTagClassName
{
color: #581A51;
}
</style>
background-color css
<style>
a { background-color: #581A51; }
a { background-color: rgb(88,26,81); }
div.DivClassName
{
background-color: #581A51;
}
.BgClassName
{
background-color: #581A51;
}
</style>
border-color css
<style>
span { border-color: #581A51; }
span { border-color: rgb(88,26,81); }
td.TdClassName
{
border-color: #581A51;
}
.TagClassName
{
border-color: #581A51;
}
</style>