Shades of Purple Heart #7E28B9
Tints of Purple Heart #7E28B9
RGB
CMYK
RGB Variations
Color information
#7E28B9 (or 0x7E28B9) is known color: Purple Heart. HEX triplet: 7E, 28 and B9. RGB value is (126,40,185). Sum of RGB (Red+Green+Blue) = 126+40+185=351 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.90% from 351); Green value is 40 (16.02% from 255 or 11.40% from 351); Blue value is 185 (72.66% from 255 or 52.71% from 351); Max value from RGB is 185 - color contains mainly: blue. Hex color #7E28B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E28B9 is #81D746. Grayscale: #515151. Windows color (decimal): -8509255 or 12134526. OLE color: 12134526.
HSL color Cylindrical-coordinate representation of color #7E28B9: hue angle of 275.59º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7E28B9 is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 40 | 185 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.27 |
| HSL | 275.59º | 0.64% | 0.44% | - |
| HSV(B) | 275.59º | 0.78% | 0.73% | - |
| XYZ | 18.12 | 9.46 | 46.77 | - |
| YUV | 82.24 | 185.99 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 40 | 185 | 0.32 | 0.78 | 0 | 0.27 | 275.59 | 0.64 | 0.44 |
| Hex | 7E | 28 | B9 | 20 | 4E | 0 | 1B | 114 | 40 | 2C |
| Octal | 176 | 50 | 271 | 40 | 116 | 0 | 33 | 424 | 100 | 54 |
| Binary | 1111110 | 101000 | 10111001 | 100000 | 1001110 | 0 | 11011 | 100010100 | 1000000 | 101100 |
Color Harmonies of #7E28B9
Complementary color
Monochromatic Colors of #7E28B9
Black with #7E28B9
Text Example
Text Example
White with #7E28B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E28B9; }
p { color: rgb(126,40,185); }
H1.HeaderClassName
{
color: #7E28B9;
}
.AnyTagClassName
{
color: #7E28B9;
}
</style>
background-color css
<style>
a { background-color: #7E28B9; }
a { background-color: rgb(126,40,185); }
div.DivClassName
{
background-color: #7E28B9;
}
.BgClassName
{
background-color: #7E28B9;
}
</style>
border-color css
<style>
span { border-color: #7E28B9; }
span { border-color: rgb(126,40,185); }
td.TdClassName
{
border-color: #7E28B9;
}
.TagClassName
{
border-color: #7E28B9;
}
</style>