Shades of Purple Heart #7C2EBD
Tints of Purple Heart #7C2EBD
RGB
CMYK
RGB Variations
Color information
#7C2EBD (or 0x7C2EBD) is known color: Purple Heart. HEX triplet: 7C, 2E and BD. RGB value is (124,46,189). Sum of RGB (Red+Green+Blue) = 124+46+189=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 46 (18.36% from 255 or 12.81% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C2EBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C2EBD is #83D142. Grayscale: #555555. Windows color (decimal): -8638787 or 12398204. OLE color: 12398204.
HSL color Cylindrical-coordinate representation of color #7C2EBD: hue angle of 272.73º 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 #7C2EBD is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 46 | 189 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.26 |
| HSL | 272.73º | 0.61% | 0.46% | - |
| HSV(B) | 272.73º | 0.76% | 0.74% | - |
| XYZ | 18.47 | 9.91 | 49.08 | - |
| YUV | 85.62 | 186.34 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 46 | 189 | 0.34 | 0.76 | 0 | 0.26 | 272.73 | 0.61 | 0.46 |
| Hex | 7C | 2E | BD | 22 | 4C | 0 | 1A | 111 | 3D | 2E |
| Octal | 174 | 56 | 275 | 42 | 114 | 0 | 32 | 421 | 75 | 56 |
| Binary | 1111100 | 101110 | 10111101 | 100010 | 1001100 | 0 | 11010 | 100010001 | 111101 | 101110 |
Color Harmonies of #7C2EBD
Complementary color
Monochromatic Colors of #7C2EBD
Black with #7C2EBD
Text Example
Text Example
White with #7C2EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2EBD; }
p { color: rgb(124,46,189); }
H1.HeaderClassName
{
color: #7C2EBD;
}
.AnyTagClassName
{
color: #7C2EBD;
}
</style>
background-color css
<style>
a { background-color: #7C2EBD; }
a { background-color: rgb(124,46,189); }
div.DivClassName
{
background-color: #7C2EBD;
}
.BgClassName
{
background-color: #7C2EBD;
}
</style>
border-color css
<style>
span { border-color: #7C2EBD; }
span { border-color: rgb(124,46,189); }
td.TdClassName
{
border-color: #7C2EBD;
}
.TagClassName
{
border-color: #7C2EBD;
}
</style>