Shades of Purple Heart #7E36BC
Tints of Purple Heart #7E36BC
RGB
CMYK
RGB Variations
Color information
#7E36BC (or 0x7E36BC) is known color: Purple Heart. HEX triplet: 7E, 36 and BC. RGB value is (126,54,188). Sum of RGB (Red+Green+Blue) = 126+54+188=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #7E36BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E36BC is #81C943. Grayscale: #5A5A5A. Windows color (decimal): -8505668 or 12334718. OLE color: 12334718.
HSL color Cylindrical-coordinate representation of color #7E36BC: hue angle of 272.24º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E36BC is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 54 | 188 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.26 |
| HSL | 272.24º | 0.55% | 0.47% | - |
| HSV(B) | 272.24º | 0.71% | 0.74% | - |
| XYZ | 19 | 10.7 | 48.64 | - |
| YUV | 90.8 | 182.85 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 54 | 188 | 0.33 | 0.71 | 0 | 0.26 | 272.24 | 0.55 | 0.47 |
| Hex | 7E | 36 | BC | 21 | 47 | 0 | 1A | 110 | 37 | 2F |
| Octal | 176 | 66 | 274 | 41 | 107 | 0 | 32 | 420 | 67 | 57 |
| Binary | 1111110 | 110110 | 10111100 | 100001 | 1000111 | 0 | 11010 | 100010000 | 110111 | 101111 |
Color Harmonies of #7E36BC
Complementary color
Monochromatic Colors of #7E36BC
Black with #7E36BC
Text Example
Text Example
White with #7E36BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E36BC; }
p { color: rgb(126,54,188); }
H1.HeaderClassName
{
color: #7E36BC;
}
.AnyTagClassName
{
color: #7E36BC;
}
</style>
background-color css
<style>
a { background-color: #7E36BC; }
a { background-color: rgb(126,54,188); }
div.DivClassName
{
background-color: #7E36BC;
}
.BgClassName
{
background-color: #7E36BC;
}
</style>
border-color css
<style>
span { border-color: #7E36BC; }
span { border-color: rgb(126,54,188); }
td.TdClassName
{
border-color: #7E36BC;
}
.TagClassName
{
border-color: #7E36BC;
}
</style>