Shades of Purple Heart #7E3CBD
Tints of Purple Heart #7E3CBD
RGB
CMYK
RGB Variations
Color information
#7E3CBD (or 0x7E3CBD) is known color: Purple Heart. HEX triplet: 7E, 3C and BD. RGB value is (126,60,189). Sum of RGB (Red+Green+Blue) = 126+60+189=375 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.6% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E3CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3CBD is #81C342. Grayscale: #5D5D5D. Windows color (decimal): -8504131 or 12401790. OLE color: 12401790.
HSL color Cylindrical-coordinate representation of color #7E3CBD: hue angle of 270.7º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E3CBD is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 60 | 189 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.26 |
| HSL | 270.7º | 0.52% | 0.49% | - |
| HSV(B) | 270.7º | 0.68% | 0.74% | - |
| XYZ | 19.41 | 11.34 | 49.31 | - |
| YUV | 94.44 | 181.37 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 60 | 189 | 0.33 | 0.68 | 0 | 0.26 | 270.7 | 0.52 | 0.49 |
| Hex | 7E | 3C | BD | 21 | 44 | 0 | 1A | 10F | 34 | 31 |
| Octal | 176 | 74 | 275 | 41 | 104 | 0 | 32 | 417 | 64 | 61 |
| Binary | 1111110 | 111100 | 10111101 | 100001 | 1000100 | 0 | 11010 | 100001111 | 110100 | 110001 |
Color Harmonies of #7E3CBD
Complementary color
Monochromatic Colors of #7E3CBD
Black with #7E3CBD
Text Example
Text Example
White with #7E3CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3CBD; }
p { color: rgb(126,60,189); }
H1.HeaderClassName
{
color: #7E3CBD;
}
.AnyTagClassName
{
color: #7E3CBD;
}
</style>
background-color css
<style>
a { background-color: #7E3CBD; }
a { background-color: rgb(126,60,189); }
div.DivClassName
{
background-color: #7E3CBD;
}
.BgClassName
{
background-color: #7E3CBD;
}
</style>
border-color css
<style>
span { border-color: #7E3CBD; }
span { border-color: rgb(126,60,189); }
td.TdClassName
{
border-color: #7E3CBD;
}
.TagClassName
{
border-color: #7E3CBD;
}
</style>