Shades of Purple Heart #7C3ECC
Tints of Purple Heart #7C3ECC
RGB
CMYK
RGB Variations
Color information
#7C3ECC (or 0x7C3ECC) is known color: Purple Heart. HEX triplet: 7C, 3E and CC. RGB value is (124,62,204). Sum of RGB (Red+Green+Blue) = 124+62+204=390 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.79% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C3ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3ECC is #83C133. Grayscale: #606060. Windows color (decimal): -8634676 or 13385340. OLE color: 13385340.
HSL color Cylindrical-coordinate representation of color #7C3ECC: hue angle of 266.2º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7C3ECC is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 62 | 204 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.2 |
| HSL | 266.2º | 0.58% | 0.52% | - |
| HSV(B) | 266.2º | 0.7% | 0.8% | - |
| XYZ | 20.93 | 12.09 | 58.36 | - |
| YUV | 96.73 | 188.54 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 62 | 204 | 0.39 | 0.70 | 0 | 0.2 | 266.2 | 0.58 | 0.52 |
| Hex | 7C | 3E | CC | 27 | 46 | 0 | 14 | 10A | 3A | 34 |
| Octal | 174 | 76 | 314 | 47 | 106 | 0 | 24 | 412 | 72 | 64 |
| Binary | 1111100 | 111110 | 11001100 | 100111 | 1000110 | 0 | 10100 | 100001010 | 111010 | 110100 |
Color Harmonies of #7C3ECC
Complementary color
Monochromatic Colors of #7C3ECC
Black with #7C3ECC
Text Example
Text Example
White with #7C3ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3ECC; }
p { color: rgb(124,62,204); }
H1.HeaderClassName
{
color: #7C3ECC;
}
.AnyTagClassName
{
color: #7C3ECC;
}
</style>
background-color css
<style>
a { background-color: #7C3ECC; }
a { background-color: rgb(124,62,204); }
div.DivClassName
{
background-color: #7C3ECC;
}
.BgClassName
{
background-color: #7C3ECC;
}
</style>
border-color css
<style>
span { border-color: #7C3ECC; }
span { border-color: rgb(124,62,204); }
td.TdClassName
{
border-color: #7C3ECC;
}
.TagClassName
{
border-color: #7C3ECC;
}
</style>