Shades of Purple Heart #7E32B6
Tints of Purple Heart #7E32B6
RGB
CMYK
RGB Variations
Color information
#7E32B6 (or 0x7E32B6) is known color: Purple Heart. HEX triplet: 7E, 32 and B6. RGB value is (126,50,182). Sum of RGB (Red+Green+Blue) = 126+50+182=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 50 (19.92% from 255 or 13.97% from 358); Blue value is 182 (71.48% from 255 or 50.84% from 358); Max value from RGB is 182 - color contains mainly: blue. Hex color #7E32B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E32B6 is #81CD49. Grayscale: #575757. Windows color (decimal): -8506698 or 11940478. OLE color: 11940478.
HSL color Cylindrical-coordinate representation of color #7E32B6: hue angle of 274.55º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7E32B6 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 126 | 50 | 182 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.29 |
| HSL | 274.55º | 0.57% | 0.45% | - |
| HSV(B) | 274.55º | 0.73% | 0.71% | - |
| XYZ | 18.19 | 10.09 | 45.25 | - |
| YUV | 87.77 | 181.18 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 50 | 182 | 0.31 | 0.73 | 0 | 0.29 | 274.55 | 0.57 | 0.45 |
| Hex | 7E | 32 | B6 | 1F | 49 | 0 | 1D | 113 | 39 | 2D |
| Octal | 176 | 62 | 266 | 37 | 111 | 0 | 35 | 423 | 71 | 55 |
| Binary | 1111110 | 110010 | 10110110 | 11111 | 1001001 | 0 | 11101 | 100010011 | 111001 | 101101 |
Color Harmonies of #7E32B6
Complementary color
Monochromatic Colors of #7E32B6
Black with #7E32B6
Text Example
Text Example
White with #7E32B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E32B6; }
p { color: rgb(126,50,182); }
H1.HeaderClassName
{
color: #7E32B6;
}
.AnyTagClassName
{
color: #7E32B6;
}
</style>
background-color css
<style>
a { background-color: #7E32B6; }
a { background-color: rgb(126,50,182); }
div.DivClassName
{
background-color: #7E32B6;
}
.BgClassName
{
background-color: #7E32B6;
}
</style>
border-color css
<style>
span { border-color: #7E32B6; }
span { border-color: rgb(126,50,182); }
td.TdClassName
{
border-color: #7E32B6;
}
.TagClassName
{
border-color: #7E32B6;
}
</style>