Shades of Purple #711086
Tints of Purple #711086
RGB
CMYK
RGB Variations
Color information
#711086 (or 0x711086) is known color: Purple. HEX triplet: 71, 10 and 86. RGB value is (113,16,134). Sum of RGB (Red+Green+Blue) = 113+16+134=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 134 (52.73% from 255 or 50.95% from 263); Max value from RGB is 134 - color contains mainly: blue. Hex color #711086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711086 is #8EEF79. Grayscale: #3A3A3A. Windows color (decimal): -9367418 or 8786033. OLE color: 8786033.
HSL color Cylindrical-coordinate representation of color #711086: hue angle of 289.32º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711086 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 16 | 134 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.47 |
| HSL | 289.32º | 0.79% | 0.29% | - |
| HSV(B) | 289.32º | 0.88% | 0.53% | - |
| XYZ | 11.3 | 5.6 | 23.04 | - |
| YUV | 58.46 | 170.64 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 16 | 134 | 0.16 | 0.88 | 0 | 0.47 | 289.32 | 0.79 | 0.29 |
| Hex | 71 | 10 | 86 | 10 | 58 | 0 | 2F | 121 | 4F | 1D |
| Octal | 161 | 20 | 206 | 20 | 130 | 0 | 57 | 441 | 117 | 35 |
| Binary | 1110001 | 10000 | 10000110 | 10000 | 1011000 | 0 | 101111 | 100100001 | 1001111 | 11101 |
Color Harmonies of #711086
Complementary color
Monochromatic Colors of #711086
Black with #711086
Text Example
Text Example
White with #711086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711086; }
p { color: rgb(113,16,134); }
H1.HeaderClassName
{
color: #711086;
}
.AnyTagClassName
{
color: #711086;
}
</style>
background-color css
<style>
a { background-color: #711086; }
a { background-color: rgb(113,16,134); }
div.DivClassName
{
background-color: #711086;
}
.BgClassName
{
background-color: #711086;
}
</style>
border-color css
<style>
span { border-color: #711086; }
span { border-color: rgb(113,16,134); }
td.TdClassName
{
border-color: #711086;
}
.TagClassName
{
border-color: #711086;
}
</style>