Shades of Purple Heart #7E2EBA
Tints of Purple Heart #7E2EBA
RGB
CMYK
RGB Variations
Color information
#7E2EBA (or 0x7E2EBA) is known color: Purple Heart. HEX triplet: 7E, 2E and BA. RGB value is (126,46,186). Sum of RGB (Red+Green+Blue) = 126+46+186=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E2EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2EBA is #81D145. Grayscale: #555555. Windows color (decimal): -8507718 or 12201598. OLE color: 12201598.
HSL color Cylindrical-coordinate representation of color #7E2EBA: hue angle of 274.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E2EBA is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 46 | 186 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.27 |
| HSL | 274.29º | 0.6% | 0.45% | - |
| HSV(B) | 274.29º | 0.75% | 0.73% | - |
| XYZ | 18.44 | 9.93 | 47.4 | - |
| YUV | 85.88 | 184.5 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 46 | 186 | 0.32 | 0.75 | 0 | 0.27 | 274.29 | 0.6 | 0.45 |
| Hex | 7E | 2E | BA | 20 | 4B | 0 | 1B | 112 | 3C | 2D |
| Octal | 176 | 56 | 272 | 40 | 113 | 0 | 33 | 422 | 74 | 55 |
| Binary | 1111110 | 101110 | 10111010 | 100000 | 1001011 | 0 | 11011 | 100010010 | 111100 | 101101 |
Color Harmonies of #7E2EBA
Complementary color
Monochromatic Colors of #7E2EBA
Black with #7E2EBA
Text Example
Text Example
White with #7E2EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2EBA; }
p { color: rgb(126,46,186); }
H1.HeaderClassName
{
color: #7E2EBA;
}
.AnyTagClassName
{
color: #7E2EBA;
}
</style>
background-color css
<style>
a { background-color: #7E2EBA; }
a { background-color: rgb(126,46,186); }
div.DivClassName
{
background-color: #7E2EBA;
}
.BgClassName
{
background-color: #7E2EBA;
}
</style>
border-color css
<style>
span { border-color: #7E2EBA; }
span { border-color: rgb(126,46,186); }
td.TdClassName
{
border-color: #7E2EBA;
}
.TagClassName
{
border-color: #7E2EBA;
}
</style>