Shades of Purple #710176
Tints of Purple #710176
RGB
CMYK
RGB Variations
Color information
#710176 (or 0x710176) is known color: Purple. HEX triplet: 71, 01 and 76. RGB value is (113,1,118). Sum of RGB (Red+Green+Blue) = 113+1+118=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #710176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710176 is #8EFE89. Grayscale: #2F2F2F. Windows color (decimal): -9371274 or 7733617. OLE color: 7733617.
HSL color Cylindrical-coordinate representation of color #710176: hue angle of 297.44º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #710176 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 1 | 118 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.54 |
| HSL | 297.44º | 0.98% | 0.23% | - |
| HSV(B) | 297.44º | 0.99% | 0.46% | - |
| XYZ | 10.09 | 4.84 | 17.54 | - |
| YUV | 47.83 | 167.61 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 118 | 0.04 | 0.99 | 0 | 0.54 | 297.44 | 0.98 | 0.23 |
| Hex | 71 | 1 | 76 | 4 | 63 | 0 | 36 | 129 | 62 | 17 |
| Octal | 161 | 1 | 166 | 4 | 143 | 0 | 66 | 451 | 142 | 27 |
| Binary | 1110001 | 1 | 1110110 | 100 | 1100011 | 0 | 110110 | 100101001 | 1100010 | 10111 |
Color Harmonies of #710176
Complementary color
Monochromatic Colors of #710176
Black with #710176
Text Example
Text Example
White with #710176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710176; }
p { color: rgb(113,1,118); }
H1.HeaderClassName
{
color: #710176;
}
.AnyTagClassName
{
color: #710176;
}
</style>
background-color css
<style>
a { background-color: #710176; }
a { background-color: rgb(113,1,118); }
div.DivClassName
{
background-color: #710176;
}
.BgClassName
{
background-color: #710176;
}
</style>
border-color css
<style>
span { border-color: #710176; }
span { border-color: rgb(113,1,118); }
td.TdClassName
{
border-color: #710176;
}
.TagClassName
{
border-color: #710176;
}
</style>