Shades of Palatinate Purple #581C55
Tints of Palatinate Purple #581C55
RGB
CMYK
RGB Variations
Color information
#581C55 (or 0x581C55) is known color: Palatinate Purple. HEX triplet: 58, 1C and 55. RGB value is (88,28,85). Sum of RGB (Red+Green+Blue) = 88+28+85=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #581C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581C55 is #A7E3AA. Grayscale: #343434. Windows color (decimal): -11002795 or 5577816. OLE color: 5577816.
HSL color Cylindrical-coordinate representation of color #581C55: hue angle of 303º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #581C55 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 28 | 85 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.65 |
| HSL | 303º | 0.52% | 0.23% | - |
| HSV(B) | 303º | 0.68% | 0.35% | - |
| XYZ | 6.08 | 3.56 | 8.96 | - |
| YUV | 52.44 | 146.38 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 28 | 85 | 0 | 0.68 | 0.03 | 0.65 | 303 | 0.52 | 0.23 |
| Hex | 58 | 1C | 55 | 0 | 44 | 3 | 41 | 12F | 34 | 17 |
| Octal | 130 | 34 | 125 | 0 | 104 | 3 | 101 | 457 | 64 | 27 |
| Binary | 1011000 | 11100 | 1010101 | 0 | 1000100 | 11 | 1000001 | 100101111 | 110100 | 10111 |
Color Harmonies of #581C55
Complementary color
Monochromatic Colors of #581C55
Black with #581C55
Text Example
Text Example
White with #581C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581C55; }
p { color: rgb(88,28,85); }
H1.HeaderClassName
{
color: #581C55;
}
.AnyTagClassName
{
color: #581C55;
}
</style>
background-color css
<style>
a { background-color: #581C55; }
a { background-color: rgb(88,28,85); }
div.DivClassName
{
background-color: #581C55;
}
.BgClassName
{
background-color: #581C55;
}
</style>
border-color css
<style>
span { border-color: #581C55; }
span { border-color: rgb(88,28,85); }
td.TdClassName
{
border-color: #581C55;
}
.TagClassName
{
border-color: #581C55;
}
</style>