Shades of Purple Heart #7C3FBF
Tints of Purple Heart #7C3FBF
RGB
CMYK
RGB Variations
Color information
#7C3FBF (or 0x7C3FBF) is known color: Purple Heart. HEX triplet: 7C, 3F and BF. RGB value is (124,63,191). Sum of RGB (Red+Green+Blue) = 124+63+191=378 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.80% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C3FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3FBF is #83C040. Grayscale: #5F5F5F. Windows color (decimal): -8634433 or 12533628. OLE color: 12533628.
HSL color Cylindrical-coordinate representation of color #7C3FBF: hue angle of 268.59º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C3FBF is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 63 | 191 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.25 |
| HSL | 268.59º | 0.5% | 0.5% | - |
| HSV(B) | 268.59º | 0.67% | 0.75% | - |
| XYZ | 19.49 | 11.6 | 50.5 | - |
| YUV | 95.83 | 181.71 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 63 | 191 | 0.35 | 0.67 | 0 | 0.25 | 268.59 | 0.5 | 0.5 |
| Hex | 7C | 3F | BF | 23 | 43 | 0 | 19 | 10D | 32 | 32 |
| Octal | 174 | 77 | 277 | 43 | 103 | 0 | 31 | 415 | 62 | 62 |
| Binary | 1111100 | 111111 | 10111111 | 100011 | 1000011 | 0 | 11001 | 100001101 | 110010 | 110010 |
Color Harmonies of #7C3FBF
Complementary color
Monochromatic Colors of #7C3FBF
Black with #7C3FBF
Text Example
Text Example
White with #7C3FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3FBF; }
p { color: rgb(124,63,191); }
H1.HeaderClassName
{
color: #7C3FBF;
}
.AnyTagClassName
{
color: #7C3FBF;
}
</style>
background-color css
<style>
a { background-color: #7C3FBF; }
a { background-color: rgb(124,63,191); }
div.DivClassName
{
background-color: #7C3FBF;
}
.BgClassName
{
background-color: #7C3FBF;
}
</style>
border-color css
<style>
span { border-color: #7C3FBF; }
span { border-color: rgb(124,63,191); }
td.TdClassName
{
border-color: #7C3FBF;
}
.TagClassName
{
border-color: #7C3FBF;
}
</style>