Shades of Purple Heart #7C40BE
Tints of Purple Heart #7C40BE
RGB
CMYK
RGB Variations
Color information
#7C40BE (or 0x7C40BE) is known color: Purple Heart. HEX triplet: 7C, 40 and BE. RGB value is (124,64,190). Sum of RGB (Red+Green+Blue) = 124+64+190=378 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.80% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C40BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C40BE is #83BF41. Grayscale: #5F5F5F. Windows color (decimal): -8634178 or 12468348. OLE color: 12468348.
HSL color Cylindrical-coordinate representation of color #7C40BE: hue angle of 268.57º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C40BE is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 64 | 190 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.25 |
| HSL | 268.57º | 0.5% | 0.5% | - |
| HSV(B) | 268.57º | 0.66% | 0.75% | - |
| XYZ | 19.44 | 11.67 | 49.94 | - |
| YUV | 96.3 | 180.88 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 64 | 190 | 0.35 | 0.66 | 0 | 0.25 | 268.57 | 0.5 | 0.5 |
| Hex | 7C | 40 | BE | 23 | 42 | 0 | 19 | 10D | 32 | 32 |
| Octal | 174 | 100 | 276 | 43 | 102 | 0 | 31 | 415 | 62 | 62 |
| Binary | 1111100 | 1000000 | 10111110 | 100011 | 1000010 | 0 | 11001 | 100001101 | 110010 | 110010 |
Color Harmonies of #7C40BE
Complementary color
Monochromatic Colors of #7C40BE
Black with #7C40BE
Text Example
Text Example
White with #7C40BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C40BE; }
p { color: rgb(124,64,190); }
H1.HeaderClassName
{
color: #7C40BE;
}
.AnyTagClassName
{
color: #7C40BE;
}
</style>
background-color css
<style>
a { background-color: #7C40BE; }
a { background-color: rgb(124,64,190); }
div.DivClassName
{
background-color: #7C40BE;
}
.BgClassName
{
background-color: #7C40BE;
}
</style>
border-color css
<style>
span { border-color: #7C40BE; }
span { border-color: rgb(124,64,190); }
td.TdClassName
{
border-color: #7C40BE;
}
.TagClassName
{
border-color: #7C40BE;
}
</style>