Shades of Purple Heart #7C3BBC
Tints of Purple Heart #7C3BBC
RGB
CMYK
RGB Variations
Color information
#7C3BBC (or 0x7C3BBC) is known color: Purple Heart. HEX triplet: 7C, 3B and BC. RGB value is (124,59,188). Sum of RGB (Red+Green+Blue) = 124+59+188=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 59 (23.44% from 255 or 15.90% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C3BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3BBC is #83C443. Grayscale: #5C5C5C. Windows color (decimal): -8635460 or 12335996. OLE color: 12335996.
HSL color Cylindrical-coordinate representation of color #7C3BBC: hue angle of 270.23º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C3BBC is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 59 | 188 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.26 |
| HSL | 270.23º | 0.52% | 0.48% | - |
| HSV(B) | 270.23º | 0.69% | 0.74% | - |
| XYZ | 18.95 | 11.04 | 48.71 | - |
| YUV | 93.14 | 181.53 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 59 | 188 | 0.34 | 0.69 | 0 | 0.26 | 270.23 | 0.52 | 0.48 |
| Hex | 7C | 3B | BC | 22 | 45 | 0 | 1A | 10E | 34 | 30 |
| Octal | 174 | 73 | 274 | 42 | 105 | 0 | 32 | 416 | 64 | 60 |
| Binary | 1111100 | 111011 | 10111100 | 100010 | 1000101 | 0 | 11010 | 100001110 | 110100 | 110000 |
Color Harmonies of #7C3BBC
Complementary color
Monochromatic Colors of #7C3BBC
Black with #7C3BBC
Text Example
Text Example
White with #7C3BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3BBC; }
p { color: rgb(124,59,188); }
H1.HeaderClassName
{
color: #7C3BBC;
}
.AnyTagClassName
{
color: #7C3BBC;
}
</style>
background-color css
<style>
a { background-color: #7C3BBC; }
a { background-color: rgb(124,59,188); }
div.DivClassName
{
background-color: #7C3BBC;
}
.BgClassName
{
background-color: #7C3BBC;
}
</style>
border-color css
<style>
span { border-color: #7C3BBC; }
span { border-color: rgb(124,59,188); }
td.TdClassName
{
border-color: #7C3BBC;
}
.TagClassName
{
border-color: #7C3BBC;
}
</style>