Shades of Purple Heart #740EAC
Tints of Purple Heart #740EAC
RGB
CMYK
RGB Variations
Color information
#740EAC (or 0x740EAC) is known color: Purple Heart. HEX triplet: 74, 0E and AC. RGB value is (116,14,172). Sum of RGB (Red+Green+Blue) = 116+14+172=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #740EAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740EAC is #8BF153. Grayscale: #3D3D3D. Windows color (decimal): -9171284 or 11275892. OLE color: 11275892.
HSL color Cylindrical-coordinate representation of color #740EAC: hue angle of 278.73º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #740EAC is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 14 | 172 | - |
| CMYK | 0.33 | 0.92 | 0 | 0.33 |
| HSL | 278.73º | 0.85% | 0.36% | - |
| HSV(B) | 278.73º | 0.92% | 0.67% | - |
| XYZ | 14.81 | 7.01 | 39.6 | - |
| YUV | 62.51 | 189.79 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 14 | 172 | 0.33 | 0.92 | 0 | 0.33 | 278.73 | 0.85 | 0.36 |
| Hex | 74 | E | AC | 21 | 5C | 0 | 21 | 117 | 55 | 24 |
| Octal | 164 | 16 | 254 | 41 | 134 | 0 | 41 | 427 | 125 | 44 |
| Binary | 1110100 | 1110 | 10101100 | 100001 | 1011100 | 0 | 100001 | 100010111 | 1010101 | 100100 |
Color Harmonies of #740EAC
Complementary color
Monochromatic Colors of #740EAC
Black with #740EAC
Text Example
Text Example
White with #740EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740EAC; }
p { color: rgb(116,14,172); }
H1.HeaderClassName
{
color: #740EAC;
}
.AnyTagClassName
{
color: #740EAC;
}
</style>
background-color css
<style>
a { background-color: #740EAC; }
a { background-color: rgb(116,14,172); }
div.DivClassName
{
background-color: #740EAC;
}
.BgClassName
{
background-color: #740EAC;
}
</style>
border-color css
<style>
span { border-color: #740EAC; }
span { border-color: rgb(116,14,172); }
td.TdClassName
{
border-color: #740EAC;
}
.TagClassName
{
border-color: #740EAC;
}
</style>