Shades of Purple Heart #7E29BD
Tints of Purple Heart #7E29BD
RGB
CMYK
RGB Variations
Color information
#7E29BD (or 0x7E29BD) is known color: Purple Heart. HEX triplet: 7E, 29 and BD. RGB value is (126,41,189). Sum of RGB (Red+Green+Blue) = 126+41+189=356 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.39% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E29BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E29BD is #81D642. Grayscale: #525252. Windows color (decimal): -8508995 or 12396926. OLE color: 12396926.
HSL color Cylindrical-coordinate representation of color #7E29BD: hue angle of 274.46º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7E29BD is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 41 | 189 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.26 |
| HSL | 274.46º | 0.64% | 0.45% | - |
| HSV(B) | 274.46º | 0.78% | 0.74% | - |
| XYZ | 18.58 | 9.7 | 49.04 | - |
| YUV | 83.29 | 187.66 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 41 | 189 | 0.33 | 0.78 | 0 | 0.26 | 274.46 | 0.64 | 0.45 |
| Hex | 7E | 29 | BD | 21 | 4E | 0 | 1A | 112 | 40 | 2D |
| Octal | 176 | 51 | 275 | 41 | 116 | 0 | 32 | 422 | 100 | 55 |
| Binary | 1111110 | 101001 | 10111101 | 100001 | 1001110 | 0 | 11010 | 100010010 | 1000000 | 101101 |
Color Harmonies of #7E29BD
Complementary color
Monochromatic Colors of #7E29BD
Black with #7E29BD
Text Example
Text Example
White with #7E29BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E29BD; }
p { color: rgb(126,41,189); }
H1.HeaderClassName
{
color: #7E29BD;
}
.AnyTagClassName
{
color: #7E29BD;
}
</style>
background-color css
<style>
a { background-color: #7E29BD; }
a { background-color: rgb(126,41,189); }
div.DivClassName
{
background-color: #7E29BD;
}
.BgClassName
{
background-color: #7E29BD;
}
</style>
border-color css
<style>
span { border-color: #7E29BD; }
span { border-color: rgb(126,41,189); }
td.TdClassName
{
border-color: #7E29BD;
}
.TagClassName
{
border-color: #7E29BD;
}
</style>