Shades of Purple Heart #7613AC
Tints of Purple Heart #7613AC
RGB
CMYK
RGB Variations
Color information
#7613AC (or 0x7613AC) is known color: Purple Heart. HEX triplet: 76, 13 and AC. RGB value is (118,19,172). Sum of RGB (Red+Green+Blue) = 118+19+172=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 172 (67.58% from 255 or 55.66% from 309); Max value from RGB is 172 - color contains mainly: blue. Hex color #7613AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7613AC is #89EC53. Grayscale: #414141. Windows color (decimal): -9038932 or 11277174. OLE color: 11277174.
HSL color Cylindrical-coordinate representation of color #7613AC: hue angle of 278.82º 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 #7613AC is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 19 | 172 | - |
| CMYK | 0.31 | 0.89 | 0 | 0.33 |
| HSL | 278.82º | 0.8% | 0.37% | - |
| HSV(B) | 278.82º | 0.89% | 0.67% | - |
| XYZ | 15.15 | 7.3 | 39.64 | - |
| YUV | 66.04 | 187.8 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 19 | 172 | 0.31 | 0.89 | 0 | 0.33 | 278.82 | 0.8 | 0.37 |
| Hex | 76 | 13 | AC | 1F | 59 | 0 | 21 | 117 | 50 | 25 |
| Octal | 166 | 23 | 254 | 37 | 131 | 0 | 41 | 427 | 120 | 45 |
| Binary | 1110110 | 10011 | 10101100 | 11111 | 1011001 | 0 | 100001 | 100010111 | 1010000 | 100101 |
Color Harmonies of #7613AC
Complementary color
Monochromatic Colors of #7613AC
Black with #7613AC
Text Example
Text Example
White with #7613AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7613AC; }
p { color: rgb(118,19,172); }
H1.HeaderClassName
{
color: #7613AC;
}
.AnyTagClassName
{
color: #7613AC;
}
</style>
background-color css
<style>
a { background-color: #7613AC; }
a { background-color: rgb(118,19,172); }
div.DivClassName
{
background-color: #7613AC;
}
.BgClassName
{
background-color: #7613AC;
}
</style>
border-color css
<style>
span { border-color: #7613AC; }
span { border-color: rgb(118,19,172); }
td.TdClassName
{
border-color: #7613AC;
}
.TagClassName
{
border-color: #7613AC;
}
</style>