Shades of Purple Heart #7E3CBE
Tints of Purple Heart #7E3CBE
RGB
CMYK
RGB Variations
Color information
#7E3CBE (or 0x7E3CBE) is known color: Purple Heart. HEX triplet: 7E, 3C and BE. RGB value is (126,60,190). Sum of RGB (Red+Green+Blue) = 126+60+190=376 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.51% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E3CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3CBE is #81C341. Grayscale: #5E5E5E. Windows color (decimal): -8504130 or 12467326. OLE color: 12467326.
HSL color Cylindrical-coordinate representation of color #7E3CBE: hue angle of 270.46º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E3CBE is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 60 | 190 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.25 |
| HSL | 270.46º | 0.52% | 0.49% | - |
| HSV(B) | 270.46º | 0.68% | 0.75% | - |
| XYZ | 19.51 | 11.39 | 49.88 | - |
| YUV | 94.55 | 181.87 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 60 | 190 | 0.34 | 0.68 | 0 | 0.25 | 270.46 | 0.52 | 0.49 |
| Hex | 7E | 3C | BE | 22 | 44 | 0 | 19 | 10E | 34 | 31 |
| Octal | 176 | 74 | 276 | 42 | 104 | 0 | 31 | 416 | 64 | 61 |
| Binary | 1111110 | 111100 | 10111110 | 100010 | 1000100 | 0 | 11001 | 100001110 | 110100 | 110001 |
Color Harmonies of #7E3CBE
Complementary color
Monochromatic Colors of #7E3CBE
Black with #7E3CBE
Text Example
Text Example
White with #7E3CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3CBE; }
p { color: rgb(126,60,190); }
H1.HeaderClassName
{
color: #7E3CBE;
}
.AnyTagClassName
{
color: #7E3CBE;
}
</style>
background-color css
<style>
a { background-color: #7E3CBE; }
a { background-color: rgb(126,60,190); }
div.DivClassName
{
background-color: #7E3CBE;
}
.BgClassName
{
background-color: #7E3CBE;
}
</style>
border-color css
<style>
span { border-color: #7E3CBE; }
span { border-color: rgb(126,60,190); }
td.TdClassName
{
border-color: #7E3CBE;
}
.TagClassName
{
border-color: #7E3CBE;
}
</style>