Shades of Purple Heart #7D20B9
Tints of Purple Heart #7D20B9
RGB
CMYK
RGB Variations
Color information
#7D20B9 (or 0x7D20B9) is known color: Purple Heart. HEX triplet: 7D, 20 and B9. RGB value is (125,32,185). Sum of RGB (Red+Green+Blue) = 125+32+185=342 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.55% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 185 (72.66% from 255 or 54.09% from 342); Max value from RGB is 185 - color contains mainly: blue. Hex color #7D20B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D20B9 is #82DF46. Grayscale: #4C4C4C. Windows color (decimal): -8576839 or 12132477. OLE color: 12132477.
HSL color Cylindrical-coordinate representation of color #7D20B9: hue angle of 276.47º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D20B9 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 32 | 185 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.27 |
| HSL | 276.47º | 0.71% | 0.43% | - |
| HSV(B) | 276.47º | 0.83% | 0.73% | - |
| XYZ | 17.73 | 8.9 | 46.68 | - |
| YUV | 77.25 | 188.81 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 32 | 185 | 0.32 | 0.83 | 0 | 0.27 | 276.47 | 0.71 | 0.43 |
| Hex | 7D | 20 | B9 | 20 | 53 | 0 | 1B | 114 | 47 | 2B |
| Octal | 175 | 40 | 271 | 40 | 123 | 0 | 33 | 424 | 107 | 53 |
| Binary | 1111101 | 100000 | 10111001 | 100000 | 1010011 | 0 | 11011 | 100010100 | 1000111 | 101011 |
Color Harmonies of #7D20B9
Complementary color
Monochromatic Colors of #7D20B9
Black with #7D20B9
Text Example
Text Example
White with #7D20B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D20B9; }
p { color: rgb(125,32,185); }
H1.HeaderClassName
{
color: #7D20B9;
}
.AnyTagClassName
{
color: #7D20B9;
}
</style>
background-color css
<style>
a { background-color: #7D20B9; }
a { background-color: rgb(125,32,185); }
div.DivClassName
{
background-color: #7D20B9;
}
.BgClassName
{
background-color: #7D20B9;
}
</style>
border-color css
<style>
span { border-color: #7D20B9; }
span { border-color: rgb(125,32,185); }
td.TdClassName
{
border-color: #7D20B9;
}
.TagClassName
{
border-color: #7D20B9;
}
</style>