Shades of Purple Heart #7C2FBA
Tints of Purple Heart #7C2FBA
RGB
CMYK
RGB Variations
Color information
#7C2FBA (or 0x7C2FBA) is known color: Purple Heart. HEX triplet: 7C, 2F and BA. RGB value is (124,47,186). Sum of RGB (Red+Green+Blue) = 124+47+186=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 47 (18.75% from 255 or 13.17% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C2FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C2FBA is #83D045. Grayscale: #555555. Windows color (decimal): -8638534 or 12201852. OLE color: 12201852.
HSL color Cylindrical-coordinate representation of color #7C2FBA: hue angle of 273.24º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C2FBA is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 47 | 186 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.27 |
| HSL | 273.24º | 0.6% | 0.46% | - |
| HSV(B) | 273.24º | 0.75% | 0.73% | - |
| XYZ | 18.19 | 9.86 | 47.4 | - |
| YUV | 85.87 | 184.51 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 47 | 186 | 0.33 | 0.75 | 0 | 0.27 | 273.24 | 0.6 | 0.46 |
| Hex | 7C | 2F | BA | 21 | 4B | 0 | 1B | 111 | 3C | 2E |
| Octal | 174 | 57 | 272 | 41 | 113 | 0 | 33 | 421 | 74 | 56 |
| Binary | 1111100 | 101111 | 10111010 | 100001 | 1001011 | 0 | 11011 | 100010001 | 111100 | 101110 |
Color Harmonies of #7C2FBA
Complementary color
Monochromatic Colors of #7C2FBA
Black with #7C2FBA
Text Example
Text Example
White with #7C2FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2FBA; }
p { color: rgb(124,47,186); }
H1.HeaderClassName
{
color: #7C2FBA;
}
.AnyTagClassName
{
color: #7C2FBA;
}
</style>
background-color css
<style>
a { background-color: #7C2FBA; }
a { background-color: rgb(124,47,186); }
div.DivClassName
{
background-color: #7C2FBA;
}
.BgClassName
{
background-color: #7C2FBA;
}
</style>
border-color css
<style>
span { border-color: #7C2FBA; }
span { border-color: rgb(124,47,186); }
td.TdClassName
{
border-color: #7C2FBA;
}
.TagClassName
{
border-color: #7C2FBA;
}
</style>