Shades of Purple Heart #7139D9
Tints of Purple Heart #7139D9
RGB
CMYK
RGB Variations
Color information
#7139D9 (or 0x7139D9) is known color: Purple Heart. HEX triplet: 71, 39 and D9. RGB value is (113,57,217). Sum of RGB (Red+Green+Blue) = 113+57+217=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 57 (22.66% from 255 or 14.73% from 387); Blue value is 217 (85.16% from 255 or 56.07% from 387); Max value from RGB is 217 - color contains mainly: blue. Hex color #7139D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7139D9 is #8EC626. Grayscale: #5B5B5B. Windows color (decimal): -9356839 or 14236017. OLE color: 14236017.
HSL color Cylindrical-coordinate representation of color #7139D9: hue angle of 261º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7139D9 is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 113 | 57 | 217 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.15 |
| HSL | 261º | 0.68% | 0.54% | - |
| HSV(B) | 261º | 0.74% | 0.85% | - |
| XYZ | 20.8 | 11.45 | 66.76 | - |
| YUV | 91.98 | 198.55 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 57 | 217 | 0.48 | 0.74 | 0 | 0.15 | 261 | 0.68 | 0.54 |
| Hex | 71 | 39 | D9 | 30 | 4A | 0 | F | 105 | 44 | 36 |
| Octal | 161 | 71 | 331 | 60 | 112 | 0 | 17 | 405 | 104 | 66 |
| Binary | 1110001 | 111001 | 11011001 | 110000 | 1001010 | 0 | 1111 | 100000101 | 1000100 | 110110 |
Color Harmonies of #7139D9
Complementary color
Monochromatic Colors of #7139D9
Black with #7139D9
Text Example
Text Example
White with #7139D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7139D9; }
p { color: rgb(113,57,217); }
H1.HeaderClassName
{
color: #7139D9;
}
.AnyTagClassName
{
color: #7139D9;
}
</style>
background-color css
<style>
a { background-color: #7139D9; }
a { background-color: rgb(113,57,217); }
div.DivClassName
{
background-color: #7139D9;
}
.BgClassName
{
background-color: #7139D9;
}
</style>
border-color css
<style>
span { border-color: #7139D9; }
span { border-color: rgb(113,57,217); }
td.TdClassName
{
border-color: #7139D9;
}
.TagClassName
{
border-color: #7139D9;
}
</style>