Shades of Purple Heart #710DCD
Tints of Purple Heart #710DCD
RGB
CMYK
RGB Variations
Color information
#710DCD (or 0x710DCD) is known color: Purple Heart. HEX triplet: 71, 0D and CD. RGB value is (113,13,205). Sum of RGB (Red+Green+Blue) = 113+13+205=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #710DCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710DCD is #8EF232. Grayscale: #404040. Windows color (decimal): -9368115 or 13438321. OLE color: 13438321.
HSL color Cylindrical-coordinate representation of color #710DCD: hue angle of 271.25º 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 #710DCD is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 13 | 205 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.20 |
| HSL | 271.25º | 0.88% | 0.43% | - |
| HSV(B) | 271.25º | 0.94% | 0.8% | - |
| XYZ | 17.97 | 8.21 | 58.39 | - |
| YUV | 64.79 | 207.13 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 205 | 0.45 | 0.94 | 0 | 0.20 | 271.25 | 0.88 | 0.43 |
| Hex | 71 | D | CD | 2D | 5E | 0 | 14 | 10F | 58 | 2B |
| Octal | 161 | 15 | 315 | 55 | 136 | 0 | 24 | 417 | 130 | 53 |
| Binary | 1110001 | 1101 | 11001101 | 101101 | 1011110 | 0 | 10100 | 100001111 | 1011000 | 101011 |
Color Harmonies of #710DCD
Complementary color
Monochromatic Colors of #710DCD
Black with #710DCD
Text Example
Text Example
White with #710DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710DCD; }
p { color: rgb(113,13,205); }
H1.HeaderClassName
{
color: #710DCD;
}
.AnyTagClassName
{
color: #710DCD;
}
</style>
background-color css
<style>
a { background-color: #710DCD; }
a { background-color: rgb(113,13,205); }
div.DivClassName
{
background-color: #710DCD;
}
.BgClassName
{
background-color: #710DCD;
}
</style>
border-color css
<style>
span { border-color: #710DCD; }
span { border-color: rgb(113,13,205); }
td.TdClassName
{
border-color: #710DCD;
}
.TagClassName
{
border-color: #710DCD;
}
</style>