Shades of Purple Heart #7C39BA
Tints of Purple Heart #7C39BA
RGB
CMYK
RGB Variations
Color information
#7C39BA (or 0x7C39BA) is known color: Purple Heart. HEX triplet: 7C, 39 and BA. RGB value is (124,57,186). Sum of RGB (Red+Green+Blue) = 124+57+186=367 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.79% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C39BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C39BA is #83C645. Grayscale: #5B5B5B. Windows color (decimal): -8635974 or 12204412. OLE color: 12204412.
HSL color Cylindrical-coordinate representation of color #7C39BA: hue angle of 271.16º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C39BA is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 57 | 186 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.27 |
| HSL | 271.16º | 0.53% | 0.48% | - |
| HSV(B) | 271.16º | 0.69% | 0.73% | - |
| XYZ | 18.64 | 10.76 | 47.55 | - |
| YUV | 91.74 | 181.2 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 57 | 186 | 0.33 | 0.69 | 0 | 0.27 | 271.16 | 0.53 | 0.48 |
| Hex | 7C | 39 | BA | 21 | 45 | 0 | 1B | 10F | 35 | 30 |
| Octal | 174 | 71 | 272 | 41 | 105 | 0 | 33 | 417 | 65 | 60 |
| Binary | 1111100 | 111001 | 10111010 | 100001 | 1000101 | 0 | 11011 | 100001111 | 110101 | 110000 |
Color Harmonies of #7C39BA
Complementary color
Monochromatic Colors of #7C39BA
Black with #7C39BA
Text Example
Text Example
White with #7C39BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C39BA; }
p { color: rgb(124,57,186); }
H1.HeaderClassName
{
color: #7C39BA;
}
.AnyTagClassName
{
color: #7C39BA;
}
</style>
background-color css
<style>
a { background-color: #7C39BA; }
a { background-color: rgb(124,57,186); }
div.DivClassName
{
background-color: #7C39BA;
}
.BgClassName
{
background-color: #7C39BA;
}
</style>
border-color css
<style>
span { border-color: #7C39BA; }
span { border-color: rgb(124,57,186); }
td.TdClassName
{
border-color: #7C39BA;
}
.TagClassName
{
border-color: #7C39BA;
}
</style>