Shades of Palatinate Purple #581952
Tints of Palatinate Purple #581952
RGB
CMYK
RGB Variations
Color information
#581952 (or 0x581952) is known color: Palatinate Purple. HEX triplet: 58, 19 and 52. RGB value is (88,25,82). Sum of RGB (Red+Green+Blue) = 88+25+82=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #581952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581952 is #A7E6AD. Grayscale: #323232. Windows color (decimal): -11003566 or 5380440. OLE color: 5380440.
HSL color Cylindrical-coordinate representation of color #581952: hue angle of 305.71º 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 #581952 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 25 | 82 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.65 |
| HSL | 305.71º | 0.56% | 0.22% | - |
| HSV(B) | 305.71º | 0.72% | 0.35% | - |
| XYZ | 5.9 | 3.38 | 8.32 | - |
| YUV | 50.34 | 145.87 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 82 | 0 | 0.72 | 0.07 | 0.65 | 305.71 | 0.56 | 0.22 |
| Hex | 58 | 19 | 52 | 0 | 48 | 7 | 41 | 132 | 38 | 16 |
| Octal | 130 | 31 | 122 | 0 | 110 | 7 | 101 | 462 | 70 | 26 |
| Binary | 1011000 | 11001 | 1010010 | 0 | 1001000 | 111 | 1000001 | 100110010 | 111000 | 10110 |
Color Harmonies of #581952
Complementary color
Monochromatic Colors of #581952
Black with #581952
Text Example
Text Example
White with #581952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581952; }
p { color: rgb(88,25,82); }
H1.HeaderClassName
{
color: #581952;
}
.AnyTagClassName
{
color: #581952;
}
</style>
background-color css
<style>
a { background-color: #581952; }
a { background-color: rgb(88,25,82); }
div.DivClassName
{
background-color: #581952;
}
.BgClassName
{
background-color: #581952;
}
</style>
border-color css
<style>
span { border-color: #581952; }
span { border-color: rgb(88,25,82); }
td.TdClassName
{
border-color: #581952;
}
.TagClassName
{
border-color: #581952;
}
</style>