Shades of Purple Heart #580CAE
Tints of Purple Heart #580CAE
RGB
CMYK
RGB Variations
Color information
#580CAE (or 0x580CAE) is known color: Purple Heart. HEX triplet: 58, 0C and AE. RGB value is (88,12,174). Sum of RGB (Red+Green+Blue) = 88+12+174=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #580CAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #580CAE is #A7F351. Grayscale: #343434. Windows color (decimal): -11006802 or 11406424. OLE color: 11406424.
HSL color Cylindrical-coordinate representation of color #580CAE: hue angle of 268.15º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #580CAE is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 12 | 174 | - |
| CMYK | 0.49 | 0.93 | 0 | 0.32 |
| HSL | 268.15º | 0.87% | 0.36% | - |
| HSV(B) | 268.15º | 0.93% | 0.68% | - |
| XYZ | 11.8 | 5.39 | 40.46 | - |
| YUV | 53.19 | 196.18 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 174 | 0.49 | 0.93 | 0 | 0.32 | 268.15 | 0.87 | 0.36 |
| Hex | 58 | C | AE | 31 | 5D | 0 | 20 | 10C | 57 | 24 |
| Octal | 130 | 14 | 256 | 61 | 135 | 0 | 40 | 414 | 127 | 44 |
| Binary | 1011000 | 1100 | 10101110 | 110001 | 1011101 | 0 | 100000 | 100001100 | 1010111 | 100100 |
Color Harmonies of #580CAE
Complementary color
Monochromatic Colors of #580CAE
Black with #580CAE
Text Example
Text Example
White with #580CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580CAE; }
p { color: rgb(88,12,174); }
H1.HeaderClassName
{
color: #580CAE;
}
.AnyTagClassName
{
color: #580CAE;
}
</style>
background-color css
<style>
a { background-color: #580CAE; }
a { background-color: rgb(88,12,174); }
div.DivClassName
{
background-color: #580CAE;
}
.BgClassName
{
background-color: #580CAE;
}
</style>
border-color css
<style>
span { border-color: #580CAE; }
span { border-color: rgb(88,12,174); }
td.TdClassName
{
border-color: #580CAE;
}
.TagClassName
{
border-color: #580CAE;
}
</style>