Shades of Purple Heart #7C3CBC
Tints of Purple Heart #7C3CBC
RGB
CMYK
RGB Variations
Color information
#7C3CBC (or 0x7C3CBC) is known color: Purple Heart. HEX triplet: 7C, 3C and BC. RGB value is (124,60,188). Sum of RGB (Red+Green+Blue) = 124+60+188=372 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.33% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C3CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3CBC is #83C343. Grayscale: #5D5D5D. Windows color (decimal): -8635204 or 12336252. OLE color: 12336252.
HSL color Cylindrical-coordinate representation of color #7C3CBC: hue angle of 270º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C3CBC is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 60 | 188 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.26 |
| HSL | 270º | 0.52% | 0.49% | - |
| HSV(B) | 270º | 0.68% | 0.74% | - |
| XYZ | 19.01 | 11.15 | 48.73 | - |
| YUV | 93.73 | 181.2 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 60 | 188 | 0.34 | 0.68 | 0 | 0.26 | 270 | 0.52 | 0.49 |
| Hex | 7C | 3C | BC | 22 | 44 | 0 | 1A | 10E | 34 | 31 |
| Octal | 174 | 74 | 274 | 42 | 104 | 0 | 32 | 416 | 64 | 61 |
| Binary | 1111100 | 111100 | 10111100 | 100010 | 1000100 | 0 | 11010 | 100001110 | 110100 | 110001 |
Color Harmonies of #7C3CBC
Complementary color
Monochromatic Colors of #7C3CBC
Black with #7C3CBC
Text Example
Text Example
White with #7C3CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3CBC; }
p { color: rgb(124,60,188); }
H1.HeaderClassName
{
color: #7C3CBC;
}
.AnyTagClassName
{
color: #7C3CBC;
}
</style>
background-color css
<style>
a { background-color: #7C3CBC; }
a { background-color: rgb(124,60,188); }
div.DivClassName
{
background-color: #7C3CBC;
}
.BgClassName
{
background-color: #7C3CBC;
}
</style>
border-color css
<style>
span { border-color: #7C3CBC; }
span { border-color: rgb(124,60,188); }
td.TdClassName
{
border-color: #7C3CBC;
}
.TagClassName
{
border-color: #7C3CBC;
}
</style>