Shades of Purple Heart #7E2FBA
Tints of Purple Heart #7E2FBA
RGB
CMYK
RGB Variations
Color information
#7E2FBA (or 0x7E2FBA) is known color: Purple Heart. HEX triplet: 7E, 2F and BA. RGB value is (126,47,186). Sum of RGB (Red+Green+Blue) = 126+47+186=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 47 (18.75% from 255 or 13.09% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E2FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2FBA is #81D045. Grayscale: #555555. Windows color (decimal): -8507462 or 12201854. OLE color: 12201854.
HSL color Cylindrical-coordinate representation of color #7E2FBA: hue angle of 274.1º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E2FBA is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 47 | 186 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.27 |
| HSL | 274.1º | 0.6% | 0.46% | - |
| HSV(B) | 274.1º | 0.75% | 0.73% | - |
| XYZ | 18.48 | 10.01 | 47.41 | - |
| YUV | 86.47 | 184.17 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 47 | 186 | 0.32 | 0.75 | 0 | 0.27 | 274.1 | 0.6 | 0.46 |
| Hex | 7E | 2F | BA | 20 | 4B | 0 | 1B | 112 | 3C | 2E |
| Octal | 176 | 57 | 272 | 40 | 113 | 0 | 33 | 422 | 74 | 56 |
| Binary | 1111110 | 101111 | 10111010 | 100000 | 1001011 | 0 | 11011 | 100010010 | 111100 | 101110 |
Color Harmonies of #7E2FBA
Complementary color
Monochromatic Colors of #7E2FBA
Black with #7E2FBA
Text Example
Text Example
White with #7E2FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2FBA; }
p { color: rgb(126,47,186); }
H1.HeaderClassName
{
color: #7E2FBA;
}
.AnyTagClassName
{
color: #7E2FBA;
}
</style>
background-color css
<style>
a { background-color: #7E2FBA; }
a { background-color: rgb(126,47,186); }
div.DivClassName
{
background-color: #7E2FBA;
}
.BgClassName
{
background-color: #7E2FBA;
}
</style>
border-color css
<style>
span { border-color: #7E2FBA; }
span { border-color: rgb(126,47,186); }
td.TdClassName
{
border-color: #7E2FBA;
}
.TagClassName
{
border-color: #7E2FBA;
}
</style>