Shades of Purple Heart #7D2EBC
Tints of Purple Heart #7D2EBC
RGB
CMYK
RGB Variations
Color information
#7D2EBC (or 0x7D2EBC) is known color: Purple Heart. HEX triplet: 7D, 2E and BC. RGB value is (125,46,188). Sum of RGB (Red+Green+Blue) = 125+46+188=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 46 (18.36% from 255 or 12.81% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D2EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D2EBC is #82D143. Grayscale: #555555. Windows color (decimal): -8573252 or 12332669. OLE color: 12332669.
HSL color Cylindrical-coordinate representation of color #7D2EBC: hue angle of 273.38º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7D2EBC is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 46 | 188 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.26 |
| HSL | 273.38º | 0.61% | 0.46% | - |
| HSV(B) | 273.38º | 0.76% | 0.74% | - |
| XYZ | 18.51 | 9.94 | 48.52 | - |
| YUV | 85.81 | 185.67 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 46 | 188 | 0.34 | 0.76 | 0 | 0.26 | 273.38 | 0.61 | 0.46 |
| Hex | 7D | 2E | BC | 22 | 4C | 0 | 1A | 111 | 3D | 2E |
| Octal | 175 | 56 | 274 | 42 | 114 | 0 | 32 | 421 | 75 | 56 |
| Binary | 1111101 | 101110 | 10111100 | 100010 | 1001100 | 0 | 11010 | 100010001 | 111101 | 101110 |
Color Harmonies of #7D2EBC
Complementary color
Monochromatic Colors of #7D2EBC
Black with #7D2EBC
Text Example
Text Example
White with #7D2EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D2EBC; }
p { color: rgb(125,46,188); }
H1.HeaderClassName
{
color: #7D2EBC;
}
.AnyTagClassName
{
color: #7D2EBC;
}
</style>
background-color css
<style>
a { background-color: #7D2EBC; }
a { background-color: rgb(125,46,188); }
div.DivClassName
{
background-color: #7D2EBC;
}
.BgClassName
{
background-color: #7D2EBC;
}
</style>
border-color css
<style>
span { border-color: #7D2EBC; }
span { border-color: rgb(125,46,188); }
td.TdClassName
{
border-color: #7D2EBC;
}
.TagClassName
{
border-color: #7D2EBC;
}
</style>