Shades of Purple Heart #7E1ABC
Tints of Purple Heart #7E1ABC
RGB
CMYK
RGB Variations
Color information
#7E1ABC (or 0x7E1ABC) is known color: Purple Heart. HEX triplet: 7E, 1A and BC. RGB value is (126,26,188). Sum of RGB (Red+Green+Blue) = 126+26+188=340 (45% of max value = 765). Red value is 126 (49.61% from 255 or 37.06% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E1ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E1ABC is #81E543. Grayscale: #494949. Windows color (decimal): -8512836 or 12327550. OLE color: 12327550.
HSL color Cylindrical-coordinate representation of color #7E1ABC: hue angle of 277.04º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E1ABC is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 26 | 188 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.26 |
| HSL | 277.04º | 0.76% | 0.42% | - |
| HSV(B) | 277.04º | 0.86% | 0.74% | - |
| XYZ | 18.05 | 8.81 | 48.33 | - |
| YUV | 74.37 | 192.13 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 26 | 188 | 0.33 | 0.86 | 0 | 0.26 | 277.04 | 0.76 | 0.42 |
| Hex | 7E | 1A | BC | 21 | 56 | 0 | 1A | 115 | 4C | 2A |
| Octal | 176 | 32 | 274 | 41 | 126 | 0 | 32 | 425 | 114 | 52 |
| Binary | 1111110 | 11010 | 10111100 | 100001 | 1010110 | 0 | 11010 | 100010101 | 1001100 | 101010 |
Color Harmonies of #7E1ABC
Complementary color
Monochromatic Colors of #7E1ABC
Black with #7E1ABC
Text Example
Text Example
White with #7E1ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E1ABC; }
p { color: rgb(126,26,188); }
H1.HeaderClassName
{
color: #7E1ABC;
}
.AnyTagClassName
{
color: #7E1ABC;
}
</style>
background-color css
<style>
a { background-color: #7E1ABC; }
a { background-color: rgb(126,26,188); }
div.DivClassName
{
background-color: #7E1ABC;
}
.BgClassName
{
background-color: #7E1ABC;
}
</style>
border-color css
<style>
span { border-color: #7E1ABC; }
span { border-color: rgb(126,26,188); }
td.TdClassName
{
border-color: #7E1ABC;
}
.TagClassName
{
border-color: #7E1ABC;
}
</style>