Shades of Palatinate Purple #581354
Tints of Palatinate Purple #581354
RGB
CMYK
RGB Variations
Color information
#581354 (or 0x581354) is known color: Palatinate Purple. HEX triplet: 58, 13 and 54. RGB value is (88,19,84). Sum of RGB (Red+Green+Blue) = 88+19+84=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 84 (33.20% from 255 or 43.98% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #581354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581354 is #A7ECAB. Grayscale: #2E2E2E. Windows color (decimal): -11005100 or 5509976. OLE color: 5509976.
HSL color Cylindrical-coordinate representation of color #581354: hue angle of 303.48º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #581354 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 19 | 84 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.65 |
| HSL | 303.48º | 0.64% | 0.21% | - |
| HSV(B) | 303.48º | 0.78% | 0.35% | - |
| XYZ | 5.86 | 3.18 | 8.69 | - |
| YUV | 47.04 | 148.86 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 84 | 0 | 0.78 | 0.05 | 0.65 | 303.48 | 0.64 | 0.21 |
| Hex | 58 | 13 | 54 | 0 | 4E | 5 | 41 | 12F | 40 | 15 |
| Octal | 130 | 23 | 124 | 0 | 116 | 5 | 101 | 457 | 100 | 25 |
| Binary | 1011000 | 10011 | 1010100 | 0 | 1001110 | 101 | 1000001 | 100101111 | 1000000 | 10101 |
Color Harmonies of #581354
Complementary color
Monochromatic Colors of #581354
Black with #581354
Text Example
Text Example
White with #581354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581354; }
p { color: rgb(88,19,84); }
H1.HeaderClassName
{
color: #581354;
}
.AnyTagClassName
{
color: #581354;
}
</style>
background-color css
<style>
a { background-color: #581354; }
a { background-color: rgb(88,19,84); }
div.DivClassName
{
background-color: #581354;
}
.BgClassName
{
background-color: #581354;
}
</style>
border-color css
<style>
span { border-color: #581354; }
span { border-color: rgb(88,19,84); }
td.TdClassName
{
border-color: #581354;
}
.TagClassName
{
border-color: #581354;
}
</style>