Shades of Purple Heart #7D1FB8
Tints of Purple Heart #7D1FB8
RGB
CMYK
RGB Variations
Color information
#7D1FB8 (or 0x7D1FB8) is known color: Purple Heart. HEX triplet: 7D, 1F and B8. RGB value is (125,31,184). Sum of RGB (Red+Green+Blue) = 125+31+184=340 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.76% from 340); Green value is 31 (12.5% from 255 or 9.12% from 340); Blue value is 184 (72.27% from 255 or 54.12% from 340); Max value from RGB is 184 - color contains mainly: blue. Hex color #7D1FB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1FB8 is #82E047. Grayscale: #4C4C4C. Windows color (decimal): -8577096 or 12066685. OLE color: 12066685.
HSL color Cylindrical-coordinate representation of color #7D1FB8: hue angle of 276.86º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D1FB8 is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 31 | 184 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.28 |
| HSL | 276.86º | 0.71% | 0.42% | - |
| HSV(B) | 276.86º | 0.83% | 0.72% | - |
| XYZ | 17.6 | 8.8 | 46.12 | - |
| YUV | 76.55 | 188.64 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 31 | 184 | 0.32 | 0.83 | 0 | 0.28 | 276.86 | 0.71 | 0.42 |
| Hex | 7D | 1F | B8 | 20 | 53 | 0 | 1C | 115 | 47 | 2A |
| Octal | 175 | 37 | 270 | 40 | 123 | 0 | 34 | 425 | 107 | 52 |
| Binary | 1111101 | 11111 | 10111000 | 100000 | 1010011 | 0 | 11100 | 100010101 | 1000111 | 101010 |
Color Harmonies of #7D1FB8
Complementary color
Monochromatic Colors of #7D1FB8
Black with #7D1FB8
Text Example
Text Example
White with #7D1FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1FB8; }
p { color: rgb(125,31,184); }
H1.HeaderClassName
{
color: #7D1FB8;
}
.AnyTagClassName
{
color: #7D1FB8;
}
</style>
background-color css
<style>
a { background-color: #7D1FB8; }
a { background-color: rgb(125,31,184); }
div.DivClassName
{
background-color: #7D1FB8;
}
.BgClassName
{
background-color: #7D1FB8;
}
</style>
border-color css
<style>
span { border-color: #7D1FB8; }
span { border-color: rgb(125,31,184); }
td.TdClassName
{
border-color: #7D1FB8;
}
.TagClassName
{
border-color: #7D1FB8;
}
</style>