Shades of Purple Heart #7614AA
Tints of Purple Heart #7614AA
RGB
CMYK
RGB Variations
Color information
#7614AA (or 0x7614AA) is known color: Purple Heart. HEX triplet: 76, 14 and AA. RGB value is (118,20,170). Sum of RGB (Red+Green+Blue) = 118+20+170=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #7614AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7614AA is #89EB55. Grayscale: #414141. Windows color (decimal): -9038678 or 11146358. OLE color: 11146358.
HSL color Cylindrical-coordinate representation of color #7614AA: hue angle of 279.2º 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 #7614AA is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 20 | 170 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.33 |
| HSL | 279.2º | 0.79% | 0.37% | - |
| HSV(B) | 279.2º | 0.88% | 0.67% | - |
| XYZ | 14.98 | 7.25 | 38.64 | - |
| YUV | 66.4 | 186.47 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 20 | 170 | 0.31 | 0.88 | 0 | 0.33 | 279.2 | 0.79 | 0.37 |
| Hex | 76 | 14 | AA | 1F | 58 | 0 | 21 | 117 | 4F | 25 |
| Octal | 166 | 24 | 252 | 37 | 130 | 0 | 41 | 427 | 117 | 45 |
| Binary | 1110110 | 10100 | 10101010 | 11111 | 1011000 | 0 | 100001 | 100010111 | 1001111 | 100101 |
Color Harmonies of #7614AA
Complementary color
Monochromatic Colors of #7614AA
Black with #7614AA
Text Example
Text Example
White with #7614AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7614AA; }
p { color: rgb(118,20,170); }
H1.HeaderClassName
{
color: #7614AA;
}
.AnyTagClassName
{
color: #7614AA;
}
</style>
background-color css
<style>
a { background-color: #7614AA; }
a { background-color: rgb(118,20,170); }
div.DivClassName
{
background-color: #7614AA;
}
.BgClassName
{
background-color: #7614AA;
}
</style>
border-color css
<style>
span { border-color: #7614AA; }
span { border-color: rgb(118,20,170); }
td.TdClassName
{
border-color: #7614AA;
}
.TagClassName
{
border-color: #7614AA;
}
</style>