Shades of Purple Heart #7D40BE
Tints of Purple Heart #7D40BE
RGB
CMYK
RGB Variations
Color information
#7D40BE (or 0x7D40BE) is known color: Purple Heart. HEX triplet: 7D, 40 and BE. RGB value is (125,64,190). Sum of RGB (Red+Green+Blue) = 125+64+190=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D40BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D40BE is #82BF41. Grayscale: #606060. Windows color (decimal): -8568642 or 12468349. OLE color: 12468349.
HSL color Cylindrical-coordinate representation of color #7D40BE: hue angle of 269.05º 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 #7D40BE is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 64 | 190 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.25 |
| HSL | 269.05º | 0.5% | 0.5% | - |
| HSV(B) | 269.05º | 0.66% | 0.75% | - |
| XYZ | 19.59 | 11.74 | 49.95 | - |
| YUV | 96.6 | 180.71 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 64 | 190 | 0.34 | 0.66 | 0 | 0.25 | 269.05 | 0.5 | 0.5 |
| Hex | 7D | 40 | BE | 22 | 42 | 0 | 19 | 10D | 32 | 32 |
| Octal | 175 | 100 | 276 | 42 | 102 | 0 | 31 | 415 | 62 | 62 |
| Binary | 1111101 | 1000000 | 10111110 | 100010 | 1000010 | 0 | 11001 | 100001101 | 110010 | 110010 |
Color Harmonies of #7D40BE
Complementary color
Monochromatic Colors of #7D40BE
Black with #7D40BE
Text Example
Text Example
White with #7D40BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D40BE; }
p { color: rgb(125,64,190); }
H1.HeaderClassName
{
color: #7D40BE;
}
.AnyTagClassName
{
color: #7D40BE;
}
</style>
background-color css
<style>
a { background-color: #7D40BE; }
a { background-color: rgb(125,64,190); }
div.DivClassName
{
background-color: #7D40BE;
}
.BgClassName
{
background-color: #7D40BE;
}
</style>
border-color css
<style>
span { border-color: #7D40BE; }
span { border-color: rgb(125,64,190); }
td.TdClassName
{
border-color: #7D40BE;
}
.TagClassName
{
border-color: #7D40BE;
}
</style>