Shades of Purple Heart #580ABC
Tints of Purple Heart #580ABC
RGB
CMYK
RGB Variations
Color information
#580ABC (or 0x580ABC) is known color: Purple Heart. HEX triplet: 58, 0A and BC. RGB value is (88,10,188). Sum of RGB (Red+Green+Blue) = 88+10+188=286 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.77% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #580ABC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580ABC is #A7F543. Grayscale: #343434. Windows color (decimal): -11007300 or 12323416. OLE color: 12323416.
HSL color Cylindrical-coordinate representation of color #580ABC: hue angle of 266.29º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580ABC is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 10 | 188 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.26 |
| HSL | 266.29º | 0.9% | 0.39% | - |
| HSV(B) | 266.29º | 0.95% | 0.74% | - |
| XYZ | 13.21 | 5.92 | 48.02 | - |
| YUV | 53.61 | 203.84 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 10 | 188 | 0.53 | 0.95 | 0 | 0.26 | 266.29 | 0.9 | 0.39 |
| Hex | 58 | A | BC | 35 | 5F | 0 | 1A | 10A | 5A | 27 |
| Octal | 130 | 12 | 274 | 65 | 137 | 0 | 32 | 412 | 132 | 47 |
| Binary | 1011000 | 1010 | 10111100 | 110101 | 1011111 | 0 | 11010 | 100001010 | 1011010 | 100111 |
Color Harmonies of #580ABC
Complementary color
Monochromatic Colors of #580ABC
Black with #580ABC
Text Example
Text Example
White with #580ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580ABC; }
p { color: rgb(88,10,188); }
H1.HeaderClassName
{
color: #580ABC;
}
.AnyTagClassName
{
color: #580ABC;
}
</style>
background-color css
<style>
a { background-color: #580ABC; }
a { background-color: rgb(88,10,188); }
div.DivClassName
{
background-color: #580ABC;
}
.BgClassName
{
background-color: #580ABC;
}
</style>
border-color css
<style>
span { border-color: #580ABC; }
span { border-color: rgb(88,10,188); }
td.TdClassName
{
border-color: #580ABC;
}
.TagClassName
{
border-color: #580ABC;
}
</style>