Shades of Purple Heart #7E2BBE
Tints of Purple Heart #7E2BBE
RGB
CMYK
RGB Variations
Color information
#7E2BBE (or 0x7E2BBE) is known color: Purple Heart. HEX triplet: 7E, 2B and BE. RGB value is (126,43,190). Sum of RGB (Red+Green+Blue) = 126+43+190=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 43 (17.19% from 255 or 11.98% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E2BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2BBE is #81D441. Grayscale: #545454. Windows color (decimal): -8508482 or 12462974. OLE color: 12462974.
HSL color Cylindrical-coordinate representation of color #7E2BBE: hue angle of 273.88º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E2BBE is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 43 | 190 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.25 |
| HSL | 273.88º | 0.63% | 0.46% | - |
| HSV(B) | 273.88º | 0.77% | 0.75% | - |
| XYZ | 18.76 | 9.88 | 49.63 | - |
| YUV | 84.58 | 187.5 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 43 | 190 | 0.34 | 0.77 | 0 | 0.25 | 273.88 | 0.63 | 0.46 |
| Hex | 7E | 2B | BE | 22 | 4D | 0 | 19 | 112 | 3F | 2E |
| Octal | 176 | 53 | 276 | 42 | 115 | 0 | 31 | 422 | 77 | 56 |
| Binary | 1111110 | 101011 | 10111110 | 100010 | 1001101 | 0 | 11001 | 100010010 | 111111 | 101110 |
Color Harmonies of #7E2BBE
Complementary color
Monochromatic Colors of #7E2BBE
Black with #7E2BBE
Text Example
Text Example
White with #7E2BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2BBE; }
p { color: rgb(126,43,190); }
H1.HeaderClassName
{
color: #7E2BBE;
}
.AnyTagClassName
{
color: #7E2BBE;
}
</style>
background-color css
<style>
a { background-color: #7E2BBE; }
a { background-color: rgb(126,43,190); }
div.DivClassName
{
background-color: #7E2BBE;
}
.BgClassName
{
background-color: #7E2BBE;
}
</style>
border-color css
<style>
span { border-color: #7E2BBE; }
span { border-color: rgb(126,43,190); }
td.TdClassName
{
border-color: #7E2BBE;
}
.TagClassName
{
border-color: #7E2BBE;
}
</style>