Shades of Purple Heart #7613AA
Tints of Purple Heart #7613AA
RGB
CMYK
RGB Variations
Color information
#7613AA (or 0x7613AA) is known color: Purple Heart. HEX triplet: 76, 13 and AA. RGB value is (118,19,170). Sum of RGB (Red+Green+Blue) = 118+19+170=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #7613AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7613AA is #89EC55. Grayscale: #414141. Windows color (decimal): -9038934 or 11146102. OLE color: 11146102.
HSL color Cylindrical-coordinate representation of color #7613AA: hue angle of 279.34º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7613AA is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 19 | 170 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.33 |
| HSL | 279.34º | 0.8% | 0.37% | - |
| HSV(B) | 279.34º | 0.89% | 0.67% | - |
| XYZ | 14.96 | 7.22 | 38.64 | - |
| YUV | 65.82 | 186.8 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 19 | 170 | 0.31 | 0.89 | 0 | 0.33 | 279.34 | 0.8 | 0.37 |
| Hex | 76 | 13 | AA | 1F | 59 | 0 | 21 | 117 | 50 | 25 |
| Octal | 166 | 23 | 252 | 37 | 131 | 0 | 41 | 427 | 120 | 45 |
| Binary | 1110110 | 10011 | 10101010 | 11111 | 1011001 | 0 | 100001 | 100010111 | 1010000 | 100101 |
Color Harmonies of #7613AA
Complementary color
Monochromatic Colors of #7613AA
Black with #7613AA
Text Example
Text Example
White with #7613AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7613AA; }
p { color: rgb(118,19,170); }
H1.HeaderClassName
{
color: #7613AA;
}
.AnyTagClassName
{
color: #7613AA;
}
</style>
background-color css
<style>
a { background-color: #7613AA; }
a { background-color: rgb(118,19,170); }
div.DivClassName
{
background-color: #7613AA;
}
.BgClassName
{
background-color: #7613AA;
}
</style>
border-color css
<style>
span { border-color: #7613AA; }
span { border-color: rgb(118,19,170); }
td.TdClassName
{
border-color: #7613AA;
}
.TagClassName
{
border-color: #7613AA;
}
</style>