Shades of Purple Heart #7E22B9
Tints of Purple Heart #7E22B9
RGB
CMYK
RGB Variations
Color information
#7E22B9 (or 0x7E22B9) is known color: Purple Heart. HEX triplet: 7E, 22 and B9. RGB value is (126,34,185). Sum of RGB (Red+Green+Blue) = 126+34+185=345 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.52% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 185 (72.66% from 255 or 53.62% from 345); Max value from RGB is 185 - color contains mainly: blue. Hex color #7E22B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E22B9 is #81DD46. Grayscale: #4E4E4E. Windows color (decimal): -8510791 or 12132990. OLE color: 12132990.
HSL color Cylindrical-coordinate representation of color #7E22B9: hue angle of 276.56º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E22B9 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 34 | 185 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.27 |
| HSL | 276.56º | 0.69% | 0.43% | - |
| HSV(B) | 276.56º | 0.82% | 0.73% | - |
| XYZ | 17.93 | 9.08 | 46.71 | - |
| YUV | 78.72 | 187.98 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 34 | 185 | 0.32 | 0.82 | 0 | 0.27 | 276.56 | 0.69 | 0.43 |
| Hex | 7E | 22 | B9 | 20 | 52 | 0 | 1B | 115 | 45 | 2B |
| Octal | 176 | 42 | 271 | 40 | 122 | 0 | 33 | 425 | 105 | 53 |
| Binary | 1111110 | 100010 | 10111001 | 100000 | 1010010 | 0 | 11011 | 100010101 | 1000101 | 101011 |
Color Harmonies of #7E22B9
Complementary color
Monochromatic Colors of #7E22B9
Black with #7E22B9
Text Example
Text Example
White with #7E22B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E22B9; }
p { color: rgb(126,34,185); }
H1.HeaderClassName
{
color: #7E22B9;
}
.AnyTagClassName
{
color: #7E22B9;
}
</style>
background-color css
<style>
a { background-color: #7E22B9; }
a { background-color: rgb(126,34,185); }
div.DivClassName
{
background-color: #7E22B9;
}
.BgClassName
{
background-color: #7E22B9;
}
</style>
border-color css
<style>
span { border-color: #7E22B9; }
span { border-color: rgb(126,34,185); }
td.TdClassName
{
border-color: #7E22B9;
}
.TagClassName
{
border-color: #7E22B9;
}
</style>