Shades of Purple #711089
Tints of Purple #711089
RGB
CMYK
RGB Variations
Color information
#711089 (or 0x711089) is known color: Purple. HEX triplet: 71, 10 and 89. RGB value is (113,16,137). Sum of RGB (Red+Green+Blue) = 113+16+137=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #711089 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711089 is #8EEF76. Grayscale: #3A3A3A. Windows color (decimal): -9367415 or 8982641. OLE color: 8982641.
HSL color Cylindrical-coordinate representation of color #711089: hue angle of 288.1º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711089 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 16 | 137 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.46 |
| HSL | 288.1º | 0.79% | 0.3% | - |
| HSV(B) | 288.1º | 0.88% | 0.54% | - |
| XYZ | 11.51 | 5.69 | 24.16 | - |
| YUV | 58.8 | 172.14 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 16 | 137 | 0.18 | 0.88 | 0 | 0.46 | 288.1 | 0.79 | 0.3 |
| Hex | 71 | 10 | 89 | 12 | 58 | 0 | 2E | 120 | 4F | 1E |
| Octal | 161 | 20 | 211 | 22 | 130 | 0 | 56 | 440 | 117 | 36 |
| Binary | 1110001 | 10000 | 10001001 | 10010 | 1011000 | 0 | 101110 | 100100000 | 1001111 | 11110 |
Color Harmonies of #711089
Complementary color
Monochromatic Colors of #711089
Black with #711089
Text Example
Text Example
White with #711089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711089; }
p { color: rgb(113,16,137); }
H1.HeaderClassName
{
color: #711089;
}
.AnyTagClassName
{
color: #711089;
}
</style>
background-color css
<style>
a { background-color: #711089; }
a { background-color: rgb(113,16,137); }
div.DivClassName
{
background-color: #711089;
}
.BgClassName
{
background-color: #711089;
}
</style>
border-color css
<style>
span { border-color: #711089; }
span { border-color: rgb(113,16,137); }
td.TdClassName
{
border-color: #711089;
}
.TagClassName
{
border-color: #711089;
}
</style>