Shades of Purple Heart #7A3ED0
Tints of Purple Heart #7A3ED0
RGB
CMYK
RGB Variations
Color information
#7A3ED0 (or 0x7A3ED0) is known color: Purple Heart. HEX triplet: 7A, 3E and D0. RGB value is (122,62,208). Sum of RGB (Red+Green+Blue) = 122+62+208=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 62 (24.61% from 255 or 15.82% from 392); Blue value is 208 (81.64% from 255 or 53.06% from 392); Max value from RGB is 208 - color contains mainly: blue. Hex color #7A3ED0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3ED0 is #85C12F. Grayscale: #606060. Windows color (decimal): -8765744 or 13647482. OLE color: 13647482.
HSL color Cylindrical-coordinate representation of color #7A3ED0: hue angle of 264.66º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A3ED0 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 62 | 208 | - |
| CMYK | 0.41 | 0.70 | 0 | 0.18 |
| HSL | 264.66º | 0.61% | 0.53% | - |
| HSV(B) | 264.66º | 0.7% | 0.82% | - |
| XYZ | 21.13 | 12.14 | 60.9 | - |
| YUV | 96.58 | 190.88 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 62 | 208 | 0.41 | 0.70 | 0 | 0.18 | 264.66 | 0.61 | 0.53 |
| Hex | 7A | 3E | D0 | 29 | 46 | 0 | 12 | 109 | 3D | 35 |
| Octal | 172 | 76 | 320 | 51 | 106 | 0 | 22 | 411 | 75 | 65 |
| Binary | 1111010 | 111110 | 11010000 | 101001 | 1000110 | 0 | 10010 | 100001001 | 111101 | 110101 |
Color Harmonies of #7A3ED0
Complementary color
Monochromatic Colors of #7A3ED0
Black with #7A3ED0
Text Example
Text Example
White with #7A3ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3ED0; }
p { color: rgb(122,62,208); }
H1.HeaderClassName
{
color: #7A3ED0;
}
.AnyTagClassName
{
color: #7A3ED0;
}
</style>
background-color css
<style>
a { background-color: #7A3ED0; }
a { background-color: rgb(122,62,208); }
div.DivClassName
{
background-color: #7A3ED0;
}
.BgClassName
{
background-color: #7A3ED0;
}
</style>
border-color css
<style>
span { border-color: #7A3ED0; }
span { border-color: rgb(122,62,208); }
td.TdClassName
{
border-color: #7A3ED0;
}
.TagClassName
{
border-color: #7A3ED0;
}
</style>