Shades of Purple Heart #7E41BF
Tints of Purple Heart #7E41BF
RGB
CMYK
RGB Variations
Color information
#7E41BF (or 0x7E41BF) is known color: Purple Heart. HEX triplet: 7E, 41 and BF. RGB value is (126,65,191). Sum of RGB (Red+Green+Blue) = 126+65+191=382 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.98% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E41BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E41BF is #81BE40. Grayscale: #616161. Windows color (decimal): -8502849 or 12534142. OLE color: 12534142.
HSL color Cylindrical-coordinate representation of color #7E41BF: hue angle of 269.05º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7E41BF is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 65 | 191 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.25 |
| HSL | 269.05º | 0.5% | 0.5% | - |
| HSV(B) | 269.05º | 0.66% | 0.75% | - |
| XYZ | 19.9 | 11.98 | 50.55 | - |
| YUV | 97.6 | 180.71 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 65 | 191 | 0.34 | 0.66 | 0 | 0.25 | 269.05 | 0.5 | 0.5 |
| Hex | 7E | 41 | BF | 22 | 42 | 0 | 19 | 10D | 32 | 32 |
| Octal | 176 | 101 | 277 | 42 | 102 | 0 | 31 | 415 | 62 | 62 |
| Binary | 1111110 | 1000001 | 10111111 | 100010 | 1000010 | 0 | 11001 | 100001101 | 110010 | 110010 |
Color Harmonies of #7E41BF
Complementary color
Monochromatic Colors of #7E41BF
Black with #7E41BF
Text Example
Text Example
White with #7E41BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E41BF; }
p { color: rgb(126,65,191); }
H1.HeaderClassName
{
color: #7E41BF;
}
.AnyTagClassName
{
color: #7E41BF;
}
</style>
background-color css
<style>
a { background-color: #7E41BF; }
a { background-color: rgb(126,65,191); }
div.DivClassName
{
background-color: #7E41BF;
}
.BgClassName
{
background-color: #7E41BF;
}
</style>
border-color css
<style>
span { border-color: #7E41BF; }
span { border-color: rgb(126,65,191); }
td.TdClassName
{
border-color: #7E41BF;
}
.TagClassName
{
border-color: #7E41BF;
}
</style>