Shades of Purple Heart #7414AB
Tints of Purple Heart #7414AB
RGB
CMYK
RGB Variations
Color information
#7414AB (or 0x7414AB) is known color: Purple Heart. HEX triplet: 74, 14 and AB. RGB value is (116,20,171). Sum of RGB (Red+Green+Blue) = 116+20+171=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #7414AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7414AB is #8BEB54. Grayscale: #414141. Windows color (decimal): -9169749 or 11211892. OLE color: 11211892.
HSL color Cylindrical-coordinate representation of color #7414AB: hue angle of 278.15º 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 #7414AB is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 20 | 171 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.33 |
| HSL | 278.15º | 0.79% | 0.37% | - |
| HSV(B) | 278.15º | 0.88% | 0.67% | - |
| XYZ | 14.8 | 7.15 | 39.13 | - |
| YUV | 65.92 | 187.3 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 171 | 0.32 | 0.88 | 0 | 0.33 | 278.15 | 0.79 | 0.37 |
| Hex | 74 | 14 | AB | 20 | 58 | 0 | 21 | 116 | 4F | 25 |
| Octal | 164 | 24 | 253 | 40 | 130 | 0 | 41 | 426 | 117 | 45 |
| Binary | 1110100 | 10100 | 10101011 | 100000 | 1011000 | 0 | 100001 | 100010110 | 1001111 | 100101 |
Color Harmonies of #7414AB
Complementary color
Monochromatic Colors of #7414AB
Black with #7414AB
Text Example
Text Example
White with #7414AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7414AB; }
p { color: rgb(116,20,171); }
H1.HeaderClassName
{
color: #7414AB;
}
.AnyTagClassName
{
color: #7414AB;
}
</style>
background-color css
<style>
a { background-color: #7414AB; }
a { background-color: rgb(116,20,171); }
div.DivClassName
{
background-color: #7414AB;
}
.BgClassName
{
background-color: #7414AB;
}
</style>
border-color css
<style>
span { border-color: #7414AB; }
span { border-color: rgb(116,20,171); }
td.TdClassName
{
border-color: #7414AB;
}
.TagClassName
{
border-color: #7414AB;
}
</style>