Shades of Purple Heart #710DCC
Tints of Purple Heart #710DCC
RGB
CMYK
RGB Variations
Color information
#710DCC (or 0x710DCC) is known color: Purple Heart. HEX triplet: 71, 0D and CC. RGB value is (113,13,204). Sum of RGB (Red+Green+Blue) = 113+13+204=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #710DCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710DCC is #8EF233. Grayscale: #404040. Windows color (decimal): -9368116 or 13372785. OLE color: 13372785.
HSL color Cylindrical-coordinate representation of color #710DCC: hue angle of 271.41º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710DCC is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 113 | 13 | 204 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.2 |
| HSL | 271.41º | 0.88% | 0.43% | - |
| HSV(B) | 271.41º | 0.94% | 0.8% | - |
| XYZ | 17.85 | 8.16 | 57.76 | - |
| YUV | 64.67 | 206.63 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 204 | 0.45 | 0.94 | 0 | 0.2 | 271.41 | 0.88 | 0.43 |
| Hex | 71 | D | CC | 2D | 5E | 0 | 14 | 10F | 58 | 2B |
| Octal | 161 | 15 | 314 | 55 | 136 | 0 | 24 | 417 | 130 | 53 |
| Binary | 1110001 | 1101 | 11001100 | 101101 | 1011110 | 0 | 10100 | 100001111 | 1011000 | 101011 |
Color Harmonies of #710DCC
Complementary color
Monochromatic Colors of #710DCC
Black with #710DCC
Text Example
Text Example
White with #710DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710DCC; }
p { color: rgb(113,13,204); }
H1.HeaderClassName
{
color: #710DCC;
}
.AnyTagClassName
{
color: #710DCC;
}
</style>
background-color css
<style>
a { background-color: #710DCC; }
a { background-color: rgb(113,13,204); }
div.DivClassName
{
background-color: #710DCC;
}
.BgClassName
{
background-color: #710DCC;
}
</style>
border-color css
<style>
span { border-color: #710DCC; }
span { border-color: rgb(113,13,204); }
td.TdClassName
{
border-color: #710DCC;
}
.TagClassName
{
border-color: #710DCC;
}
</style>