Shades of Purple #710F83
Tints of Purple #710F83
RGB
CMYK
RGB Variations
Color information
#710F83 (or 0x710F83) is known color: Purple. HEX triplet: 71, 0F and 83. RGB value is (113,15,131). Sum of RGB (Red+Green+Blue) = 113+15+131=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 131 (51.56% from 255 or 50.58% from 259); Max value from RGB is 131 - color contains mainly: blue. Hex color #710F83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710F83 is #8EF07C. Grayscale: #393939. Windows color (decimal): -9367677 or 8589169. OLE color: 8589169.
HSL color Cylindrical-coordinate representation of color #710F83: hue angle of 290.69º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #710F83 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 15 | 131 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.49 |
| HSL | 290.69º | 0.79% | 0.29% | - |
| HSV(B) | 290.69º | 0.89% | 0.51% | - |
| XYZ | 11.08 | 5.49 | 21.95 | - |
| YUV | 57.53 | 169.47 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 15 | 131 | 0.14 | 0.89 | 0 | 0.49 | 290.69 | 0.79 | 0.29 |
| Hex | 71 | F | 83 | E | 59 | 0 | 31 | 123 | 4F | 1D |
| Octal | 161 | 17 | 203 | 16 | 131 | 0 | 61 | 443 | 117 | 35 |
| Binary | 1110001 | 1111 | 10000011 | 1110 | 1011001 | 0 | 110001 | 100100011 | 1001111 | 11101 |
Color Harmonies of #710F83
Complementary color
Monochromatic Colors of #710F83
Black with #710F83
Text Example
Text Example
White with #710F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710F83; }
p { color: rgb(113,15,131); }
H1.HeaderClassName
{
color: #710F83;
}
.AnyTagClassName
{
color: #710F83;
}
</style>
background-color css
<style>
a { background-color: #710F83; }
a { background-color: rgb(113,15,131); }
div.DivClassName
{
background-color: #710F83;
}
.BgClassName
{
background-color: #710F83;
}
</style>
border-color css
<style>
span { border-color: #710F83; }
span { border-color: rgb(113,15,131); }
td.TdClassName
{
border-color: #710F83;
}
.TagClassName
{
border-color: #710F83;
}
</style>