Shades of Purple Heart #7D29BE
Tints of Purple Heart #7D29BE
RGB
CMYK
RGB Variations
Color information
#7D29BE (or 0x7D29BE) is known color: Purple Heart. HEX triplet: 7D, 29 and BE. RGB value is (125,41,190). Sum of RGB (Red+Green+Blue) = 125+41+190=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D29BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D29BE is #82D641. Grayscale: #525252. Windows color (decimal): -8574530 or 12462461. OLE color: 12462461.
HSL color Cylindrical-coordinate representation of color #7D29BE: hue angle of 273.83º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D29BE is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 41 | 190 | - |
| CMYK | 0.34 | 0.78 | 0 | 0.25 |
| HSL | 273.83º | 0.65% | 0.45% | - |
| HSV(B) | 273.83º | 0.78% | 0.75% | - |
| XYZ | 18.54 | 9.66 | 49.6 | - |
| YUV | 83.1 | 188.33 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 41 | 190 | 0.34 | 0.78 | 0 | 0.25 | 273.83 | 0.65 | 0.45 |
| Hex | 7D | 29 | BE | 22 | 4E | 0 | 19 | 112 | 41 | 2D |
| Octal | 175 | 51 | 276 | 42 | 116 | 0 | 31 | 422 | 101 | 55 |
| Binary | 1111101 | 101001 | 10111110 | 100010 | 1001110 | 0 | 11001 | 100010010 | 1000001 | 101101 |
Color Harmonies of #7D29BE
Complementary color
Monochromatic Colors of #7D29BE
Black with #7D29BE
Text Example
Text Example
White with #7D29BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D29BE; }
p { color: rgb(125,41,190); }
H1.HeaderClassName
{
color: #7D29BE;
}
.AnyTagClassName
{
color: #7D29BE;
}
</style>
background-color css
<style>
a { background-color: #7D29BE; }
a { background-color: rgb(125,41,190); }
div.DivClassName
{
background-color: #7D29BE;
}
.BgClassName
{
background-color: #7D29BE;
}
</style>
border-color css
<style>
span { border-color: #7D29BE; }
span { border-color: rgb(125,41,190); }
td.TdClassName
{
border-color: #7D29BE;
}
.TagClassName
{
border-color: #7D29BE;
}
</style>