Shades of Purple Heart #7A3EBD
Tints of Purple Heart #7A3EBD
RGB
CMYK
RGB Variations
Color information
#7A3EBD (or 0x7A3EBD) is known color: Purple Heart. HEX triplet: 7A, 3E and BD. RGB value is (122,62,189). Sum of RGB (Red+Green+Blue) = 122+62+189=373 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.71% from 373); Green value is 62 (24.61% from 255 or 16.62% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A3EBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3EBD is #85C142. Grayscale: #5D5D5D. Windows color (decimal): -8765763 or 12402298. OLE color: 12402298.
HSL color Cylindrical-coordinate representation of color #7A3EBD: hue angle of 268.35º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A3EBD is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 122 | 62 | 189 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.26 |
| HSL | 268.35º | 0.51% | 0.49% | - |
| HSV(B) | 268.35º | 0.67% | 0.74% | - |
| XYZ | 18.93 | 11.26 | 49.32 | - |
| YUV | 94.42 | 181.38 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 62 | 189 | 0.35 | 0.67 | 0 | 0.26 | 268.35 | 0.51 | 0.49 |
| Hex | 7A | 3E | BD | 23 | 43 | 0 | 1A | 10C | 33 | 31 |
| Octal | 172 | 76 | 275 | 43 | 103 | 0 | 32 | 414 | 63 | 61 |
| Binary | 1111010 | 111110 | 10111101 | 100011 | 1000011 | 0 | 11010 | 100001100 | 110011 | 110001 |
Color Harmonies of #7A3EBD
Complementary color
Monochromatic Colors of #7A3EBD
Black with #7A3EBD
Text Example
Text Example
White with #7A3EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3EBD; }
p { color: rgb(122,62,189); }
H1.HeaderClassName
{
color: #7A3EBD;
}
.AnyTagClassName
{
color: #7A3EBD;
}
</style>
background-color css
<style>
a { background-color: #7A3EBD; }
a { background-color: rgb(122,62,189); }
div.DivClassName
{
background-color: #7A3EBD;
}
.BgClassName
{
background-color: #7A3EBD;
}
</style>
border-color css
<style>
span { border-color: #7A3EBD; }
span { border-color: rgb(122,62,189); }
td.TdClassName
{
border-color: #7A3EBD;
}
.TagClassName
{
border-color: #7A3EBD;
}
</style>