Shades of Palatinate Purple #580B53
Tints of Palatinate Purple #580B53
RGB
CMYK
RGB Variations
Color information
#580B53 (or 0x580B53) is known color: Palatinate Purple. HEX triplet: 58, 0B and 53. RGB value is (88,11,83). Sum of RGB (Red+Green+Blue) = 88+11+83=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #580B53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580B53 is #A7F4AC. Grayscale: #2A2A2A. Windows color (decimal): -11007149 or 5442392. OLE color: 5442392.
HSL color Cylindrical-coordinate representation of color #580B53: hue angle of 303.9º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #580B53 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 11 | 83 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.65 |
| HSL | 303.9º | 0.78% | 0.19% | - |
| HSV(B) | 303.9º | 0.88% | 0.35% | - |
| XYZ | 5.71 | 2.94 | 8.45 | - |
| YUV | 42.23 | 151.01 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 11 | 83 | 0 | 0.88 | 0.06 | 0.65 | 303.9 | 0.78 | 0.19 |
| Hex | 58 | B | 53 | 0 | 58 | 6 | 41 | 130 | 4E | 13 |
| Octal | 130 | 13 | 123 | 0 | 130 | 6 | 101 | 460 | 116 | 23 |
| Binary | 1011000 | 1011 | 1010011 | 0 | 1011000 | 110 | 1000001 | 100110000 | 1001110 | 10011 |
Color Harmonies of #580B53
Complementary color
Monochromatic Colors of #580B53
Black with #580B53
Text Example
Text Example
White with #580B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580B53; }
p { color: rgb(88,11,83); }
H1.HeaderClassName
{
color: #580B53;
}
.AnyTagClassName
{
color: #580B53;
}
</style>
background-color css
<style>
a { background-color: #580B53; }
a { background-color: rgb(88,11,83); }
div.DivClassName
{
background-color: #580B53;
}
.BgClassName
{
background-color: #580B53;
}
</style>
border-color css
<style>
span { border-color: #580B53; }
span { border-color: rgb(88,11,83); }
td.TdClassName
{
border-color: #580B53;
}
.TagClassName
{
border-color: #580B53;
}
</style>