Shades of Purple Heart #7612AF
Tints of Purple Heart #7612AF
RGB
CMYK
RGB Variations
Color information
#7612AF (or 0x7612AF) is known color: Purple Heart. HEX triplet: 76, 12 and AF. RGB value is (118,18,175). Sum of RGB (Red+Green+Blue) = 118+18+175=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #7612AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7612AF is #89ED50. Grayscale: #414141. Windows color (decimal): -9039185 or 11473526. OLE color: 11473526.
HSL color Cylindrical-coordinate representation of color #7612AF: hue angle of 278.22º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7612AF is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 18 | 175 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.31 |
| HSL | 278.22º | 0.81% | 0.38% | - |
| HSV(B) | 278.22º | 0.9% | 0.69% | - |
| XYZ | 15.43 | 7.38 | 41.17 | - |
| YUV | 65.8 | 189.63 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 18 | 175 | 0.33 | 0.90 | 0 | 0.31 | 278.22 | 0.81 | 0.38 |
| Hex | 76 | 12 | AF | 21 | 5A | 0 | 1F | 116 | 51 | 26 |
| Octal | 166 | 22 | 257 | 41 | 132 | 0 | 37 | 426 | 121 | 46 |
| Binary | 1110110 | 10010 | 10101111 | 100001 | 1011010 | 0 | 11111 | 100010110 | 1010001 | 100110 |
Color Harmonies of #7612AF
Complementary color
Monochromatic Colors of #7612AF
Black with #7612AF
Text Example
Text Example
White with #7612AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7612AF; }
p { color: rgb(118,18,175); }
H1.HeaderClassName
{
color: #7612AF;
}
.AnyTagClassName
{
color: #7612AF;
}
</style>
background-color css
<style>
a { background-color: #7612AF; }
a { background-color: rgb(118,18,175); }
div.DivClassName
{
background-color: #7612AF;
}
.BgClassName
{
background-color: #7612AF;
}
</style>
border-color css
<style>
span { border-color: #7612AF; }
span { border-color: rgb(118,18,175); }
td.TdClassName
{
border-color: #7612AF;
}
.TagClassName
{
border-color: #7612AF;
}
</style>