Shades of Purple #710E83
Tints of Purple #710E83
RGB
CMYK
RGB Variations
Color information
#710E83 (or 0x710E83) is known color: Purple. HEX triplet: 71, 0E and 83. RGB value is (113,14,131). Sum of RGB (Red+Green+Blue) = 113+14+131=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 131 (51.56% from 255 or 50.78% from 258); Max value from RGB is 131 - color contains mainly: blue. Hex color #710E83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710E83 is #8EF17C. Grayscale: #383838. Windows color (decimal): -9367933 or 8588913. OLE color: 8588913.
HSL color Cylindrical-coordinate representation of color #710E83: hue angle of 290.77º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #710E83 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 14 | 131 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.49 |
| HSL | 290.77º | 0.81% | 0.28% | - |
| HSV(B) | 290.77º | 0.89% | 0.51% | - |
| XYZ | 11.06 | 5.46 | 21.94 | - |
| YUV | 56.94 | 169.8 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 14 | 131 | 0.14 | 0.89 | 0 | 0.49 | 290.77 | 0.81 | 0.28 |
| Hex | 71 | E | 83 | E | 59 | 0 | 31 | 123 | 51 | 1C |
| Octal | 161 | 16 | 203 | 16 | 131 | 0 | 61 | 443 | 121 | 34 |
| Binary | 1110001 | 1110 | 10000011 | 1110 | 1011001 | 0 | 110001 | 100100011 | 1010001 | 11100 |
Color Harmonies of #710E83
Complementary color
Monochromatic Colors of #710E83
Black with #710E83
Text Example
Text Example
White with #710E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710E83; }
p { color: rgb(113,14,131); }
H1.HeaderClassName
{
color: #710E83;
}
.AnyTagClassName
{
color: #710E83;
}
</style>
background-color css
<style>
a { background-color: #710E83; }
a { background-color: rgb(113,14,131); }
div.DivClassName
{
background-color: #710E83;
}
.BgClassName
{
background-color: #710E83;
}
</style>
border-color css
<style>
span { border-color: #710E83; }
span { border-color: rgb(113,14,131); }
td.TdClassName
{
border-color: #710E83;
}
.TagClassName
{
border-color: #710E83;
}
</style>