Shades of Purple Heart #7A3DD0
Tints of Purple Heart #7A3DD0
RGB
CMYK
RGB Variations
Color information
#7A3DD0 (or 0x7A3DD0) is known color: Purple Heart. HEX triplet: 7A, 3D and D0. RGB value is (122,61,208). Sum of RGB (Red+Green+Blue) = 122+61+208=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 208 (81.64% from 255 or 53.20% from 391); Max value from RGB is 208 - color contains mainly: blue. Hex color #7A3DD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3DD0 is #85C22F. Grayscale: #5F5F5F. Windows color (decimal): -8766000 or 13647226. OLE color: 13647226.
HSL color Cylindrical-coordinate representation of color #7A3DD0: hue angle of 264.9º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7A3DD0 is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 61 | 208 | - |
| CMYK | 0.41 | 0.71 | 0 | 0.18 |
| HSL | 264.9º | 0.61% | 0.53% | - |
| HSV(B) | 264.9º | 0.71% | 0.82% | - |
| XYZ | 21.08 | 12.03 | 60.89 | - |
| YUV | 96 | 191.21 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 61 | 208 | 0.41 | 0.71 | 0 | 0.18 | 264.9 | 0.61 | 0.53 |
| Hex | 7A | 3D | D0 | 29 | 47 | 0 | 12 | 109 | 3D | 35 |
| Octal | 172 | 75 | 320 | 51 | 107 | 0 | 22 | 411 | 75 | 65 |
| Binary | 1111010 | 111101 | 11010000 | 101001 | 1000111 | 0 | 10010 | 100001001 | 111101 | 110101 |
Color Harmonies of #7A3DD0
Complementary color
Monochromatic Colors of #7A3DD0
Black with #7A3DD0
Text Example
Text Example
White with #7A3DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3DD0; }
p { color: rgb(122,61,208); }
H1.HeaderClassName
{
color: #7A3DD0;
}
.AnyTagClassName
{
color: #7A3DD0;
}
</style>
background-color css
<style>
a { background-color: #7A3DD0; }
a { background-color: rgb(122,61,208); }
div.DivClassName
{
background-color: #7A3DD0;
}
.BgClassName
{
background-color: #7A3DD0;
}
</style>
border-color css
<style>
span { border-color: #7A3DD0; }
span { border-color: rgb(122,61,208); }
td.TdClassName
{
border-color: #7A3DD0;
}
.TagClassName
{
border-color: #7A3DD0;
}
</style>