Shades of Purple Heart #580ABB
Tints of Purple Heart #580ABB
RGB
CMYK
RGB Variations
Color information
#580ABB (or 0x580ABB) is known color: Purple Heart. HEX triplet: 58, 0A and BB. RGB value is (88,10,187). Sum of RGB (Red+Green+Blue) = 88+10+187=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 187 (73.44% from 255 or 65.61% from 285); Max value from RGB is 187 - color contains mainly: blue. Hex color #580ABB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580ABB is #A7F544. Grayscale: #343434. Windows color (decimal): -11007301 or 12257880. OLE color: 12257880.
HSL color Cylindrical-coordinate representation of color #580ABB: hue angle of 266.44º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580ABB is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 10 | 187 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.27 |
| HSL | 266.44º | 0.9% | 0.39% | - |
| HSV(B) | 266.44º | 0.95% | 0.73% | - |
| XYZ | 13.1 | 5.88 | 47.46 | - |
| YUV | 53.5 | 203.34 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 10 | 187 | 0.53 | 0.95 | 0 | 0.27 | 266.44 | 0.9 | 0.39 |
| Hex | 58 | A | BB | 35 | 5F | 0 | 1B | 10A | 5A | 27 |
| Octal | 130 | 12 | 273 | 65 | 137 | 0 | 33 | 412 | 132 | 47 |
| Binary | 1011000 | 1010 | 10111011 | 110101 | 1011111 | 0 | 11011 | 100001010 | 1011010 | 100111 |
Color Harmonies of #580ABB
Complementary color
Monochromatic Colors of #580ABB
Black with #580ABB
Text Example
Text Example
White with #580ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580ABB; }
p { color: rgb(88,10,187); }
H1.HeaderClassName
{
color: #580ABB;
}
.AnyTagClassName
{
color: #580ABB;
}
</style>
background-color css
<style>
a { background-color: #580ABB; }
a { background-color: rgb(88,10,187); }
div.DivClassName
{
background-color: #580ABB;
}
.BgClassName
{
background-color: #580ABB;
}
</style>
border-color css
<style>
span { border-color: #580ABB; }
span { border-color: rgb(88,10,187); }
td.TdClassName
{
border-color: #580ABB;
}
.TagClassName
{
border-color: #580ABB;
}
</style>