Shades of Palatinate Purple #581651
Tints of Palatinate Purple #581651
RGB
CMYK
RGB Variations
Color information
#581651 (or 0x581651) is known color: Palatinate Purple. HEX triplet: 58, 16 and 51. RGB value is (88,22,81). Sum of RGB (Red+Green+Blue) = 88+22+81=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #581651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581651 is #A7E9AE. Grayscale: #303030. Windows color (decimal): -11004335 or 5314136. OLE color: 5314136.
HSL color Cylindrical-coordinate representation of color #581651: hue angle of 306.36º 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 #581651 is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 22 | 81 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.65 |
| HSL | 306.36º | 0.6% | 0.22% | - |
| HSV(B) | 306.36º | 0.75% | 0.35% | - |
| XYZ | 5.8 | 3.24 | 8.1 | - |
| YUV | 48.46 | 146.37 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 22 | 81 | 0 | 0.75 | 0.08 | 0.65 | 306.36 | 0.6 | 0.22 |
| Hex | 58 | 16 | 51 | 0 | 4B | 8 | 41 | 132 | 3C | 16 |
| Octal | 130 | 26 | 121 | 0 | 113 | 10 | 101 | 462 | 74 | 26 |
| Binary | 1011000 | 10110 | 1010001 | 0 | 1001011 | 1000 | 1000001 | 100110010 | 111100 | 10110 |
Color Harmonies of #581651
Complementary color
Monochromatic Colors of #581651
Black with #581651
Text Example
Text Example
White with #581651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581651; }
p { color: rgb(88,22,81); }
H1.HeaderClassName
{
color: #581651;
}
.AnyTagClassName
{
color: #581651;
}
</style>
background-color css
<style>
a { background-color: #581651; }
a { background-color: rgb(88,22,81); }
div.DivClassName
{
background-color: #581651;
}
.BgClassName
{
background-color: #581651;
}
</style>
border-color css
<style>
span { border-color: #581651; }
span { border-color: rgb(88,22,81); }
td.TdClassName
{
border-color: #581651;
}
.TagClassName
{
border-color: #581651;
}
</style>