Shades of Purple Heart #7C2CBC
Tints of Purple Heart #7C2CBC
RGB
CMYK
RGB Variations
Color information
#7C2CBC (or 0x7C2CBC) is known color: Purple Heart. HEX triplet: 7C, 2C and BC. RGB value is (124,44,188). Sum of RGB (Red+Green+Blue) = 124+44+188=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 44 (17.58% from 255 or 12.36% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C2CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C2CBC is #83D343. Grayscale: #535353. Windows color (decimal): -8639300 or 12332156. OLE color: 12332156.
HSL color Cylindrical-coordinate representation of color #7C2CBC: hue angle of 273.33º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C2CBC is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 44 | 188 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.26 |
| HSL | 273.33º | 0.62% | 0.45% | - |
| HSV(B) | 273.33º | 0.77% | 0.74% | - |
| XYZ | 18.29 | 9.72 | 48.49 | - |
| YUV | 84.34 | 186.5 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 44 | 188 | 0.34 | 0.77 | 0 | 0.26 | 273.33 | 0.62 | 0.45 |
| Hex | 7C | 2C | BC | 22 | 4D | 0 | 1A | 111 | 3E | 2D |
| Octal | 174 | 54 | 274 | 42 | 115 | 0 | 32 | 421 | 76 | 55 |
| Binary | 1111100 | 101100 | 10111100 | 100010 | 1001101 | 0 | 11010 | 100010001 | 111110 | 101101 |
Color Harmonies of #7C2CBC
Complementary color
Monochromatic Colors of #7C2CBC
Black with #7C2CBC
Text Example
Text Example
White with #7C2CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2CBC; }
p { color: rgb(124,44,188); }
H1.HeaderClassName
{
color: #7C2CBC;
}
.AnyTagClassName
{
color: #7C2CBC;
}
</style>
background-color css
<style>
a { background-color: #7C2CBC; }
a { background-color: rgb(124,44,188); }
div.DivClassName
{
background-color: #7C2CBC;
}
.BgClassName
{
background-color: #7C2CBC;
}
</style>
border-color css
<style>
span { border-color: #7C2CBC; }
span { border-color: rgb(124,44,188); }
td.TdClassName
{
border-color: #7C2CBC;
}
.TagClassName
{
border-color: #7C2CBC;
}
</style>