Shades of Purple #710179
Tints of Purple #710179
RGB
CMYK
RGB Variations
Color information
#710179 (or 0x710179) is known color: Purple. HEX triplet: 71, 01 and 79. RGB value is (113,1,121). Sum of RGB (Red+Green+Blue) = 113+1+121=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #710179 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710179 is #8EFE86. Grayscale: #2F2F2F. Windows color (decimal): -9371271 or 7930225. OLE color: 7930225.
HSL color Cylindrical-coordinate representation of color #710179: hue angle of 296º 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 #710179 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 1 | 121 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.53 |
| HSL | 296º | 0.98% | 0.24% | - |
| HSV(B) | 296º | 0.99% | 0.47% | - |
| XYZ | 10.27 | 4.91 | 18.5 | - |
| YUV | 48.17 | 169.11 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 1 | 121 | 0.07 | 0.99 | 0 | 0.53 | 296 | 0.98 | 0.24 |
| Hex | 71 | 1 | 79 | 7 | 63 | 0 | 35 | 128 | 62 | 18 |
| Octal | 161 | 1 | 171 | 7 | 143 | 0 | 65 | 450 | 142 | 30 |
| Binary | 1110001 | 1 | 1111001 | 111 | 1100011 | 0 | 110101 | 100101000 | 1100010 | 11000 |
Color Harmonies of #710179
Complementary color
Monochromatic Colors of #710179
Black with #710179
Text Example
Text Example
White with #710179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #710179; }
p { color: rgb(113,1,121); }
H1.HeaderClassName
{
color: #710179;
}
.AnyTagClassName
{
color: #710179;
}
</style>
background-color css
<style>
a { background-color: #710179; }
a { background-color: rgb(113,1,121); }
div.DivClassName
{
background-color: #710179;
}
.BgClassName
{
background-color: #710179;
}
</style>
border-color css
<style>
span { border-color: #710179; }
span { border-color: rgb(113,1,121); }
td.TdClassName
{
border-color: #710179;
}
.TagClassName
{
border-color: #710179;
}
</style>