Shades of Purple Heart #7139C0
Tints of Purple Heart #7139C0
RGB
CMYK
RGB Variations
Color information
#7139C0 (or 0x7139C0) is known color: Purple Heart. HEX triplet: 71, 39 and C0. RGB value is (113,57,192). Sum of RGB (Red+Green+Blue) = 113+57+192=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 192 (75.39% from 255 or 53.04% from 362); Max value from RGB is 192 - color contains mainly: blue. Hex color #7139C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7139C0 is #8EC63F. Grayscale: #585858. Windows color (decimal): -9356864 or 12597617. OLE color: 12597617.
HSL color Cylindrical-coordinate representation of color #7139C0: hue angle of 264.89º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7139C0 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 57 | 192 | - |
| CMYK | 0.41 | 0.70 | 0 | 0.25 |
| HSL | 264.89º | 0.54% | 0.49% | - |
| HSV(B) | 264.89º | 0.7% | 0.75% | - |
| XYZ | 17.79 | 10.24 | 50.91 | - |
| YUV | 89.13 | 186.05 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 57 | 192 | 0.41 | 0.70 | 0 | 0.25 | 264.89 | 0.54 | 0.49 |
| Hex | 71 | 39 | C0 | 29 | 46 | 0 | 19 | 109 | 36 | 31 |
| Octal | 161 | 71 | 300 | 51 | 106 | 0 | 31 | 411 | 66 | 61 |
| Binary | 1110001 | 111001 | 11000000 | 101001 | 1000110 | 0 | 11001 | 100001001 | 110110 | 110001 |
Color Harmonies of #7139C0
Complementary color
Monochromatic Colors of #7139C0
Black with #7139C0
Text Example
Text Example
White with #7139C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7139C0; }
p { color: rgb(113,57,192); }
H1.HeaderClassName
{
color: #7139C0;
}
.AnyTagClassName
{
color: #7139C0;
}
</style>
background-color css
<style>
a { background-color: #7139C0; }
a { background-color: rgb(113,57,192); }
div.DivClassName
{
background-color: #7139C0;
}
.BgClassName
{
background-color: #7139C0;
}
</style>
border-color css
<style>
span { border-color: #7139C0; }
span { border-color: rgb(113,57,192); }
td.TdClassName
{
border-color: #7139C0;
}
.TagClassName
{
border-color: #7139C0;
}
</style>