Shades of Purple #710E7C
Tints of Purple #710E7C
RGB
CMYK
RGB Variations
Color information
#710E7C (or 0x710E7C) is known color: Purple. HEX triplet: 71, 0E and 7C. RGB value is (113,14,124). Sum of RGB (Red+Green+Blue) = 113+14+124=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #710E7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710E7C is #8EF183. Grayscale: #373737. Windows color (decimal): -9367940 or 8130161. OLE color: 8130161.
HSL color Cylindrical-coordinate representation of color #710E7C: hue angle of 294º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #710E7C is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 14 | 124 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.51 |
| HSL | 294º | 0.8% | 0.27% | - |
| HSV(B) | 294º | 0.89% | 0.49% | - |
| XYZ | 10.61 | 5.28 | 19.53 | - |
| YUV | 56.14 | 166.3 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 14 | 124 | 0.09 | 0.89 | 0 | 0.51 | 294 | 0.8 | 0.27 |
| Hex | 71 | E | 7C | 9 | 59 | 0 | 33 | 126 | 50 | 1B |
| Octal | 161 | 16 | 174 | 11 | 131 | 0 | 63 | 446 | 120 | 33 |
| Binary | 1110001 | 1110 | 1111100 | 1001 | 1011001 | 0 | 110011 | 100100110 | 1010000 | 11011 |
Color Harmonies of #710E7C
Complementary color
Monochromatic Colors of #710E7C
Black with #710E7C
Text Example
Text Example
White with #710E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710E7C; }
p { color: rgb(113,14,124); }
H1.HeaderClassName
{
color: #710E7C;
}
.AnyTagClassName
{
color: #710E7C;
}
</style>
background-color css
<style>
a { background-color: #710E7C; }
a { background-color: rgb(113,14,124); }
div.DivClassName
{
background-color: #710E7C;
}
.BgClassName
{
background-color: #710E7C;
}
</style>
border-color css
<style>
span { border-color: #710E7C; }
span { border-color: rgb(113,14,124); }
td.TdClassName
{
border-color: #710E7C;
}
.TagClassName
{
border-color: #710E7C;
}
</style>