Shades of Purple Heart #710FA7
Tints of Purple Heart #710FA7
RGB
CMYK
RGB Variations
Color information
#710FA7 (or 0x710FA7) is known color: Purple Heart. HEX triplet: 71, 0F and A7. RGB value is (113,15,167). Sum of RGB (Red+Green+Blue) = 113+15+167=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 15 (6.25% from 255 or 5.08% from 295); Blue value is 167 (65.62% from 255 or 56.61% from 295); Max value from RGB is 167 - color contains mainly: blue. Hex color #710FA7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710FA7 is #8EF058. Grayscale: #3D3D3D. Windows color (decimal): -9367641 or 10948465. OLE color: 10948465.
HSL color Cylindrical-coordinate representation of color #710FA7: hue angle of 278.68º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710FA7 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 15 | 167 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.35 |
| HSL | 278.68º | 0.84% | 0.36% | - |
| HSV(B) | 278.68º | 0.91% | 0.65% | - |
| XYZ | 13.96 | 6.64 | 37.11 | - |
| YUV | 61.63 | 187.47 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 167 | 0.32 | 0.91 | 0 | 0.35 | 278.68 | 0.84 | 0.36 |
| Hex | 71 | F | A7 | 20 | 5B | 0 | 23 | 117 | 54 | 24 |
| Octal | 161 | 17 | 247 | 40 | 133 | 0 | 43 | 427 | 124 | 44 |
| Binary | 1110001 | 1111 | 10100111 | 100000 | 1011011 | 0 | 100011 | 100010111 | 1010100 | 100100 |
Color Harmonies of #710FA7
Complementary color
Monochromatic Colors of #710FA7
Black with #710FA7
Text Example
Text Example
White with #710FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710FA7; }
p { color: rgb(113,15,167); }
H1.HeaderClassName
{
color: #710FA7;
}
.AnyTagClassName
{
color: #710FA7;
}
</style>
background-color css
<style>
a { background-color: #710FA7; }
a { background-color: rgb(113,15,167); }
div.DivClassName
{
background-color: #710FA7;
}
.BgClassName
{
background-color: #710FA7;
}
</style>
border-color css
<style>
span { border-color: #710FA7; }
span { border-color: rgb(113,15,167); }
td.TdClassName
{
border-color: #710FA7;
}
.TagClassName
{
border-color: #710FA7;
}
</style>