Shades of Purple Heart #7E2BBC
Tints of Purple Heart #7E2BBC
RGB
CMYK
RGB Variations
Color information
#7E2BBC (or 0x7E2BBC) is known color: Purple Heart. HEX triplet: 7E, 2B and BC. RGB value is (126,43,188). Sum of RGB (Red+Green+Blue) = 126+43+188=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E2BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2BBC is #81D443. Grayscale: #535353. Windows color (decimal): -8508484 or 12331902. OLE color: 12331902.
HSL color Cylindrical-coordinate representation of color #7E2BBC: hue angle of 274.34º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E2BBC is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 43 | 188 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.26 |
| HSL | 274.34º | 0.63% | 0.45% | - |
| HSV(B) | 274.34º | 0.77% | 0.74% | - |
| XYZ | 18.55 | 9.79 | 48.49 | - |
| YUV | 84.35 | 186.5 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 43 | 188 | 0.33 | 0.77 | 0 | 0.26 | 274.34 | 0.63 | 0.45 |
| Hex | 7E | 2B | BC | 21 | 4D | 0 | 1A | 112 | 3F | 2D |
| Octal | 176 | 53 | 274 | 41 | 115 | 0 | 32 | 422 | 77 | 55 |
| Binary | 1111110 | 101011 | 10111100 | 100001 | 1001101 | 0 | 11010 | 100010010 | 111111 | 101101 |
Color Harmonies of #7E2BBC
Complementary color
Monochromatic Colors of #7E2BBC
Black with #7E2BBC
Text Example
Text Example
White with #7E2BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2BBC; }
p { color: rgb(126,43,188); }
H1.HeaderClassName
{
color: #7E2BBC;
}
.AnyTagClassName
{
color: #7E2BBC;
}
</style>
background-color css
<style>
a { background-color: #7E2BBC; }
a { background-color: rgb(126,43,188); }
div.DivClassName
{
background-color: #7E2BBC;
}
.BgClassName
{
background-color: #7E2BBC;
}
</style>
border-color css
<style>
span { border-color: #7E2BBC; }
span { border-color: rgb(126,43,188); }
td.TdClassName
{
border-color: #7E2BBC;
}
.TagClassName
{
border-color: #7E2BBC;
}
</style>