Shades of Purple Heart #7418AA
Tints of Purple Heart #7418AA
RGB
CMYK
RGB Variations
Color information
#7418AA (or 0x7418AA) is known color: Purple Heart. HEX triplet: 74, 18 and AA. RGB value is (116,24,170). Sum of RGB (Red+Green+Blue) = 116+24+170=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #7418AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7418AA is #8BE755. Grayscale: #434343. Windows color (decimal): -9168726 or 11147380. OLE color: 11147380.
HSL color Cylindrical-coordinate representation of color #7418AA: hue angle of 277.81º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7418AA is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 24 | 170 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.33 |
| HSL | 277.81º | 0.75% | 0.38% | - |
| HSV(B) | 277.81º | 0.86% | 0.67% | - |
| XYZ | 14.78 | 7.27 | 38.65 | - |
| YUV | 68.15 | 185.48 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 24 | 170 | 0.32 | 0.86 | 0 | 0.33 | 277.81 | 0.75 | 0.38 |
| Hex | 74 | 18 | AA | 20 | 56 | 0 | 21 | 116 | 4B | 26 |
| Octal | 164 | 30 | 252 | 40 | 126 | 0 | 41 | 426 | 113 | 46 |
| Binary | 1110100 | 11000 | 10101010 | 100000 | 1010110 | 0 | 100001 | 100010110 | 1001011 | 100110 |
Color Harmonies of #7418AA
Complementary color
Monochromatic Colors of #7418AA
Black with #7418AA
Text Example
Text Example
White with #7418AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7418AA; }
p { color: rgb(116,24,170); }
H1.HeaderClassName
{
color: #7418AA;
}
.AnyTagClassName
{
color: #7418AA;
}
</style>
background-color css
<style>
a { background-color: #7418AA; }
a { background-color: rgb(116,24,170); }
div.DivClassName
{
background-color: #7418AA;
}
.BgClassName
{
background-color: #7418AA;
}
</style>
border-color css
<style>
span { border-color: #7418AA; }
span { border-color: rgb(116,24,170); }
td.TdClassName
{
border-color: #7418AA;
}
.TagClassName
{
border-color: #7418AA;
}
</style>