Shades of Purple Heart #7C1EBA
Tints of Purple Heart #7C1EBA
RGB
CMYK
RGB Variations
Color information
#7C1EBA (or 0x7C1EBA) is known color: Purple Heart. HEX triplet: 7C, 1E and BA. RGB value is (124,30,186). Sum of RGB (Red+Green+Blue) = 124+30+186=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C1EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C1EBA is #83E145. Grayscale: #4B4B4B. Windows color (decimal): -8642886 or 12197500. OLE color: 12197500.
HSL color Cylindrical-coordinate representation of color #7C1EBA: hue angle of 276.15º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C1EBA is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 30 | 186 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.27 |
| HSL | 276.15º | 0.72% | 0.42% | - |
| HSV(B) | 276.15º | 0.84% | 0.73% | - |
| XYZ | 17.64 | 8.76 | 47.22 | - |
| YUV | 75.89 | 190.14 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 30 | 186 | 0.33 | 0.84 | 0 | 0.27 | 276.15 | 0.72 | 0.42 |
| Hex | 7C | 1E | BA | 21 | 54 | 0 | 1B | 114 | 48 | 2A |
| Octal | 174 | 36 | 272 | 41 | 124 | 0 | 33 | 424 | 110 | 52 |
| Binary | 1111100 | 11110 | 10111010 | 100001 | 1010100 | 0 | 11011 | 100010100 | 1001000 | 101010 |
Color Harmonies of #7C1EBA
Complementary color
Monochromatic Colors of #7C1EBA
Black with #7C1EBA
Text Example
Text Example
White with #7C1EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1EBA; }
p { color: rgb(124,30,186); }
H1.HeaderClassName
{
color: #7C1EBA;
}
.AnyTagClassName
{
color: #7C1EBA;
}
</style>
background-color css
<style>
a { background-color: #7C1EBA; }
a { background-color: rgb(124,30,186); }
div.DivClassName
{
background-color: #7C1EBA;
}
.BgClassName
{
background-color: #7C1EBA;
}
</style>
border-color css
<style>
span { border-color: #7C1EBA; }
span { border-color: rgb(124,30,186); }
td.TdClassName
{
border-color: #7C1EBA;
}
.TagClassName
{
border-color: #7C1EBA;
}
</style>