Shades of Purple Heart #7A1EBA
Tints of Purple Heart #7A1EBA
RGB
CMYK
RGB Variations
Color information
#7A1EBA (or 0x7A1EBA) is known color: Purple Heart. HEX triplet: 7A, 1E and BA. RGB value is (122,30,186). Sum of RGB (Red+Green+Blue) = 122+30+186=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A1EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1EBA is #85E145. Grayscale: #4A4A4A. Windows color (decimal): -8773958 or 12197498. OLE color: 12197498.
HSL color Cylindrical-coordinate representation of color #7A1EBA: hue angle of 275.38º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A1EBA is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 30 | 186 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.27 |
| HSL | 275.38º | 0.72% | 0.42% | - |
| HSV(B) | 275.38º | 0.84% | 0.73% | - |
| XYZ | 17.35 | 8.61 | 47.2 | - |
| YUV | 75.29 | 190.48 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 30 | 186 | 0.34 | 0.84 | 0 | 0.27 | 275.38 | 0.72 | 0.42 |
| Hex | 7A | 1E | BA | 22 | 54 | 0 | 1B | 113 | 48 | 2A |
| Octal | 172 | 36 | 272 | 42 | 124 | 0 | 33 | 423 | 110 | 52 |
| Binary | 1111010 | 11110 | 10111010 | 100010 | 1010100 | 0 | 11011 | 100010011 | 1001000 | 101010 |
Color Harmonies of #7A1EBA
Complementary color
Monochromatic Colors of #7A1EBA
Black with #7A1EBA
Text Example
Text Example
White with #7A1EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1EBA; }
p { color: rgb(122,30,186); }
H1.HeaderClassName
{
color: #7A1EBA;
}
.AnyTagClassName
{
color: #7A1EBA;
}
</style>
background-color css
<style>
a { background-color: #7A1EBA; }
a { background-color: rgb(122,30,186); }
div.DivClassName
{
background-color: #7A1EBA;
}
.BgClassName
{
background-color: #7A1EBA;
}
</style>
border-color css
<style>
span { border-color: #7A1EBA; }
span { border-color: rgb(122,30,186); }
td.TdClassName
{
border-color: #7A1EBA;
}
.TagClassName
{
border-color: #7A1EBA;
}
</style>