Shades of Purple Heart #580EB8
Tints of Purple Heart #580EB8
RGB
CMYK
RGB Variations
Color information
#580EB8 (or 0x580EB8) is known color: Purple Heart. HEX triplet: 58, 0E and B8. RGB value is (88,14,184). Sum of RGB (Red+Green+Blue) = 88+14+184=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 184 (72.27% from 255 or 64.34% from 286); Max value from RGB is 184 - color contains mainly: blue. Hex color #580EB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580EB8 is #A7F147. Grayscale: #363636. Windows color (decimal): -11006280 or 12062296. OLE color: 12062296.
HSL color Cylindrical-coordinate representation of color #580EB8: hue angle of 266.12º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #580EB8 is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 88 | 14 | 184 | - |
| CMYK | 0.52 | 0.92 | 0 | 0.28 |
| HSL | 266.12º | 0.86% | 0.39% | - |
| HSV(B) | 266.12º | 0.92% | 0.72% | - |
| XYZ | 12.83 | 5.85 | 45.8 | - |
| YUV | 55.51 | 200.52 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 14 | 184 | 0.52 | 0.92 | 0 | 0.28 | 266.12 | 0.86 | 0.39 |
| Hex | 58 | E | B8 | 34 | 5C | 0 | 1C | 10A | 56 | 27 |
| Octal | 130 | 16 | 270 | 64 | 134 | 0 | 34 | 412 | 126 | 47 |
| Binary | 1011000 | 1110 | 10111000 | 110100 | 1011100 | 0 | 11100 | 100001010 | 1010110 | 100111 |
Color Harmonies of #580EB8
Complementary color
Monochromatic Colors of #580EB8
Black with #580EB8
Text Example
Text Example
White with #580EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580EB8; }
p { color: rgb(88,14,184); }
H1.HeaderClassName
{
color: #580EB8;
}
.AnyTagClassName
{
color: #580EB8;
}
</style>
background-color css
<style>
a { background-color: #580EB8; }
a { background-color: rgb(88,14,184); }
div.DivClassName
{
background-color: #580EB8;
}
.BgClassName
{
background-color: #580EB8;
}
</style>
border-color css
<style>
span { border-color: #580EB8; }
span { border-color: rgb(88,14,184); }
td.TdClassName
{
border-color: #580EB8;
}
.TagClassName
{
border-color: #580EB8;
}
</style>