Shades of Purple Heart #7C1CBA
Tints of Purple Heart #7C1CBA
RGB
CMYK
RGB Variations
Color information
#7C1CBA (or 0x7C1CBA) is known color: Purple Heart. HEX triplet: 7C, 1C and BA. RGB value is (124,28,186). Sum of RGB (Red+Green+Blue) = 124+28+186=338 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.69% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C1CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C1CBA is #83E345. Grayscale: #4A4A4A. Windows color (decimal): -8643398 or 12196988. OLE color: 12196988.
HSL color Cylindrical-coordinate representation of color #7C1CBA: hue angle of 276.46º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C1CBA is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 28 | 186 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.27 |
| HSL | 276.46º | 0.74% | 0.42% | - |
| HSV(B) | 276.46º | 0.85% | 0.73% | - |
| XYZ | 17.59 | 8.66 | 47.2 | - |
| YUV | 74.72 | 190.8 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 28 | 186 | 0.33 | 0.85 | 0 | 0.27 | 276.46 | 0.74 | 0.42 |
| Hex | 7C | 1C | BA | 21 | 55 | 0 | 1B | 114 | 4A | 2A |
| Octal | 174 | 34 | 272 | 41 | 125 | 0 | 33 | 424 | 112 | 52 |
| Binary | 1111100 | 11100 | 10111010 | 100001 | 1010101 | 0 | 11011 | 100010100 | 1001010 | 101010 |
Color Harmonies of #7C1CBA
Complementary color
Monochromatic Colors of #7C1CBA
Black with #7C1CBA
Text Example
Text Example
White with #7C1CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1CBA; }
p { color: rgb(124,28,186); }
H1.HeaderClassName
{
color: #7C1CBA;
}
.AnyTagClassName
{
color: #7C1CBA;
}
</style>
background-color css
<style>
a { background-color: #7C1CBA; }
a { background-color: rgb(124,28,186); }
div.DivClassName
{
background-color: #7C1CBA;
}
.BgClassName
{
background-color: #7C1CBA;
}
</style>
border-color css
<style>
span { border-color: #7C1CBA; }
span { border-color: rgb(124,28,186); }
td.TdClassName
{
border-color: #7C1CBA;
}
.TagClassName
{
border-color: #7C1CBA;
}
</style>