Shades of Palatinate Purple #581754
Tints of Palatinate Purple #581754
RGB
CMYK
RGB Variations
Color information
#581754 (or 0x581754) is known color: Palatinate Purple. HEX triplet: 58, 17 and 54. RGB value is (88,23,84). Sum of RGB (Red+Green+Blue) = 88+23+84=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #581754 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581754 is #A7E8AB. Grayscale: #313131. Windows color (decimal): -11004076 or 5511000. OLE color: 5511000.
HSL color Cylindrical-coordinate representation of color #581754: hue angle of 303.69º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #581754 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 23 | 84 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.65 |
| HSL | 303.69º | 0.59% | 0.22% | - |
| HSV(B) | 303.69º | 0.74% | 0.35% | - |
| XYZ | 5.93 | 3.33 | 8.72 | - |
| YUV | 49.39 | 147.53 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 84 | 0 | 0.74 | 0.05 | 0.65 | 303.69 | 0.59 | 0.22 |
| Hex | 58 | 17 | 54 | 0 | 4A | 5 | 41 | 130 | 3B | 16 |
| Octal | 130 | 27 | 124 | 0 | 112 | 5 | 101 | 460 | 73 | 26 |
| Binary | 1011000 | 10111 | 1010100 | 0 | 1001010 | 101 | 1000001 | 100110000 | 111011 | 10110 |
Color Harmonies of #581754
Complementary color
Monochromatic Colors of #581754
Black with #581754
Text Example
Text Example
White with #581754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581754; }
p { color: rgb(88,23,84); }
H1.HeaderClassName
{
color: #581754;
}
.AnyTagClassName
{
color: #581754;
}
</style>
background-color css
<style>
a { background-color: #581754; }
a { background-color: rgb(88,23,84); }
div.DivClassName
{
background-color: #581754;
}
.BgClassName
{
background-color: #581754;
}
</style>
border-color css
<style>
span { border-color: #581754; }
span { border-color: rgb(88,23,84); }
td.TdClassName
{
border-color: #581754;
}
.TagClassName
{
border-color: #581754;
}
</style>