Shades of Purple Heart #710FC0
Tints of Purple Heart #710FC0
RGB
CMYK
RGB Variations
Color information
#710FC0 (or 0x710FC0) is known color: Purple Heart. HEX triplet: 71, 0F and C0. RGB value is (113,15,192). Sum of RGB (Red+Green+Blue) = 113+15+192=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 192 (75.39% from 255 or 60% from 320); Max value from RGB is 192 - color contains mainly: blue. Hex color #710FC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710FC0 is #8EF03F. Grayscale: #3F3F3F. Windows color (decimal): -9367616 or 12586865. OLE color: 12586865.
HSL color Cylindrical-coordinate representation of color #710FC0: hue angle of 273.22º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710FC0 is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 15 | 192 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.25 |
| HSL | 273.22º | 0.86% | 0.41% | - |
| HSV(B) | 273.22º | 0.92% | 0.75% | - |
| XYZ | 16.5 | 7.66 | 50.48 | - |
| YUV | 64.48 | 199.97 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 192 | 0.41 | 0.92 | 0 | 0.25 | 273.22 | 0.86 | 0.41 |
| Hex | 71 | F | C0 | 29 | 5C | 0 | 19 | 111 | 56 | 29 |
| Octal | 161 | 17 | 300 | 51 | 134 | 0 | 31 | 421 | 126 | 51 |
| Binary | 1110001 | 1111 | 11000000 | 101001 | 1011100 | 0 | 11001 | 100010001 | 1010110 | 101001 |
Color Harmonies of #710FC0
Complementary color
Monochromatic Colors of #710FC0
Black with #710FC0
Text Example
Text Example
White with #710FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710FC0; }
p { color: rgb(113,15,192); }
H1.HeaderClassName
{
color: #710FC0;
}
.AnyTagClassName
{
color: #710FC0;
}
</style>
background-color css
<style>
a { background-color: #710FC0; }
a { background-color: rgb(113,15,192); }
div.DivClassName
{
background-color: #710FC0;
}
.BgClassName
{
background-color: #710FC0;
}
</style>
border-color css
<style>
span { border-color: #710FC0; }
span { border-color: rgb(113,15,192); }
td.TdClassName
{
border-color: #710FC0;
}
.TagClassName
{
border-color: #710FC0;
}
</style>