Shades of Purple Heart #710DB4
Tints of Purple Heart #710DB4
RGB
CMYK
RGB Variations
Color information
#710DB4 (or 0x710DB4) is known color: Purple Heart. HEX triplet: 71, 0D and B4. RGB value is (113,13,180). Sum of RGB (Red+Green+Blue) = 113+13+180=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 180 (70.70% from 255 or 58.82% from 306); Max value from RGB is 180 - color contains mainly: blue. Hex color #710DB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710DB4 is #8EF24B. Grayscale: #3D3D3D. Windows color (decimal): -9368140 or 11799921. OLE color: 11799921.
HSL color Cylindrical-coordinate representation of color #710DB4: hue angle of 275.93º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710DB4 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 13 | 180 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.29 |
| HSL | 275.93º | 0.87% | 0.38% | - |
| HSV(B) | 275.93º | 0.93% | 0.71% | - |
| XYZ | 15.19 | 7.09 | 43.75 | - |
| YUV | 61.94 | 194.63 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 180 | 0.37 | 0.93 | 0 | 0.29 | 275.93 | 0.87 | 0.38 |
| Hex | 71 | D | B4 | 25 | 5D | 0 | 1D | 114 | 57 | 26 |
| Octal | 161 | 15 | 264 | 45 | 135 | 0 | 35 | 424 | 127 | 46 |
| Binary | 1110001 | 1101 | 10110100 | 100101 | 1011101 | 0 | 11101 | 100010100 | 1010111 | 100110 |
Color Harmonies of #710DB4
Complementary color
Monochromatic Colors of #710DB4
Black with #710DB4
Text Example
Text Example
White with #710DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710DB4; }
p { color: rgb(113,13,180); }
H1.HeaderClassName
{
color: #710DB4;
}
.AnyTagClassName
{
color: #710DB4;
}
</style>
background-color css
<style>
a { background-color: #710DB4; }
a { background-color: rgb(113,13,180); }
div.DivClassName
{
background-color: #710DB4;
}
.BgClassName
{
background-color: #710DB4;
}
</style>
border-color css
<style>
span { border-color: #710DB4; }
span { border-color: rgb(113,13,180); }
td.TdClassName
{
border-color: #710DB4;
}
.TagClassName
{
border-color: #710DB4;
}
</style>