Shades of Purple Heart #7A10AF
Tints of Purple Heart #7A10AF
RGB
CMYK
RGB Variations
Color information
#7A10AF (or 0x7A10AF) is known color: Purple Heart. HEX triplet: 7A, 10 and AF. RGB value is (122,16,175). Sum of RGB (Red+Green+Blue) = 122+16+175=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A10AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A10AF is #85EF50. Grayscale: #414141. Windows color (decimal): -8777553 or 11473018. OLE color: 11473018.
HSL color Cylindrical-coordinate representation of color #7A10AF: hue angle of 280º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A10AF is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 16 | 175 | - |
| CMYK | 0.30 | 0.91 | 0 | 0.31 |
| HSL | 280º | 0.83% | 0.37% | - |
| HSV(B) | 280º | 0.91% | 0.69% | - |
| XYZ | 15.95 | 7.6 | 41.18 | - |
| YUV | 65.82 | 189.62 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 16 | 175 | 0.30 | 0.91 | 0 | 0.31 | 280 | 0.83 | 0.37 |
| Hex | 7A | 10 | AF | 1E | 5B | 0 | 1F | 118 | 53 | 25 |
| Octal | 172 | 20 | 257 | 36 | 133 | 0 | 37 | 430 | 123 | 45 |
| Binary | 1111010 | 10000 | 10101111 | 11110 | 1011011 | 0 | 11111 | 100011000 | 1010011 | 100101 |
Color Harmonies of #7A10AF
Complementary color
Monochromatic Colors of #7A10AF
Black with #7A10AF
Text Example
Text Example
White with #7A10AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A10AF; }
p { color: rgb(122,16,175); }
H1.HeaderClassName
{
color: #7A10AF;
}
.AnyTagClassName
{
color: #7A10AF;
}
</style>
background-color css
<style>
a { background-color: #7A10AF; }
a { background-color: rgb(122,16,175); }
div.DivClassName
{
background-color: #7A10AF;
}
.BgClassName
{
background-color: #7A10AF;
}
</style>
border-color css
<style>
span { border-color: #7A10AF; }
span { border-color: rgb(122,16,175); }
td.TdClassName
{
border-color: #7A10AF;
}
.TagClassName
{
border-color: #7A10AF;
}
</style>