Shades of Purple #711182
Tints of Purple #711182
RGB
CMYK
RGB Variations
Color information
#711182 (or 0x711182) is known color: Purple. HEX triplet: 71, 11 and 82. RGB value is (113,17,130). Sum of RGB (Red+Green+Blue) = 113+17+130=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: blue. Hex color #711182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711182 is #8EEE7D. Grayscale: #3A3A3A. Windows color (decimal): -9367166 or 8524145. OLE color: 8524145.
HSL color Cylindrical-coordinate representation of color #711182: hue angle of 290.97º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #711182 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 17 | 130 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.49 |
| HSL | 290.97º | 0.77% | 0.29% | - |
| HSV(B) | 290.97º | 0.87% | 0.51% | - |
| XYZ | 11.04 | 5.52 | 21.6 | - |
| YUV | 58.59 | 168.3 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 17 | 130 | 0.13 | 0.87 | 0 | 0.49 | 290.97 | 0.77 | 0.29 |
| Hex | 71 | 11 | 82 | D | 57 | 0 | 31 | 123 | 4D | 1D |
| Octal | 161 | 21 | 202 | 15 | 127 | 0 | 61 | 443 | 115 | 35 |
| Binary | 1110001 | 10001 | 10000010 | 1101 | 1010111 | 0 | 110001 | 100100011 | 1001101 | 11101 |
Color Harmonies of #711182
Complementary color
Monochromatic Colors of #711182
Black with #711182
Text Example
Text Example
White with #711182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711182; }
p { color: rgb(113,17,130); }
H1.HeaderClassName
{
color: #711182;
}
.AnyTagClassName
{
color: #711182;
}
</style>
background-color css
<style>
a { background-color: #711182; }
a { background-color: rgb(113,17,130); }
div.DivClassName
{
background-color: #711182;
}
.BgClassName
{
background-color: #711182;
}
</style>
border-color css
<style>
span { border-color: #711182; }
span { border-color: rgb(113,17,130); }
td.TdClassName
{
border-color: #711182;
}
.TagClassName
{
border-color: #711182;
}
</style>