Shades of Palatinate Purple #581954
Tints of Palatinate Purple #581954
RGB
CMYK
RGB Variations
Color information
#581954 (or 0x581954) is known color: Palatinate Purple. HEX triplet: 58, 19 and 54. RGB value is (88,25,84). Sum of RGB (Red+Green+Blue) = 88+25+84=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 88 - color contains mainly: red. Hex color #581954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581954 is #A7E6AB. Grayscale: #323232. Windows color (decimal): -11003564 or 5511512. OLE color: 5511512.
HSL color Cylindrical-coordinate representation of color #581954: hue angle of 303.81º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #581954 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 25 | 84 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.65 |
| HSL | 303.81º | 0.56% | 0.22% | - |
| HSV(B) | 303.81º | 0.72% | 0.35% | - |
| XYZ | 5.97 | 3.41 | 8.73 | - |
| YUV | 50.56 | 146.87 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 84 | 0 | 0.72 | 0.05 | 0.65 | 303.81 | 0.56 | 0.22 |
| Hex | 58 | 19 | 54 | 0 | 48 | 5 | 41 | 130 | 38 | 16 |
| Octal | 130 | 31 | 124 | 0 | 110 | 5 | 101 | 460 | 70 | 26 |
| Binary | 1011000 | 11001 | 1010100 | 0 | 1001000 | 101 | 1000001 | 100110000 | 111000 | 10110 |
Color Harmonies of #581954
Complementary color
Monochromatic Colors of #581954
Black with #581954
Text Example
Text Example
White with #581954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581954; }
p { color: rgb(88,25,84); }
H1.HeaderClassName
{
color: #581954;
}
.AnyTagClassName
{
color: #581954;
}
</style>
background-color css
<style>
a { background-color: #581954; }
a { background-color: rgb(88,25,84); }
div.DivClassName
{
background-color: #581954;
}
.BgClassName
{
background-color: #581954;
}
</style>
border-color css
<style>
span { border-color: #581954; }
span { border-color: rgb(88,25,84); }
td.TdClassName
{
border-color: #581954;
}
.TagClassName
{
border-color: #581954;
}
</style>