Shades of Purple Heart #7412AC
Tints of Purple Heart #7412AC
RGB
CMYK
RGB Variations
Color information
#7412AC (or 0x7412AC) is known color: Purple Heart. HEX triplet: 74, 12 and AC. RGB value is (116,18,172). Sum of RGB (Red+Green+Blue) = 116+18+172=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #7412AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7412AC is #8BED53. Grayscale: #404040. Windows color (decimal): -9170260 or 11276916. OLE color: 11276916.
HSL color Cylindrical-coordinate representation of color #7412AC: hue angle of 278.18º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7412AC is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 18 | 172 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.33 |
| HSL | 278.18º | 0.81% | 0.37% | - |
| HSV(B) | 278.18º | 0.9% | 0.67% | - |
| XYZ | 14.87 | 7.12 | 39.62 | - |
| YUV | 64.86 | 188.47 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 18 | 172 | 0.33 | 0.90 | 0 | 0.33 | 278.18 | 0.81 | 0.37 |
| Hex | 74 | 12 | AC | 21 | 5A | 0 | 21 | 116 | 51 | 25 |
| Octal | 164 | 22 | 254 | 41 | 132 | 0 | 41 | 426 | 121 | 45 |
| Binary | 1110100 | 10010 | 10101100 | 100001 | 1011010 | 0 | 100001 | 100010110 | 1010001 | 100101 |
Color Harmonies of #7412AC
Complementary color
Monochromatic Colors of #7412AC
Black with #7412AC
Text Example
Text Example
White with #7412AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7412AC; }
p { color: rgb(116,18,172); }
H1.HeaderClassName
{
color: #7412AC;
}
.AnyTagClassName
{
color: #7412AC;
}
</style>
background-color css
<style>
a { background-color: #7412AC; }
a { background-color: rgb(116,18,172); }
div.DivClassName
{
background-color: #7412AC;
}
.BgClassName
{
background-color: #7412AC;
}
</style>
border-color css
<style>
span { border-color: #7412AC; }
span { border-color: rgb(116,18,172); }
td.TdClassName
{
border-color: #7412AC;
}
.TagClassName
{
border-color: #7412AC;
}
</style>