Shades of Purple Heart #710DC3
Tints of Purple Heart #710DC3
RGB
CMYK
RGB Variations
Color information
#710DC3 (or 0x710DC3) is known color: Purple Heart. HEX triplet: 71, 0D and C3. RGB value is (113,13,195). Sum of RGB (Red+Green+Blue) = 113+13+195=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 195 (76.56% from 255 or 60.75% from 321); Max value from RGB is 195 - color contains mainly: blue. Hex color #710DC3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710DC3 is #8EF23C. Grayscale: #3F3F3F. Windows color (decimal): -9368125 or 12782961. OLE color: 12782961.
HSL color Cylindrical-coordinate representation of color #710DC3: hue angle of 272.97º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710DC3 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 13 | 195 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.24 |
| HSL | 272.97º | 0.88% | 0.41% | - |
| HSV(B) | 272.97º | 0.93% | 0.76% | - |
| XYZ | 16.8 | 7.74 | 52.24 | - |
| YUV | 63.65 | 202.13 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 195 | 0.42 | 0.93 | 0 | 0.24 | 272.97 | 0.88 | 0.41 |
| Hex | 71 | D | C3 | 2A | 5D | 0 | 18 | 111 | 58 | 29 |
| Octal | 161 | 15 | 303 | 52 | 135 | 0 | 30 | 421 | 130 | 51 |
| Binary | 1110001 | 1101 | 11000011 | 101010 | 1011101 | 0 | 11000 | 100010001 | 1011000 | 101001 |
Color Harmonies of #710DC3
Complementary color
Monochromatic Colors of #710DC3
Black with #710DC3
Text Example
Text Example
White with #710DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710DC3; }
p { color: rgb(113,13,195); }
H1.HeaderClassName
{
color: #710DC3;
}
.AnyTagClassName
{
color: #710DC3;
}
</style>
background-color css
<style>
a { background-color: #710DC3; }
a { background-color: rgb(113,13,195); }
div.DivClassName
{
background-color: #710DC3;
}
.BgClassName
{
background-color: #710DC3;
}
</style>
border-color css
<style>
span { border-color: #710DC3; }
span { border-color: rgb(113,13,195); }
td.TdClassName
{
border-color: #710DC3;
}
.TagClassName
{
border-color: #710DC3;
}
</style>