Shades of Purple #710A76
Tints of Purple #710A76
RGB
CMYK
RGB Variations
Color information
#710A76 (or 0x710A76) is known color: Purple. HEX triplet: 71, 0A and 76. RGB value is (113,10,118). Sum of RGB (Red+Green+Blue) = 113+10+118=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 118 (46.48% from 255 or 48.96% from 241); Max value from RGB is 118 - color contains mainly: blue. Hex color #710A76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710A76 is #8EF589. Grayscale: #343434. Windows color (decimal): -9368970 or 7735921. OLE color: 7735921.
HSL color Cylindrical-coordinate representation of color #710A76: hue angle of 297.22º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #710A76 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 10 | 118 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.54 |
| HSL | 297.22º | 0.84% | 0.25% | - |
| HSV(B) | 297.22º | 0.92% | 0.46% | - |
| XYZ | 10.19 | 5.04 | 17.57 | - |
| YUV | 53.11 | 164.62 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 10 | 118 | 0.04 | 0.92 | 0 | 0.54 | 297.22 | 0.84 | 0.25 |
| Hex | 71 | A | 76 | 4 | 5C | 0 | 36 | 129 | 54 | 19 |
| Octal | 161 | 12 | 166 | 4 | 134 | 0 | 66 | 451 | 124 | 31 |
| Binary | 1110001 | 1010 | 1110110 | 100 | 1011100 | 0 | 110110 | 100101001 | 1010100 | 11001 |
Color Harmonies of #710A76
Complementary color
Monochromatic Colors of #710A76
Black with #710A76
Text Example
Text Example
White with #710A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710A76; }
p { color: rgb(113,10,118); }
H1.HeaderClassName
{
color: #710A76;
}
.AnyTagClassName
{
color: #710A76;
}
</style>
background-color css
<style>
a { background-color: #710A76; }
a { background-color: rgb(113,10,118); }
div.DivClassName
{
background-color: #710A76;
}
.BgClassName
{
background-color: #710A76;
}
</style>
border-color css
<style>
span { border-color: #710A76; }
span { border-color: rgb(113,10,118); }
td.TdClassName
{
border-color: #710A76;
}
.TagClassName
{
border-color: #710A76;
}
</style>