Shades of Purple Heart #7E2CBC
Tints of Purple Heart #7E2CBC
RGB
CMYK
RGB Variations
Color information
#7E2CBC (or 0x7E2CBC) is known color: Purple Heart. HEX triplet: 7E, 2C and BC. RGB value is (126,44,188). Sum of RGB (Red+Green+Blue) = 126+44+188=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 44 (17.58% from 255 or 12.29% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E2CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2CBC is #81D343. Grayscale: #545454. Windows color (decimal): -8508228 or 12332158. OLE color: 12332158.
HSL color Cylindrical-coordinate representation of color #7E2CBC: hue angle of 274.17º degrees, saturation: 0.62, 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 #7E2CBC is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 44 | 188 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.26 |
| HSL | 274.17º | 0.62% | 0.45% | - |
| HSV(B) | 274.17º | 0.77% | 0.74% | - |
| XYZ | 18.58 | 9.87 | 48.5 | - |
| YUV | 84.93 | 186.17 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 44 | 188 | 0.33 | 0.77 | 0 | 0.26 | 274.17 | 0.62 | 0.45 |
| Hex | 7E | 2C | BC | 21 | 4D | 0 | 1A | 112 | 3E | 2D |
| Octal | 176 | 54 | 274 | 41 | 115 | 0 | 32 | 422 | 76 | 55 |
| Binary | 1111110 | 101100 | 10111100 | 100001 | 1001101 | 0 | 11010 | 100010010 | 111110 | 101101 |
Color Harmonies of #7E2CBC
Complementary color
Monochromatic Colors of #7E2CBC
Black with #7E2CBC
Text Example
Text Example
White with #7E2CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2CBC; }
p { color: rgb(126,44,188); }
H1.HeaderClassName
{
color: #7E2CBC;
}
.AnyTagClassName
{
color: #7E2CBC;
}
</style>
background-color css
<style>
a { background-color: #7E2CBC; }
a { background-color: rgb(126,44,188); }
div.DivClassName
{
background-color: #7E2CBC;
}
.BgClassName
{
background-color: #7E2CBC;
}
</style>
border-color css
<style>
span { border-color: #7E2CBC; }
span { border-color: rgb(126,44,188); }
td.TdClassName
{
border-color: #7E2CBC;
}
.TagClassName
{
border-color: #7E2CBC;
}
</style>