Shades of Purple #710D71
Tints of Purple #710D71
RGB
CMYK
RGB Variations
Color information
#710D71 (or 0x710D71) is known color: Purple. HEX triplet: 71, 0D and 71. RGB value is (113,13,113). Sum of RGB (Red+Green+Blue) = 113+13+113=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #710D71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710D71 is #8EF28E. Grayscale: #363636. Windows color (decimal): -9368207 or 7409009. OLE color: 7409009.
HSL color Cylindrical-coordinate representation of color #710D71: hue angle of 300º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #710D71 is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 13 | 113 | - |
| CMYK | 0 | 0.88 | 0 | 0.56 |
| HSL | 300º | 0.79% | 0.25% | - |
| HSV(B) | 300º | 0.88% | 0.44% | - |
| XYZ | 9.93 | 4.99 | 16.06 | - |
| YUV | 54.3 | 161.13 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 13 | 113 | 0 | 0.88 | 0 | 0.56 | 300 | 0.79 | 0.25 |
| Hex | 71 | D | 71 | 0 | 58 | 0 | 38 | 12C | 4F | 19 |
| Octal | 161 | 15 | 161 | 0 | 130 | 0 | 70 | 454 | 117 | 31 |
| Binary | 1110001 | 1101 | 1110001 | 0 | 1011000 | 0 | 111000 | 100101100 | 1001111 | 11001 |
Color Harmonies of #710D71
Complementary color
Monochromatic Colors of #710D71
Black with #710D71
Text Example
Text Example
White with #710D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710D71; }
p { color: rgb(113,13,113); }
H1.HeaderClassName
{
color: #710D71;
}
.AnyTagClassName
{
color: #710D71;
}
</style>
background-color css
<style>
a { background-color: #710D71; }
a { background-color: rgb(113,13,113); }
div.DivClassName
{
background-color: #710D71;
}
.BgClassName
{
background-color: #710D71;
}
</style>
border-color css
<style>
span { border-color: #710D71; }
span { border-color: rgb(113,13,113); }
td.TdClassName
{
border-color: #710D71;
}
.TagClassName
{
border-color: #710D71;
}
</style>