Shades of Purple Heart #7C3FCE
Tints of Purple Heart #7C3FCE
RGB
CMYK
RGB Variations
Color information
#7C3FCE (or 0x7C3FCE) is known color: Purple Heart. HEX triplet: 7C, 3F and CE. RGB value is (124,63,206). Sum of RGB (Red+Green+Blue) = 124+63+206=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C3FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3FCE is #83C031. Grayscale: #616161. Windows color (decimal): -8634418 or 13516668. OLE color: 13516668.
HSL color Cylindrical-coordinate representation of color #7C3FCE: hue angle of 265.59º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C3FCE is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 63 | 206 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.19 |
| HSL | 265.59º | 0.59% | 0.53% | - |
| HSV(B) | 265.59º | 0.69% | 0.81% | - |
| XYZ | 21.23 | 12.3 | 59.65 | - |
| YUV | 97.54 | 189.21 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 63 | 206 | 0.40 | 0.69 | 0 | 0.19 | 265.59 | 0.59 | 0.53 |
| Hex | 7C | 3F | CE | 28 | 45 | 0 | 13 | 10A | 3B | 35 |
| Octal | 174 | 77 | 316 | 50 | 105 | 0 | 23 | 412 | 73 | 65 |
| Binary | 1111100 | 111111 | 11001110 | 101000 | 1000101 | 0 | 10011 | 100001010 | 111011 | 110101 |
Color Harmonies of #7C3FCE
Complementary color
Monochromatic Colors of #7C3FCE
Black with #7C3FCE
Text Example
Text Example
White with #7C3FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3FCE; }
p { color: rgb(124,63,206); }
H1.HeaderClassName
{
color: #7C3FCE;
}
.AnyTagClassName
{
color: #7C3FCE;
}
</style>
background-color css
<style>
a { background-color: #7C3FCE; }
a { background-color: rgb(124,63,206); }
div.DivClassName
{
background-color: #7C3FCE;
}
.BgClassName
{
background-color: #7C3FCE;
}
</style>
border-color css
<style>
span { border-color: #7C3FCE; }
span { border-color: rgb(124,63,206); }
td.TdClassName
{
border-color: #7C3FCE;
}
.TagClassName
{
border-color: #7C3FCE;
}
</style>