Shades of Purple #710B77
Tints of Purple #710B77
RGB
CMYK
RGB Variations
Color information
#710B77 (or 0x710B77) is known color: Purple. HEX triplet: 71, 0B and 77. RGB value is (113,11,119). Sum of RGB (Red+Green+Blue) = 113+11+119=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #710B77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710B77 is #8EF488. Grayscale: #353535. Windows color (decimal): -9368713 or 7801713. OLE color: 7801713.
HSL color Cylindrical-coordinate representation of color #710B77: hue angle of 296.67º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710B77 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 11 | 119 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.53 |
| HSL | 296.67º | 0.83% | 0.25% | - |
| HSV(B) | 296.67º | 0.91% | 0.47% | - |
| XYZ | 10.26 | 5.08 | 17.89 | - |
| YUV | 53.81 | 164.79 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 11 | 119 | 0.05 | 0.91 | 0 | 0.53 | 296.67 | 0.83 | 0.25 |
| Hex | 71 | B | 77 | 5 | 5B | 0 | 35 | 129 | 53 | 19 |
| Octal | 161 | 13 | 167 | 5 | 133 | 0 | 65 | 451 | 123 | 31 |
| Binary | 1110001 | 1011 | 1110111 | 101 | 1011011 | 0 | 110101 | 100101001 | 1010011 | 11001 |
Color Harmonies of #710B77
Complementary color
Monochromatic Colors of #710B77
Black with #710B77
Text Example
Text Example
White with #710B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710B77; }
p { color: rgb(113,11,119); }
H1.HeaderClassName
{
color: #710B77;
}
.AnyTagClassName
{
color: #710B77;
}
</style>
background-color css
<style>
a { background-color: #710B77; }
a { background-color: rgb(113,11,119); }
div.DivClassName
{
background-color: #710B77;
}
.BgClassName
{
background-color: #710B77;
}
</style>
border-color css
<style>
span { border-color: #710B77; }
span { border-color: rgb(113,11,119); }
td.TdClassName
{
border-color: #710B77;
}
.TagClassName
{
border-color: #710B77;
}
</style>