Shades of Purple Heart #710FAB
Tints of Purple Heart #710FAB
RGB
CMYK
RGB Variations
Color information
#710FAB (or 0x710FAB) is known color: Purple Heart. HEX triplet: 71, 0F and AB. RGB value is (113,15,171). Sum of RGB (Red+Green+Blue) = 113+15+171=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #710FAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710FAB is #8EF054. Grayscale: #3D3D3D. Windows color (decimal): -9367637 or 11210609. OLE color: 11210609.
HSL color Cylindrical-coordinate representation of color #710FAB: hue angle of 277.69º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710FAB is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 15 | 171 | - |
| CMYK | 0.34 | 0.91 | 0 | 0.33 |
| HSL | 277.69º | 0.84% | 0.36% | - |
| HSV(B) | 277.69º | 0.91% | 0.67% | - |
| XYZ | 14.33 | 6.79 | 39.08 | - |
| YUV | 62.09 | 189.47 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 171 | 0.34 | 0.91 | 0 | 0.33 | 277.69 | 0.84 | 0.36 |
| Hex | 71 | F | AB | 22 | 5B | 0 | 21 | 116 | 54 | 24 |
| Octal | 161 | 17 | 253 | 42 | 133 | 0 | 41 | 426 | 124 | 44 |
| Binary | 1110001 | 1111 | 10101011 | 100010 | 1011011 | 0 | 100001 | 100010110 | 1010100 | 100100 |
Color Harmonies of #710FAB
Complementary color
Monochromatic Colors of #710FAB
Black with #710FAB
Text Example
Text Example
White with #710FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710FAB; }
p { color: rgb(113,15,171); }
H1.HeaderClassName
{
color: #710FAB;
}
.AnyTagClassName
{
color: #710FAB;
}
</style>
background-color css
<style>
a { background-color: #710FAB; }
a { background-color: rgb(113,15,171); }
div.DivClassName
{
background-color: #710FAB;
}
.BgClassName
{
background-color: #710FAB;
}
</style>
border-color css
<style>
span { border-color: #710FAB; }
span { border-color: rgb(113,15,171); }
td.TdClassName
{
border-color: #710FAB;
}
.TagClassName
{
border-color: #710FAB;
}
</style>