Shades of Purple Heart #580BAB
Tints of Purple Heart #580BAB
RGB
CMYK
RGB Variations
Color information
#580BAB (or 0x580BAB) is known color: Purple Heart. HEX triplet: 58, 0B and AB. RGB value is (88,11,171). Sum of RGB (Red+Green+Blue) = 88+11+171=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #580BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580BAB is #A7F454. Grayscale: #333333. Windows color (decimal): -11007061 or 11209560. OLE color: 11209560.
HSL color Cylindrical-coordinate representation of color #580BAB: hue angle of 268.88º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580BAB is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 11 | 171 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.33 |
| HSL | 268.88º | 0.88% | 0.36% | - |
| HSV(B) | 268.88º | 0.94% | 0.67% | - |
| XYZ | 11.49 | 5.25 | 38.94 | - |
| YUV | 52.26 | 195.01 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 11 | 171 | 0.49 | 0.94 | 0 | 0.33 | 268.88 | 0.88 | 0.36 |
| Hex | 58 | B | AB | 31 | 5E | 0 | 21 | 10D | 58 | 24 |
| Octal | 130 | 13 | 253 | 61 | 136 | 0 | 41 | 415 | 130 | 44 |
| Binary | 1011000 | 1011 | 10101011 | 110001 | 1011110 | 0 | 100001 | 100001101 | 1011000 | 100100 |
Color Harmonies of #580BAB
Complementary color
Monochromatic Colors of #580BAB
Black with #580BAB
Text Example
Text Example
White with #580BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580BAB; }
p { color: rgb(88,11,171); }
H1.HeaderClassName
{
color: #580BAB;
}
.AnyTagClassName
{
color: #580BAB;
}
</style>
background-color css
<style>
a { background-color: #580BAB; }
a { background-color: rgb(88,11,171); }
div.DivClassName
{
background-color: #580BAB;
}
.BgClassName
{
background-color: #580BAB;
}
</style>
border-color css
<style>
span { border-color: #580BAB; }
span { border-color: rgb(88,11,171); }
td.TdClassName
{
border-color: #580BAB;
}
.TagClassName
{
border-color: #580BAB;
}
</style>