Shades of Purple #711386
Tints of Purple #711386
RGB
CMYK
RGB Variations
Color information
#711386 (or 0x711386) is known color: Purple. HEX triplet: 71, 13 and 86. RGB value is (113,19,134). Sum of RGB (Red+Green+Blue) = 113+19+134=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 134 (52.73% from 255 or 50.38% from 266); Max value from RGB is 134 - color contains mainly: blue. Hex color #711386 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711386 is #8EEC79. Grayscale: #3B3B3B. Windows color (decimal): -9366650 or 8786801. OLE color: 8786801.
HSL color Cylindrical-coordinate representation of color #711386: hue angle of 289.04º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711386 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 19 | 134 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.47 |
| HSL | 289.04º | 0.75% | 0.3% | - |
| HSV(B) | 289.04º | 0.86% | 0.53% | - |
| XYZ | 11.35 | 5.7 | 23.06 | - |
| YUV | 60.22 | 169.64 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 19 | 134 | 0.16 | 0.86 | 0 | 0.47 | 289.04 | 0.75 | 0.3 |
| Hex | 71 | 13 | 86 | 10 | 56 | 0 | 2F | 121 | 4B | 1E |
| Octal | 161 | 23 | 206 | 20 | 126 | 0 | 57 | 441 | 113 | 36 |
| Binary | 1110001 | 10011 | 10000110 | 10000 | 1010110 | 0 | 101111 | 100100001 | 1001011 | 11110 |
Color Harmonies of #711386
Complementary color
Monochromatic Colors of #711386
Black with #711386
Text Example
Text Example
White with #711386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711386; }
p { color: rgb(113,19,134); }
H1.HeaderClassName
{
color: #711386;
}
.AnyTagClassName
{
color: #711386;
}
</style>
background-color css
<style>
a { background-color: #711386; }
a { background-color: rgb(113,19,134); }
div.DivClassName
{
background-color: #711386;
}
.BgClassName
{
background-color: #711386;
}
</style>
border-color css
<style>
span { border-color: #711386; }
span { border-color: rgb(113,19,134); }
td.TdClassName
{
border-color: #711386;
}
.TagClassName
{
border-color: #711386;
}
</style>