Shades of Purple Heart #7C43C0
Tints of Purple Heart #7C43C0
RGB
CMYK
RGB Variations
Color information
#7C43C0 (or 0x7C43C0) is known color: Purple Heart. HEX triplet: 7C, 43 and C0. RGB value is (124,67,192). Sum of RGB (Red+Green+Blue) = 124+67+192=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #7C43C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C43C0 is #83BC3F. Grayscale: #616161. Windows color (decimal): -8633408 or 12600188. OLE color: 12600188.
HSL color Cylindrical-coordinate representation of color #7C43C0: hue angle of 267.36º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C43C0 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 67 | 192 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.25 |
| HSL | 267.36º | 0.5% | 0.51% | - |
| HSV(B) | 267.36º | 0.65% | 0.75% | - |
| XYZ | 19.83 | 12.11 | 51.16 | - |
| YUV | 98.29 | 180.88 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 67 | 192 | 0.35 | 0.65 | 0 | 0.25 | 267.36 | 0.5 | 0.51 |
| Hex | 7C | 43 | C0 | 23 | 41 | 0 | 19 | 10B | 32 | 33 |
| Octal | 174 | 103 | 300 | 43 | 101 | 0 | 31 | 413 | 62 | 63 |
| Binary | 1111100 | 1000011 | 11000000 | 100011 | 1000001 | 0 | 11001 | 100001011 | 110010 | 110011 |
Color Harmonies of #7C43C0
Complementary color
Monochromatic Colors of #7C43C0
Black with #7C43C0
Text Example
Text Example
White with #7C43C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C43C0; }
p { color: rgb(124,67,192); }
H1.HeaderClassName
{
color: #7C43C0;
}
.AnyTagClassName
{
color: #7C43C0;
}
</style>
background-color css
<style>
a { background-color: #7C43C0; }
a { background-color: rgb(124,67,192); }
div.DivClassName
{
background-color: #7C43C0;
}
.BgClassName
{
background-color: #7C43C0;
}
</style>
border-color css
<style>
span { border-color: #7C43C0; }
span { border-color: rgb(124,67,192); }
td.TdClassName
{
border-color: #7C43C0;
}
.TagClassName
{
border-color: #7C43C0;
}
</style>