Shades of Purple Heart #710FB5
Tints of Purple Heart #710FB5
RGB
CMYK
RGB Variations
Color information
#710FB5 (or 0x710FB5) is known color: Purple Heart. HEX triplet: 71, 0F and B5. RGB value is (113,15,181). Sum of RGB (Red+Green+Blue) = 113+15+181=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 181 (71.09% from 255 or 58.58% from 309); Max value from RGB is 181 - color contains mainly: blue. Hex color #710FB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710FB5 is #8EF04A. Grayscale: #3E3E3E. Windows color (decimal): -9367627 or 11865969. OLE color: 11865969.
HSL color Cylindrical-coordinate representation of color #710FB5: hue angle of 275.42º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710FB5 is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 15 | 181 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.29 |
| HSL | 275.42º | 0.85% | 0.38% | - |
| HSV(B) | 275.42º | 0.92% | 0.71% | - |
| XYZ | 15.32 | 7.19 | 44.3 | - |
| YUV | 63.23 | 194.47 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 181 | 0.38 | 0.92 | 0 | 0.29 | 275.42 | 0.85 | 0.38 |
| Hex | 71 | F | B5 | 26 | 5C | 0 | 1D | 113 | 55 | 26 |
| Octal | 161 | 17 | 265 | 46 | 134 | 0 | 35 | 423 | 125 | 46 |
| Binary | 1110001 | 1111 | 10110101 | 100110 | 1011100 | 0 | 11101 | 100010011 | 1010101 | 100110 |
Color Harmonies of #710FB5
Complementary color
Monochromatic Colors of #710FB5
Black with #710FB5
Text Example
Text Example
White with #710FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710FB5; }
p { color: rgb(113,15,181); }
H1.HeaderClassName
{
color: #710FB5;
}
.AnyTagClassName
{
color: #710FB5;
}
</style>
background-color css
<style>
a { background-color: #710FB5; }
a { background-color: rgb(113,15,181); }
div.DivClassName
{
background-color: #710FB5;
}
.BgClassName
{
background-color: #710FB5;
}
</style>
border-color css
<style>
span { border-color: #710FB5; }
span { border-color: rgb(113,15,181); }
td.TdClassName
{
border-color: #710FB5;
}
.TagClassName
{
border-color: #710FB5;
}
</style>