Shades of Purple Heart #7D3EBE
Tints of Purple Heart #7D3EBE
RGB
CMYK
RGB Variations
Color information
#7D3EBE (or 0x7D3EBE) is known color: Purple Heart. HEX triplet: 7D, 3E and BE. RGB value is (125,62,190). Sum of RGB (Red+Green+Blue) = 125+62+190=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D3EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D3EBE is #82C141. Grayscale: #5E5E5E. Windows color (decimal): -8569154 or 12467837. OLE color: 12467837.
HSL color Cylindrical-coordinate representation of color #7D3EBE: hue angle of 269.53º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D3EBE is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 62 | 190 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.25 |
| HSL | 269.53º | 0.51% | 0.49% | - |
| HSV(B) | 269.53º | 0.67% | 0.75% | - |
| XYZ | 19.47 | 11.52 | 49.91 | - |
| YUV | 95.43 | 181.37 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 62 | 190 | 0.34 | 0.67 | 0 | 0.25 | 269.53 | 0.51 | 0.49 |
| Hex | 7D | 3E | BE | 22 | 43 | 0 | 19 | 10E | 33 | 31 |
| Octal | 175 | 76 | 276 | 42 | 103 | 0 | 31 | 416 | 63 | 61 |
| Binary | 1111101 | 111110 | 10111110 | 100010 | 1000011 | 0 | 11001 | 100001110 | 110011 | 110001 |
Color Harmonies of #7D3EBE
Complementary color
Monochromatic Colors of #7D3EBE
Black with #7D3EBE
Text Example
Text Example
White with #7D3EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3EBE; }
p { color: rgb(125,62,190); }
H1.HeaderClassName
{
color: #7D3EBE;
}
.AnyTagClassName
{
color: #7D3EBE;
}
</style>
background-color css
<style>
a { background-color: #7D3EBE; }
a { background-color: rgb(125,62,190); }
div.DivClassName
{
background-color: #7D3EBE;
}
.BgClassName
{
background-color: #7D3EBE;
}
</style>
border-color css
<style>
span { border-color: #7D3EBE; }
span { border-color: rgb(125,62,190); }
td.TdClassName
{
border-color: #7D3EBE;
}
.TagClassName
{
border-color: #7D3EBE;
}
</style>