Shades of Purple Heart #7D1FBD
Tints of Purple Heart #7D1FBD
RGB
CMYK
RGB Variations
Color information
#7D1FBD (or 0x7D1FBD) is known color: Purple Heart. HEX triplet: 7D, 1F and BD. RGB value is (125,31,189). Sum of RGB (Red+Green+Blue) = 125+31+189=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #7D1FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1FBD is #82E042. Grayscale: #4C4C4C. Windows color (decimal): -8577091 or 12394365. OLE color: 12394365.
HSL color Cylindrical-coordinate representation of color #7D1FBD: hue angle of 275.7º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D1FBD is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 125 | 31 | 189 | - |
| CMYK | 0.34 | 0.84 | 0 | 0.26 |
| HSL | 275.7º | 0.72% | 0.43% | - |
| HSV(B) | 275.7º | 0.84% | 0.74% | - |
| XYZ | 18.13 | 9.01 | 48.93 | - |
| YUV | 77.12 | 191.14 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 31 | 189 | 0.34 | 0.84 | 0 | 0.26 | 275.7 | 0.72 | 0.43 |
| Hex | 7D | 1F | BD | 22 | 54 | 0 | 1A | 114 | 48 | 2B |
| Octal | 175 | 37 | 275 | 42 | 124 | 0 | 32 | 424 | 110 | 53 |
| Binary | 1111101 | 11111 | 10111101 | 100010 | 1010100 | 0 | 11010 | 100010100 | 1001000 | 101011 |
Color Harmonies of #7D1FBD
Complementary color
Monochromatic Colors of #7D1FBD
Black with #7D1FBD
Text Example
Text Example
White with #7D1FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1FBD; }
p { color: rgb(125,31,189); }
H1.HeaderClassName
{
color: #7D1FBD;
}
.AnyTagClassName
{
color: #7D1FBD;
}
</style>
background-color css
<style>
a { background-color: #7D1FBD; }
a { background-color: rgb(125,31,189); }
div.DivClassName
{
background-color: #7D1FBD;
}
.BgClassName
{
background-color: #7D1FBD;
}
</style>
border-color css
<style>
span { border-color: #7D1FBD; }
span { border-color: rgb(125,31,189); }
td.TdClassName
{
border-color: #7D1FBD;
}
.TagClassName
{
border-color: #7D1FBD;
}
</style>