Shades of Purple #710177
Tints of Purple #710177
RGB
CMYK
RGB Variations
Color information
#710177 (or 0x710177) is known color: Purple. HEX triplet: 71, 01 and 77. RGB value is (113,1,119). Sum of RGB (Red+Green+Blue) = 113+1+119=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #710177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710177 is #8EFE88. Grayscale: #2F2F2F. Windows color (decimal): -9371273 or 7799153. OLE color: 7799153.
HSL color Cylindrical-coordinate representation of color #710177: hue angle of 296.95º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #710177 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 1 | 119 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.53 |
| HSL | 296.95º | 0.98% | 0.24% | - |
| HSV(B) | 296.95º | 0.99% | 0.47% | - |
| XYZ | 10.15 | 4.86 | 17.86 | - |
| YUV | 47.94 | 168.11 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 119 | 0.05 | 0.99 | 0 | 0.53 | 296.95 | 0.98 | 0.24 |
| Hex | 71 | 1 | 77 | 5 | 63 | 0 | 35 | 129 | 62 | 18 |
| Octal | 161 | 1 | 167 | 5 | 143 | 0 | 65 | 451 | 142 | 30 |
| Binary | 1110001 | 1 | 1110111 | 101 | 1100011 | 0 | 110101 | 100101001 | 1100010 | 11000 |
Color Harmonies of #710177
Complementary color
Monochromatic Colors of #710177
Black with #710177
Text Example
Text Example
White with #710177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710177; }
p { color: rgb(113,1,119); }
H1.HeaderClassName
{
color: #710177;
}
.AnyTagClassName
{
color: #710177;
}
</style>
background-color css
<style>
a { background-color: #710177; }
a { background-color: rgb(113,1,119); }
div.DivClassName
{
background-color: #710177;
}
.BgClassName
{
background-color: #710177;
}
</style>
border-color css
<style>
span { border-color: #710177; }
span { border-color: rgb(113,1,119); }
td.TdClassName
{
border-color: #710177;
}
.TagClassName
{
border-color: #710177;
}
</style>