Shades of Purple Heart #580AAB
Tints of Purple Heart #580AAB
RGB
CMYK
RGB Variations
Color information
#580AAB (or 0x580AAB) is known color: Purple Heart. HEX triplet: 58, 0A and AB. RGB value is (88,10,171). Sum of RGB (Red+Green+Blue) = 88+10+171=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #580AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580AAB is #A7F554. Grayscale: #333333. Windows color (decimal): -11007317 or 11209304. OLE color: 11209304.
HSL color Cylindrical-coordinate representation of color #580AAB: hue angle of 269.07º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580AAB is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 10 | 171 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.33 |
| HSL | 269.07º | 0.89% | 0.35% | - |
| HSV(B) | 269.07º | 0.94% | 0.67% | - |
| XYZ | 11.48 | 5.23 | 38.93 | - |
| YUV | 51.68 | 195.34 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 10 | 171 | 0.49 | 0.94 | 0 | 0.33 | 269.07 | 0.89 | 0.35 |
| Hex | 58 | A | AB | 31 | 5E | 0 | 21 | 10D | 59 | 23 |
| Octal | 130 | 12 | 253 | 61 | 136 | 0 | 41 | 415 | 131 | 43 |
| Binary | 1011000 | 1010 | 10101011 | 110001 | 1011110 | 0 | 100001 | 100001101 | 1011001 | 100011 |
Color Harmonies of #580AAB
Complementary color
Monochromatic Colors of #580AAB
Black with #580AAB
Text Example
Text Example
White with #580AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580AAB; }
p { color: rgb(88,10,171); }
H1.HeaderClassName
{
color: #580AAB;
}
.AnyTagClassName
{
color: #580AAB;
}
</style>
background-color css
<style>
a { background-color: #580AAB; }
a { background-color: rgb(88,10,171); }
div.DivClassName
{
background-color: #580AAB;
}
.BgClassName
{
background-color: #580AAB;
}
</style>
border-color css
<style>
span { border-color: #580AAB; }
span { border-color: rgb(88,10,171); }
td.TdClassName
{
border-color: #580AAB;
}
.TagClassName
{
border-color: #580AAB;
}
</style>