Shades of Purple Heart #7410AA
Tints of Purple Heart #7410AA
RGB
CMYK
RGB Variations
Color information
#7410AA (or 0x7410AA) is known color: Purple Heart. HEX triplet: 74, 10 and AA. RGB value is (116,16,170). Sum of RGB (Red+Green+Blue) = 116+16+170=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #7410AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7410AA is #8BEF55. Grayscale: #3E3E3E. Windows color (decimal): -9170774 or 11145332. OLE color: 11145332.
HSL color Cylindrical-coordinate representation of color #7410AA: hue angle of 278.96º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7410AA is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 16 | 170 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.33 |
| HSL | 278.96º | 0.83% | 0.36% | - |
| HSV(B) | 278.96º | 0.91% | 0.67% | - |
| XYZ | 14.64 | 6.99 | 38.61 | - |
| YUV | 63.46 | 188.13 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 16 | 170 | 0.32 | 0.91 | 0 | 0.33 | 278.96 | 0.83 | 0.36 |
| Hex | 74 | 10 | AA | 20 | 5B | 0 | 21 | 117 | 53 | 24 |
| Octal | 164 | 20 | 252 | 40 | 133 | 0 | 41 | 427 | 123 | 44 |
| Binary | 1110100 | 10000 | 10101010 | 100000 | 1011011 | 0 | 100001 | 100010111 | 1010011 | 100100 |
Color Harmonies of #7410AA
Complementary color
Monochromatic Colors of #7410AA
Black with #7410AA
Text Example
Text Example
White with #7410AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7410AA; }
p { color: rgb(116,16,170); }
H1.HeaderClassName
{
color: #7410AA;
}
.AnyTagClassName
{
color: #7410AA;
}
</style>
background-color css
<style>
a { background-color: #7410AA; }
a { background-color: rgb(116,16,170); }
div.DivClassName
{
background-color: #7410AA;
}
.BgClassName
{
background-color: #7410AA;
}
</style>
border-color css
<style>
span { border-color: #7410AA; }
span { border-color: rgb(116,16,170); }
td.TdClassName
{
border-color: #7410AA;
}
.TagClassName
{
border-color: #7410AA;
}
</style>