Shades of Purple Heart #710CC0
Tints of Purple Heart #710CC0
RGB
CMYK
RGB Variations
Color information
#710CC0 (or 0x710CC0) is known color: Purple Heart. HEX triplet: 71, 0C and C0. RGB value is (113,12,192). Sum of RGB (Red+Green+Blue) = 113+12+192=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 192 (75.39% from 255 or 60.57% from 317); Max value from RGB is 192 - color contains mainly: blue. Hex color #710CC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710CC0 is #8EF33F. Grayscale: #3E3E3E. Windows color (decimal): -9368384 or 12586097. OLE color: 12586097.
HSL color Cylindrical-coordinate representation of color #710CC0: hue angle of 273.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710CC0 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 113 | 12 | 192 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.25 |
| HSL | 273.67º | 0.88% | 0.4% | - |
| HSV(B) | 273.67º | 0.94% | 0.75% | - |
| XYZ | 16.46 | 7.58 | 50.46 | - |
| YUV | 62.72 | 200.96 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 12 | 192 | 0.41 | 0.94 | 0 | 0.25 | 273.67 | 0.88 | 0.4 |
| Hex | 71 | C | C0 | 29 | 5E | 0 | 19 | 112 | 58 | 28 |
| Octal | 161 | 14 | 300 | 51 | 136 | 0 | 31 | 422 | 130 | 50 |
| Binary | 1110001 | 1100 | 11000000 | 101001 | 1011110 | 0 | 11001 | 100010010 | 1011000 | 101000 |
Color Harmonies of #710CC0
Complementary color
Monochromatic Colors of #710CC0
Black with #710CC0
Text Example
Text Example
White with #710CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710CC0; }
p { color: rgb(113,12,192); }
H1.HeaderClassName
{
color: #710CC0;
}
.AnyTagClassName
{
color: #710CC0;
}
</style>
background-color css
<style>
a { background-color: #710CC0; }
a { background-color: rgb(113,12,192); }
div.DivClassName
{
background-color: #710CC0;
}
.BgClassName
{
background-color: #710CC0;
}
</style>
border-color css
<style>
span { border-color: #710CC0; }
span { border-color: rgb(113,12,192); }
td.TdClassName
{
border-color: #710CC0;
}
.TagClassName
{
border-color: #710CC0;
}
</style>