Shades of Purple Heart #7A17AC
Tints of Purple Heart #7A17AC
RGB
CMYK
RGB Variations
Color information
#7A17AC (or 0x7A17AC) is known color: Purple Heart. HEX triplet: 7A, 17 and AC. RGB value is (122,23,172). Sum of RGB (Red+Green+Blue) = 122+23+172=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A17AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A17AC is #85E853. Grayscale: #454545. Windows color (decimal): -8775764 or 11278202. OLE color: 11278202.
HSL color Cylindrical-coordinate representation of color #7A17AC: hue angle of 279.87º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A17AC is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 23 | 172 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.33 |
| HSL | 279.87º | 0.76% | 0.38% | - |
| HSV(B) | 279.87º | 0.87% | 0.67% | - |
| XYZ | 15.78 | 7.73 | 39.69 | - |
| YUV | 69.59 | 185.8 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 172 | 0.29 | 0.87 | 0 | 0.33 | 279.87 | 0.76 | 0.38 |
| Hex | 7A | 17 | AC | 1D | 57 | 0 | 21 | 118 | 4C | 26 |
| Octal | 172 | 27 | 254 | 35 | 127 | 0 | 41 | 430 | 114 | 46 |
| Binary | 1111010 | 10111 | 10101100 | 11101 | 1010111 | 0 | 100001 | 100011000 | 1001100 | 100110 |
Color Harmonies of #7A17AC
Complementary color
Monochromatic Colors of #7A17AC
Black with #7A17AC
Text Example
Text Example
White with #7A17AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A17AC; }
p { color: rgb(122,23,172); }
H1.HeaderClassName
{
color: #7A17AC;
}
.AnyTagClassName
{
color: #7A17AC;
}
</style>
background-color css
<style>
a { background-color: #7A17AC; }
a { background-color: rgb(122,23,172); }
div.DivClassName
{
background-color: #7A17AC;
}
.BgClassName
{
background-color: #7A17AC;
}
</style>
border-color css
<style>
span { border-color: #7A17AC; }
span { border-color: rgb(122,23,172); }
td.TdClassName
{
border-color: #7A17AC;
}
.TagClassName
{
border-color: #7A17AC;
}
</style>