Shades of Purple Heart #580AAC
Tints of Purple Heart #580AAC
RGB
CMYK
RGB Variations
Color information
#580AAC (or 0x580AAC) is known color: Purple Heart. HEX triplet: 58, 0A and AC. RGB value is (88,10,172). Sum of RGB (Red+Green+Blue) = 88+10+172=270 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.59% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #580AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580AAC is #A7F553. Grayscale: #333333. Windows color (decimal): -11007316 or 11274840. OLE color: 11274840.
HSL color Cylindrical-coordinate representation of color #580AAC: hue angle of 268.89º degrees, saturation: 0.89, 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 #580AAC is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 10 | 172 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.33 |
| HSL | 268.89º | 0.89% | 0.36% | - |
| HSV(B) | 268.89º | 0.94% | 0.67% | - |
| XYZ | 11.58 | 5.27 | 39.44 | - |
| YUV | 51.79 | 195.84 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 10 | 172 | 0.49 | 0.94 | 0 | 0.33 | 268.89 | 0.89 | 0.36 |
| Hex | 58 | A | AC | 31 | 5E | 0 | 21 | 10D | 59 | 24 |
| Octal | 130 | 12 | 254 | 61 | 136 | 0 | 41 | 415 | 131 | 44 |
| Binary | 1011000 | 1010 | 10101100 | 110001 | 1011110 | 0 | 100001 | 100001101 | 1011001 | 100100 |
Color Harmonies of #580AAC
Complementary color
Monochromatic Colors of #580AAC
Black with #580AAC
Text Example
Text Example
White with #580AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580AAC; }
p { color: rgb(88,10,172); }
H1.HeaderClassName
{
color: #580AAC;
}
.AnyTagClassName
{
color: #580AAC;
}
</style>
background-color css
<style>
a { background-color: #580AAC; }
a { background-color: rgb(88,10,172); }
div.DivClassName
{
background-color: #580AAC;
}
.BgClassName
{
background-color: #580AAC;
}
</style>
border-color css
<style>
span { border-color: #580AAC; }
span { border-color: rgb(88,10,172); }
td.TdClassName
{
border-color: #580AAC;
}
.TagClassName
{
border-color: #580AAC;
}
</style>