Shades of Purple Heart #7E26BA
Tints of Purple Heart #7E26BA
RGB
CMYK
RGB Variations
Color information
#7E26BA (or 0x7E26BA) is known color: Purple Heart. HEX triplet: 7E, 26 and BA. RGB value is (126,38,186). Sum of RGB (Red+Green+Blue) = 126+38+186=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E26BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E26BA is #81D945. Grayscale: #505050. Windows color (decimal): -8509766 or 12199550. OLE color: 12199550.
HSL color Cylindrical-coordinate representation of color #7E26BA: hue angle of 275.68º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E26BA is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 38 | 186 | - |
| CMYK | 0.32 | 0.80 | 0 | 0.27 |
| HSL | 275.68º | 0.66% | 0.44% | - |
| HSV(B) | 275.68º | 0.8% | 0.73% | - |
| XYZ | 18.16 | 9.37 | 47.31 | - |
| YUV | 81.18 | 187.15 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 38 | 186 | 0.32 | 0.80 | 0 | 0.27 | 275.68 | 0.66 | 0.44 |
| Hex | 7E | 26 | BA | 20 | 50 | 0 | 1B | 114 | 42 | 2C |
| Octal | 176 | 46 | 272 | 40 | 120 | 0 | 33 | 424 | 102 | 54 |
| Binary | 1111110 | 100110 | 10111010 | 100000 | 1010000 | 0 | 11011 | 100010100 | 1000010 | 101100 |
Color Harmonies of #7E26BA
Complementary color
Monochromatic Colors of #7E26BA
Black with #7E26BA
Text Example
Text Example
White with #7E26BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E26BA; }
p { color: rgb(126,38,186); }
H1.HeaderClassName
{
color: #7E26BA;
}
.AnyTagClassName
{
color: #7E26BA;
}
</style>
background-color css
<style>
a { background-color: #7E26BA; }
a { background-color: rgb(126,38,186); }
div.DivClassName
{
background-color: #7E26BA;
}
.BgClassName
{
background-color: #7E26BA;
}
</style>
border-color css
<style>
span { border-color: #7E26BA; }
span { border-color: rgb(126,38,186); }
td.TdClassName
{
border-color: #7E26BA;
}
.TagClassName
{
border-color: #7E26BA;
}
</style>