Shades of Purple Heart #710FC1
Tints of Purple Heart #710FC1
RGB
CMYK
RGB Variations
Color information
#710FC1 (or 0x710FC1) is known color: Purple Heart. HEX triplet: 71, 0F and C1. RGB value is (113,15,193). Sum of RGB (Red+Green+Blue) = 113+15+193=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 193 (75.78% from 255 or 60.12% from 321); Max value from RGB is 193 - color contains mainly: blue. Hex color #710FC1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710FC1 is #8EF03E. Grayscale: #3F3F3F. Windows color (decimal): -9367615 or 12652401. OLE color: 12652401.
HSL color Cylindrical-coordinate representation of color #710FC1: hue angle of 273.03º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710FC1 is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 15 | 193 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.24 |
| HSL | 273.03º | 0.86% | 0.41% | - |
| HSV(B) | 273.03º | 0.92% | 0.76% | - |
| XYZ | 16.61 | 7.7 | 51.06 | - |
| YUV | 64.59 | 200.47 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 193 | 0.41 | 0.92 | 0 | 0.24 | 273.03 | 0.86 | 0.41 |
| Hex | 71 | F | C1 | 29 | 5C | 0 | 18 | 111 | 56 | 29 |
| Octal | 161 | 17 | 301 | 51 | 134 | 0 | 30 | 421 | 126 | 51 |
| Binary | 1110001 | 1111 | 11000001 | 101001 | 1011100 | 0 | 11000 | 100010001 | 1010110 | 101001 |
Color Harmonies of #710FC1
Complementary color
Monochromatic Colors of #710FC1
Black with #710FC1
Text Example
Text Example
White with #710FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710FC1; }
p { color: rgb(113,15,193); }
H1.HeaderClassName
{
color: #710FC1;
}
.AnyTagClassName
{
color: #710FC1;
}
</style>
background-color css
<style>
a { background-color: #710FC1; }
a { background-color: rgb(113,15,193); }
div.DivClassName
{
background-color: #710FC1;
}
.BgClassName
{
background-color: #710FC1;
}
</style>
border-color css
<style>
span { border-color: #710FC1; }
span { border-color: rgb(113,15,193); }
td.TdClassName
{
border-color: #710FC1;
}
.TagClassName
{
border-color: #710FC1;
}
</style>