Shades of Purple Heart #7A3FD0
Tints of Purple Heart #7A3FD0
RGB
CMYK
RGB Variations
Color information
#7A3FD0 (or 0x7A3FD0) is known color: Purple Heart. HEX triplet: 7A, 3F and D0. RGB value is (122,63,208). Sum of RGB (Red+Green+Blue) = 122+63+208=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 208 (81.64% from 255 or 52.93% from 393); Max value from RGB is 208 - color contains mainly: blue. Hex color #7A3FD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3FD0 is #85C02F. Grayscale: #606060. Windows color (decimal): -8765488 or 13647738. OLE color: 13647738.
HSL color Cylindrical-coordinate representation of color #7A3FD0: hue angle of 264.41º 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 #7A3FD0 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 63 | 208 | - |
| CMYK | 0.41 | 0.70 | 0 | 0.18 |
| HSL | 264.41º | 0.61% | 0.53% | - |
| HSV(B) | 264.41º | 0.7% | 0.82% | - |
| XYZ | 21.19 | 12.25 | 60.92 | - |
| YUV | 97.17 | 190.55 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 63 | 208 | 0.41 | 0.70 | 0 | 0.18 | 264.41 | 0.61 | 0.53 |
| Hex | 7A | 3F | D0 | 29 | 46 | 0 | 12 | 108 | 3D | 35 |
| Octal | 172 | 77 | 320 | 51 | 106 | 0 | 22 | 410 | 75 | 65 |
| Binary | 1111010 | 111111 | 11010000 | 101001 | 1000110 | 0 | 10010 | 100001000 | 111101 | 110101 |
Color Harmonies of #7A3FD0
Complementary color
Monochromatic Colors of #7A3FD0
Black with #7A3FD0
Text Example
Text Example
White with #7A3FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3FD0; }
p { color: rgb(122,63,208); }
H1.HeaderClassName
{
color: #7A3FD0;
}
.AnyTagClassName
{
color: #7A3FD0;
}
</style>
background-color css
<style>
a { background-color: #7A3FD0; }
a { background-color: rgb(122,63,208); }
div.DivClassName
{
background-color: #7A3FD0;
}
.BgClassName
{
background-color: #7A3FD0;
}
</style>
border-color css
<style>
span { border-color: #7A3FD0; }
span { border-color: rgb(122,63,208); }
td.TdClassName
{
border-color: #7A3FD0;
}
.TagClassName
{
border-color: #7A3FD0;
}
</style>