Shades of Purple Heart #7414AA
Tints of Purple Heart #7414AA
RGB
CMYK
RGB Variations
Color information
#7414AA (or 0x7414AA) is known color: Purple Heart. HEX triplet: 74, 14 and AA. RGB value is (116,20,170). Sum of RGB (Red+Green+Blue) = 116+20+170=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #7414AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7414AA is #8BEB55. Grayscale: #414141. Windows color (decimal): -9169750 or 11146356. OLE color: 11146356.
HSL color Cylindrical-coordinate representation of color #7414AA: hue angle of 278.4º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7414AA is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 20 | 170 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.33 |
| HSL | 278.4º | 0.79% | 0.37% | - |
| HSV(B) | 278.4º | 0.88% | 0.67% | - |
| XYZ | 14.71 | 7.12 | 38.63 | - |
| YUV | 65.8 | 186.8 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 170 | 0.32 | 0.88 | 0 | 0.33 | 278.4 | 0.79 | 0.37 |
| Hex | 74 | 14 | AA | 20 | 58 | 0 | 21 | 116 | 4F | 25 |
| Octal | 164 | 24 | 252 | 40 | 130 | 0 | 41 | 426 | 117 | 45 |
| Binary | 1110100 | 10100 | 10101010 | 100000 | 1011000 | 0 | 100001 | 100010110 | 1001111 | 100101 |
Color Harmonies of #7414AA
Complementary color
Monochromatic Colors of #7414AA
Black with #7414AA
Text Example
Text Example
White with #7414AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7414AA; }
p { color: rgb(116,20,170); }
H1.HeaderClassName
{
color: #7414AA;
}
.AnyTagClassName
{
color: #7414AA;
}
</style>
background-color css
<style>
a { background-color: #7414AA; }
a { background-color: rgb(116,20,170); }
div.DivClassName
{
background-color: #7414AA;
}
.BgClassName
{
background-color: #7414AA;
}
</style>
border-color css
<style>
span { border-color: #7414AA; }
span { border-color: rgb(116,20,170); }
td.TdClassName
{
border-color: #7414AA;
}
.TagClassName
{
border-color: #7414AA;
}
</style>