Shades of Palatinate Purple #581851
Tints of Palatinate Purple #581851
RGB
CMYK
RGB Variations
Color information
#581851 (or 0x581851) is known color: Palatinate Purple. HEX triplet: 58, 18 and 51. RGB value is (88,24,81). Sum of RGB (Red+Green+Blue) = 88+24+81=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #581851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581851 is #A7E7AE. Grayscale: #313131. Windows color (decimal): -11003823 or 5314648. OLE color: 5314648.
HSL color Cylindrical-coordinate representation of color #581851: hue angle of 306.56º 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 #581851 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 24 | 81 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.65 |
| HSL | 306.56º | 0.57% | 0.22% | - |
| HSV(B) | 306.56º | 0.73% | 0.35% | - |
| XYZ | 5.84 | 3.32 | 8.12 | - |
| YUV | 49.63 | 145.7 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 24 | 81 | 0 | 0.73 | 0.08 | 0.65 | 306.56 | 0.57 | 0.22 |
| Hex | 58 | 18 | 51 | 0 | 49 | 8 | 41 | 133 | 39 | 16 |
| Octal | 130 | 30 | 121 | 0 | 111 | 10 | 101 | 463 | 71 | 26 |
| Binary | 1011000 | 11000 | 1010001 | 0 | 1001001 | 1000 | 1000001 | 100110011 | 111001 | 10110 |
Color Harmonies of #581851
Complementary color
Monochromatic Colors of #581851
Black with #581851
Text Example
Text Example
White with #581851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581851; }
p { color: rgb(88,24,81); }
H1.HeaderClassName
{
color: #581851;
}
.AnyTagClassName
{
color: #581851;
}
</style>
background-color css
<style>
a { background-color: #581851; }
a { background-color: rgb(88,24,81); }
div.DivClassName
{
background-color: #581851;
}
.BgClassName
{
background-color: #581851;
}
</style>
border-color css
<style>
span { border-color: #581851; }
span { border-color: rgb(88,24,81); }
td.TdClassName
{
border-color: #581851;
}
.TagClassName
{
border-color: #581851;
}
</style>