Shades of Purple Heart #7A3DC7
Tints of Purple Heart #7A3DC7
RGB
CMYK
RGB Variations
Color information
#7A3DC7 (or 0x7A3DC7) is known color: Purple Heart. HEX triplet: 7A, 3D and C7. RGB value is (122,61,199). Sum of RGB (Red+Green+Blue) = 122+61+199=382 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.94% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 199 (78.12% from 255 or 52.09% from 382); Max value from RGB is 199 - color contains mainly: blue. Hex color #7A3DC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3DC7 is #85C238. Grayscale: #5E5E5E. Windows color (decimal): -8766009 or 13057402. OLE color: 13057402.
HSL color Cylindrical-coordinate representation of color #7A3DC7: hue angle of 266.52º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A3DC7 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 61 | 199 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.22 |
| HSL | 266.52º | 0.55% | 0.51% | - |
| HSV(B) | 266.52º | 0.69% | 0.78% | - |
| XYZ | 20 | 11.6 | 55.22 | - |
| YUV | 94.97 | 186.71 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 61 | 199 | 0.39 | 0.69 | 0 | 0.22 | 266.52 | 0.55 | 0.51 |
| Hex | 7A | 3D | C7 | 27 | 45 | 0 | 16 | 10B | 37 | 33 |
| Octal | 172 | 75 | 307 | 47 | 105 | 0 | 26 | 413 | 67 | 63 |
| Binary | 1111010 | 111101 | 11000111 | 100111 | 1000101 | 0 | 10110 | 100001011 | 110111 | 110011 |
Color Harmonies of #7A3DC7
Complementary color
Monochromatic Colors of #7A3DC7
Black with #7A3DC7
Text Example
Text Example
White with #7A3DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3DC7; }
p { color: rgb(122,61,199); }
H1.HeaderClassName
{
color: #7A3DC7;
}
.AnyTagClassName
{
color: #7A3DC7;
}
</style>
background-color css
<style>
a { background-color: #7A3DC7; }
a { background-color: rgb(122,61,199); }
div.DivClassName
{
background-color: #7A3DC7;
}
.BgClassName
{
background-color: #7A3DC7;
}
</style>
border-color css
<style>
span { border-color: #7A3DC7; }
span { border-color: rgb(122,61,199); }
td.TdClassName
{
border-color: #7A3DC7;
}
.TagClassName
{
border-color: #7A3DC7;
}
</style>