Shades of Purple Heart #7C3ECB
Tints of Purple Heart #7C3ECB
RGB
CMYK
RGB Variations
Color information
#7C3ECB (or 0x7C3ECB) is known color: Purple Heart. HEX triplet: 7C, 3E and CB. RGB value is (124,62,203). Sum of RGB (Red+Green+Blue) = 124+62+203=389 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.88% from 389); Green value is 62 (24.61% from 255 or 15.94% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #7C3ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3ECB is #83C134. Grayscale: #606060. Windows color (decimal): -8634677 or 13319804. OLE color: 13319804.
HSL color Cylindrical-coordinate representation of color #7C3ECB: hue angle of 266.38º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C3ECB is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 62 | 203 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.20 |
| HSL | 266.38º | 0.58% | 0.52% | - |
| HSV(B) | 266.38º | 0.69% | 0.8% | - |
| XYZ | 20.81 | 12.04 | 57.73 | - |
| YUV | 96.61 | 188.04 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 62 | 203 | 0.39 | 0.69 | 0 | 0.20 | 266.38 | 0.58 | 0.52 |
| Hex | 7C | 3E | CB | 27 | 45 | 0 | 14 | 10A | 3A | 34 |
| Octal | 174 | 76 | 313 | 47 | 105 | 0 | 24 | 412 | 72 | 64 |
| Binary | 1111100 | 111110 | 11001011 | 100111 | 1000101 | 0 | 10100 | 100001010 | 111010 | 110100 |
Color Harmonies of #7C3ECB
Complementary color
Monochromatic Colors of #7C3ECB
Black with #7C3ECB
Text Example
Text Example
White with #7C3ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3ECB; }
p { color: rgb(124,62,203); }
H1.HeaderClassName
{
color: #7C3ECB;
}
.AnyTagClassName
{
color: #7C3ECB;
}
</style>
background-color css
<style>
a { background-color: #7C3ECB; }
a { background-color: rgb(124,62,203); }
div.DivClassName
{
background-color: #7C3ECB;
}
.BgClassName
{
background-color: #7C3ECB;
}
</style>
border-color css
<style>
span { border-color: #7C3ECB; }
span { border-color: rgb(124,62,203); }
td.TdClassName
{
border-color: #7C3ECB;
}
.TagClassName
{
border-color: #7C3ECB;
}
</style>