Shades of Purple Heart #710FCC
Tints of Purple Heart #710FCC
RGB
CMYK
RGB Variations
Color information
#710FCC (or 0x710FCC) is known color: Purple Heart. HEX triplet: 71, 0F and CC. RGB value is (113,15,204). Sum of RGB (Red+Green+Blue) = 113+15+204=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 15 (6.25% from 255 or 4.52% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #710FCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710FCC is #8EF033. Grayscale: #414141. Windows color (decimal): -9367604 or 13373297. OLE color: 13373297.
HSL color Cylindrical-coordinate representation of color #710FCC: hue angle of 271.11º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710FCC is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 15 | 204 | - |
| CMYK | 0.45 | 0.93 | 0 | 0.2 |
| HSL | 271.11º | 0.86% | 0.43% | - |
| HSV(B) | 271.11º | 0.93% | 0.8% | - |
| XYZ | 17.88 | 8.21 | 57.77 | - |
| YUV | 65.85 | 205.97 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 204 | 0.45 | 0.93 | 0 | 0.2 | 271.11 | 0.86 | 0.43 |
| Hex | 71 | F | CC | 2D | 5D | 0 | 14 | 10F | 56 | 2B |
| Octal | 161 | 17 | 314 | 55 | 135 | 0 | 24 | 417 | 126 | 53 |
| Binary | 1110001 | 1111 | 11001100 | 101101 | 1011101 | 0 | 10100 | 100001111 | 1010110 | 101011 |
Color Harmonies of #710FCC
Complementary color
Monochromatic Colors of #710FCC
Black with #710FCC
Text Example
Text Example
White with #710FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710FCC; }
p { color: rgb(113,15,204); }
H1.HeaderClassName
{
color: #710FCC;
}
.AnyTagClassName
{
color: #710FCC;
}
</style>
background-color css
<style>
a { background-color: #710FCC; }
a { background-color: rgb(113,15,204); }
div.DivClassName
{
background-color: #710FCC;
}
.BgClassName
{
background-color: #710FCC;
}
</style>
border-color css
<style>
span { border-color: #710FCC; }
span { border-color: rgb(113,15,204); }
td.TdClassName
{
border-color: #710FCC;
}
.TagClassName
{
border-color: #710FCC;
}
</style>