Shades of Purple Heart #710DC8
Tints of Purple Heart #710DC8
RGB
CMYK
RGB Variations
Color information
#710DC8 (or 0x710DC8) is known color: Purple Heart. HEX triplet: 71, 0D and C8. RGB value is (113,13,200). Sum of RGB (Red+Green+Blue) = 113+13+200=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 200 (78.52% from 255 or 61.35% from 326); Max value from RGB is 200 - color contains mainly: blue. Hex color #710DC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710DC8 is #8EF237. Grayscale: #3F3F3F. Windows color (decimal): -9368120 or 13110641. OLE color: 13110641.
HSL color Cylindrical-coordinate representation of color #710DC8: hue angle of 272.09º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710DC8 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 13 | 200 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.22 |
| HSL | 272.09º | 0.88% | 0.42% | - |
| HSV(B) | 272.09º | 0.94% | 0.78% | - |
| XYZ | 17.38 | 7.97 | 55.27 | - |
| YUV | 64.22 | 204.63 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 200 | 0.44 | 0.94 | 0 | 0.22 | 272.09 | 0.88 | 0.42 |
| Hex | 71 | D | C8 | 2C | 5E | 0 | 16 | 110 | 58 | 2A |
| Octal | 161 | 15 | 310 | 54 | 136 | 0 | 26 | 420 | 130 | 52 |
| Binary | 1110001 | 1101 | 11001000 | 101100 | 1011110 | 0 | 10110 | 100010000 | 1011000 | 101010 |
Color Harmonies of #710DC8
Complementary color
Monochromatic Colors of #710DC8
Black with #710DC8
Text Example
Text Example
White with #710DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710DC8; }
p { color: rgb(113,13,200); }
H1.HeaderClassName
{
color: #710DC8;
}
.AnyTagClassName
{
color: #710DC8;
}
</style>
background-color css
<style>
a { background-color: #710DC8; }
a { background-color: rgb(113,13,200); }
div.DivClassName
{
background-color: #710DC8;
}
.BgClassName
{
background-color: #710DC8;
}
</style>
border-color css
<style>
span { border-color: #710DC8; }
span { border-color: rgb(113,13,200); }
td.TdClassName
{
border-color: #710DC8;
}
.TagClassName
{
border-color: #710DC8;
}
</style>