Shades of Purple Heart #7E39BD
Tints of Purple Heart #7E39BD
RGB
CMYK
RGB Variations
Color information
#7E39BD (or 0x7E39BD) is known color: Purple Heart. HEX triplet: 7E, 39 and BD. RGB value is (126,57,189). Sum of RGB (Red+Green+Blue) = 126+57+189=372 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.87% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E39BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E39BD is #81C642. Grayscale: #5C5C5C. Windows color (decimal): -8504899 or 12401022. OLE color: 12401022.
HSL color Cylindrical-coordinate representation of color #7E39BD: hue angle of 271.36º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E39BD is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 57 | 189 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.26 |
| HSL | 271.36º | 0.54% | 0.48% | - |
| HSV(B) | 271.36º | 0.7% | 0.74% | - |
| XYZ | 19.25 | 11.04 | 49.26 | - |
| YUV | 92.68 | 182.36 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 57 | 189 | 0.33 | 0.70 | 0 | 0.26 | 271.36 | 0.54 | 0.48 |
| Hex | 7E | 39 | BD | 21 | 46 | 0 | 1A | 10F | 36 | 30 |
| Octal | 176 | 71 | 275 | 41 | 106 | 0 | 32 | 417 | 66 | 60 |
| Binary | 1111110 | 111001 | 10111101 | 100001 | 1000110 | 0 | 11010 | 100001111 | 110110 | 110000 |
Color Harmonies of #7E39BD
Complementary color
Monochromatic Colors of #7E39BD
Black with #7E39BD
Text Example
Text Example
White with #7E39BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E39BD; }
p { color: rgb(126,57,189); }
H1.HeaderClassName
{
color: #7E39BD;
}
.AnyTagClassName
{
color: #7E39BD;
}
</style>
background-color css
<style>
a { background-color: #7E39BD; }
a { background-color: rgb(126,57,189); }
div.DivClassName
{
background-color: #7E39BD;
}
.BgClassName
{
background-color: #7E39BD;
}
</style>
border-color css
<style>
span { border-color: #7E39BD; }
span { border-color: rgb(126,57,189); }
td.TdClassName
{
border-color: #7E39BD;
}
.TagClassName
{
border-color: #7E39BD;
}
</style>