Shades of Palatinate Purple #581953
Tints of Palatinate Purple #581953
RGB
CMYK
RGB Variations
Color information
#581953 (or 0x581953) is known color: Palatinate Purple. HEX triplet: 58, 19 and 53. RGB value is (88,25,83). Sum of RGB (Red+Green+Blue) = 88+25+83=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #581953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581953 is #A7E6AC. Grayscale: #323232. Windows color (decimal): -11003565 or 5445976. OLE color: 5445976.
HSL color Cylindrical-coordinate representation of color #581953: hue angle of 304.76º 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 #581953 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 25 | 83 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.65 |
| HSL | 304.76º | 0.56% | 0.22% | - |
| HSV(B) | 304.76º | 0.72% | 0.35% | - |
| XYZ | 5.93 | 3.39 | 8.53 | - |
| YUV | 50.45 | 146.37 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 83 | 0 | 0.72 | 0.06 | 0.65 | 304.76 | 0.56 | 0.22 |
| Hex | 58 | 19 | 53 | 0 | 48 | 6 | 41 | 131 | 38 | 16 |
| Octal | 130 | 31 | 123 | 0 | 110 | 6 | 101 | 461 | 70 | 26 |
| Binary | 1011000 | 11001 | 1010011 | 0 | 1001000 | 110 | 1000001 | 100110001 | 111000 | 10110 |
Color Harmonies of #581953
Complementary color
Monochromatic Colors of #581953
Black with #581953
Text Example
Text Example
White with #581953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581953; }
p { color: rgb(88,25,83); }
H1.HeaderClassName
{
color: #581953;
}
.AnyTagClassName
{
color: #581953;
}
</style>
background-color css
<style>
a { background-color: #581953; }
a { background-color: rgb(88,25,83); }
div.DivClassName
{
background-color: #581953;
}
.BgClassName
{
background-color: #581953;
}
</style>
border-color css
<style>
span { border-color: #581953; }
span { border-color: rgb(88,25,83); }
td.TdClassName
{
border-color: #581953;
}
.TagClassName
{
border-color: #581953;
}
</style>