Shades of Purple Heart #7D20BE
Tints of Purple Heart #7D20BE
RGB
CMYK
RGB Variations
Color information
#7D20BE (or 0x7D20BE) is known color: Purple Heart. HEX triplet: 7D, 20 and BE. RGB value is (125,32,190). Sum of RGB (Red+Green+Blue) = 125+32+190=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D20BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D20BE is #82DF41. Grayscale: #4D4D4D. Windows color (decimal): -8576834 or 12460157. OLE color: 12460157.
HSL color Cylindrical-coordinate representation of color #7D20BE: hue angle of 275.32º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D20BE is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 32 | 190 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.25 |
| HSL | 275.32º | 0.71% | 0.44% | - |
| HSV(B) | 275.32º | 0.83% | 0.75% | - |
| XYZ | 18.27 | 9.11 | 49.51 | - |
| YUV | 77.82 | 191.31 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 32 | 190 | 0.34 | 0.83 | 0 | 0.25 | 275.32 | 0.71 | 0.44 |
| Hex | 7D | 20 | BE | 22 | 53 | 0 | 19 | 113 | 47 | 2C |
| Octal | 175 | 40 | 276 | 42 | 123 | 0 | 31 | 423 | 107 | 54 |
| Binary | 1111101 | 100000 | 10111110 | 100010 | 1010011 | 0 | 11001 | 100010011 | 1000111 | 101100 |
Color Harmonies of #7D20BE
Complementary color
Monochromatic Colors of #7D20BE
Black with #7D20BE
Text Example
Text Example
White with #7D20BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D20BE; }
p { color: rgb(125,32,190); }
H1.HeaderClassName
{
color: #7D20BE;
}
.AnyTagClassName
{
color: #7D20BE;
}
</style>
background-color css
<style>
a { background-color: #7D20BE; }
a { background-color: rgb(125,32,190); }
div.DivClassName
{
background-color: #7D20BE;
}
.BgClassName
{
background-color: #7D20BE;
}
</style>
border-color css
<style>
span { border-color: #7D20BE; }
span { border-color: rgb(125,32,190); }
td.TdClassName
{
border-color: #7D20BE;
}
.TagClassName
{
border-color: #7D20BE;
}
</style>