Shades of Palatinate Purple #581654
Tints of Palatinate Purple #581654
RGB
CMYK
RGB Variations
Color information
#581654 (or 0x581654) is known color: Palatinate Purple. HEX triplet: 58, 16 and 54. RGB value is (88,22,84). Sum of RGB (Red+Green+Blue) = 88+22+84=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 84 (33.20% from 255 or 43.30% from 194); Max value from RGB is 88 - color contains mainly: red. Hex color #581654 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581654 is #A7E9AB. Grayscale: #303030. Windows color (decimal): -11004332 or 5510744. OLE color: 5510744.
HSL color Cylindrical-coordinate representation of color #581654: hue angle of 303.64º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #581654 is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 22 | 84 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.65 |
| HSL | 303.64º | 0.6% | 0.22% | - |
| HSV(B) | 303.64º | 0.75% | 0.35% | - |
| XYZ | 5.91 | 3.29 | 8.71 | - |
| YUV | 48.8 | 147.87 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 22 | 84 | 0 | 0.75 | 0.05 | 0.65 | 303.64 | 0.6 | 0.22 |
| Hex | 58 | 16 | 54 | 0 | 4B | 5 | 41 | 130 | 3C | 16 |
| Octal | 130 | 26 | 124 | 0 | 113 | 5 | 101 | 460 | 74 | 26 |
| Binary | 1011000 | 10110 | 1010100 | 0 | 1001011 | 101 | 1000001 | 100110000 | 111100 | 10110 |
Color Harmonies of #581654
Complementary color
Monochromatic Colors of #581654
Black with #581654
Text Example
Text Example
White with #581654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581654; }
p { color: rgb(88,22,84); }
H1.HeaderClassName
{
color: #581654;
}
.AnyTagClassName
{
color: #581654;
}
</style>
background-color css
<style>
a { background-color: #581654; }
a { background-color: rgb(88,22,84); }
div.DivClassName
{
background-color: #581654;
}
.BgClassName
{
background-color: #581654;
}
</style>
border-color css
<style>
span { border-color: #581654; }
span { border-color: rgb(88,22,84); }
td.TdClassName
{
border-color: #581654;
}
.TagClassName
{
border-color: #581654;
}
</style>