Shades of Purple #710B76
Tints of Purple #710B76
RGB
CMYK
RGB Variations
Color information
#710B76 (or 0x710B76) is known color: Purple. HEX triplet: 71, 0B and 76. RGB value is (113,11,118). Sum of RGB (Red+Green+Blue) = 113+11+118=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #710B76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710B76 is #8EF489. Grayscale: #353535. Windows color (decimal): -9368714 or 7736177. OLE color: 7736177.
HSL color Cylindrical-coordinate representation of color #710B76: hue angle of 297.2º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710B76 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 11 | 118 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.54 |
| HSL | 297.2º | 0.83% | 0.25% | - |
| HSV(B) | 297.2º | 0.91% | 0.46% | - |
| XYZ | 10.2 | 5.06 | 17.58 | - |
| YUV | 53.7 | 164.29 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 118 | 0.04 | 0.91 | 0 | 0.54 | 297.2 | 0.83 | 0.25 |
| Hex | 71 | B | 76 | 4 | 5B | 0 | 36 | 129 | 53 | 19 |
| Octal | 161 | 13 | 166 | 4 | 133 | 0 | 66 | 451 | 123 | 31 |
| Binary | 1110001 | 1011 | 1110110 | 100 | 1011011 | 0 | 110110 | 100101001 | 1010011 | 11001 |
Color Harmonies of #710B76
Complementary color
Monochromatic Colors of #710B76
Black with #710B76
Text Example
Text Example
White with #710B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710B76; }
p { color: rgb(113,11,118); }
H1.HeaderClassName
{
color: #710B76;
}
.AnyTagClassName
{
color: #710B76;
}
</style>
background-color css
<style>
a { background-color: #710B76; }
a { background-color: rgb(113,11,118); }
div.DivClassName
{
background-color: #710B76;
}
.BgClassName
{
background-color: #710B76;
}
</style>
border-color css
<style>
span { border-color: #710B76; }
span { border-color: rgb(113,11,118); }
td.TdClassName
{
border-color: #710B76;
}
.TagClassName
{
border-color: #710B76;
}
</style>