Shades of Palatinate Purple #581850
Tints of Palatinate Purple #581850
RGB
CMYK
RGB Variations
Color information
#581850 (or 0x581850) is known color: Palatinate Purple. HEX triplet: 58, 18 and 50. RGB value is (88,24,80). Sum of RGB (Red+Green+Blue) = 88+24+80=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 88 - color contains mainly: red. Hex color #581850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581850 is #A7E7AF. Grayscale: #313131. Windows color (decimal): -11003824 or 5249112. OLE color: 5249112.
HSL color Cylindrical-coordinate representation of color #581850: hue angle of 307.5º 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 #581850 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 24 | 80 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.65 |
| HSL | 307.5º | 0.57% | 0.22% | - |
| HSV(B) | 307.5º | 0.73% | 0.35% | - |
| XYZ | 5.8 | 3.31 | 7.92 | - |
| YUV | 49.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 24 | 80 | 0 | 0.73 | 0.09 | 0.65 | 307.5 | 0.57 | 0.22 |
| Hex | 58 | 18 | 50 | 0 | 49 | 9 | 41 | 134 | 39 | 16 |
| Octal | 130 | 30 | 120 | 0 | 111 | 11 | 101 | 464 | 71 | 26 |
| Binary | 1011000 | 11000 | 1010000 | 0 | 1001001 | 1001 | 1000001 | 100110100 | 111001 | 10110 |
Color Harmonies of #581850
Complementary color
Monochromatic Colors of #581850
Black with #581850
Text Example
Text Example
White with #581850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581850; }
p { color: rgb(88,24,80); }
H1.HeaderClassName
{
color: #581850;
}
.AnyTagClassName
{
color: #581850;
}
</style>
background-color css
<style>
a { background-color: #581850; }
a { background-color: rgb(88,24,80); }
div.DivClassName
{
background-color: #581850;
}
.BgClassName
{
background-color: #581850;
}
</style>
border-color css
<style>
span { border-color: #581850; }
span { border-color: rgb(88,24,80); }
td.TdClassName
{
border-color: #581850;
}
.TagClassName
{
border-color: #581850;
}
</style>