Shades of Purple #711082
Tints of Purple #711082
RGB
CMYK
RGB Variations
Color information
#711082 (or 0x711082) is known color: Purple. HEX triplet: 71, 10 and 82. RGB value is (113,16,130). Sum of RGB (Red+Green+Blue) = 113+16+130=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #711082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711082 is #8EEF7D. Grayscale: #393939. Windows color (decimal): -9367422 or 8523889. OLE color: 8523889.
HSL color Cylindrical-coordinate representation of color #711082: hue angle of 291.05º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711082 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 16 | 130 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.49 |
| HSL | 291.05º | 0.78% | 0.29% | - |
| HSV(B) | 291.05º | 0.88% | 0.51% | - |
| XYZ | 11.02 | 5.49 | 21.6 | - |
| YUV | 58 | 168.64 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 16 | 130 | 0.13 | 0.88 | 0 | 0.49 | 291.05 | 0.78 | 0.29 |
| Hex | 71 | 10 | 82 | D | 58 | 0 | 31 | 123 | 4E | 1D |
| Octal | 161 | 20 | 202 | 15 | 130 | 0 | 61 | 443 | 116 | 35 |
| Binary | 1110001 | 10000 | 10000010 | 1101 | 1011000 | 0 | 110001 | 100100011 | 1001110 | 11101 |
Color Harmonies of #711082
Complementary color
Monochromatic Colors of #711082
Black with #711082
Text Example
Text Example
White with #711082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711082; }
p { color: rgb(113,16,130); }
H1.HeaderClassName
{
color: #711082;
}
.AnyTagClassName
{
color: #711082;
}
</style>
background-color css
<style>
a { background-color: #711082; }
a { background-color: rgb(113,16,130); }
div.DivClassName
{
background-color: #711082;
}
.BgClassName
{
background-color: #711082;
}
</style>
border-color css
<style>
span { border-color: #711082; }
span { border-color: rgb(113,16,130); }
td.TdClassName
{
border-color: #711082;
}
.TagClassName
{
border-color: #711082;
}
</style>