Shades of Purple Heart #7D1FB6
Tints of Purple Heart #7D1FB6
RGB
CMYK
RGB Variations
Color information
#7D1FB6 (or 0x7D1FB6) is known color: Purple Heart. HEX triplet: 7D, 1F and B6. RGB value is (125,31,182). Sum of RGB (Red+Green+Blue) = 125+31+182=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 182 (71.48% from 255 or 53.85% from 338); Max value from RGB is 182 - color contains mainly: blue. Hex color #7D1FB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1FB6 is #82E049. Grayscale: #4B4B4B. Windows color (decimal): -8577098 or 11935613. OLE color: 11935613.
HSL color Cylindrical-coordinate representation of color #7D1FB6: hue angle of 277.35º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D1FB6 is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 31 | 182 | - |
| CMYK | 0.31 | 0.83 | 0 | 0.29 |
| HSL | 277.35º | 0.71% | 0.42% | - |
| HSV(B) | 277.35º | 0.83% | 0.71% | - |
| XYZ | 17.39 | 8.72 | 45.02 | - |
| YUV | 76.32 | 187.64 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 31 | 182 | 0.31 | 0.83 | 0 | 0.29 | 277.35 | 0.71 | 0.42 |
| Hex | 7D | 1F | B6 | 1F | 53 | 0 | 1D | 115 | 47 | 2A |
| Octal | 175 | 37 | 266 | 37 | 123 | 0 | 35 | 425 | 107 | 52 |
| Binary | 1111101 | 11111 | 10110110 | 11111 | 1010011 | 0 | 11101 | 100010101 | 1000111 | 101010 |
Color Harmonies of #7D1FB6
Complementary color
Monochromatic Colors of #7D1FB6
Black with #7D1FB6
Text Example
Text Example
White with #7D1FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1FB6; }
p { color: rgb(125,31,182); }
H1.HeaderClassName
{
color: #7D1FB6;
}
.AnyTagClassName
{
color: #7D1FB6;
}
</style>
background-color css
<style>
a { background-color: #7D1FB6; }
a { background-color: rgb(125,31,182); }
div.DivClassName
{
background-color: #7D1FB6;
}
.BgClassName
{
background-color: #7D1FB6;
}
</style>
border-color css
<style>
span { border-color: #7D1FB6; }
span { border-color: rgb(125,31,182); }
td.TdClassName
{
border-color: #7D1FB6;
}
.TagClassName
{
border-color: #7D1FB6;
}
</style>