Shades of Purple #711083
Tints of Purple #711083
RGB
CMYK
RGB Variations
Color information
#711083 (or 0x711083) is known color: Purple. HEX triplet: 71, 10 and 83. RGB value is (113,16,131). Sum of RGB (Red+Green+Blue) = 113+16+131=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 131 (51.56% from 255 or 50.38% from 260); Max value from RGB is 131 - color contains mainly: blue. Hex color #711083 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711083 is #8EEF7C. Grayscale: #393939. Windows color (decimal): -9367421 or 8589425. OLE color: 8589425.
HSL color Cylindrical-coordinate representation of color #711083: hue angle of 290.61º 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 #711083 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 16 | 131 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.49 |
| HSL | 290.61º | 0.78% | 0.29% | - |
| HSV(B) | 290.61º | 0.88% | 0.51% | - |
| XYZ | 11.09 | 5.52 | 21.95 | - |
| YUV | 58.11 | 169.14 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 16 | 131 | 0.14 | 0.88 | 0 | 0.49 | 290.61 | 0.78 | 0.29 |
| Hex | 71 | 10 | 83 | E | 58 | 0 | 31 | 123 | 4E | 1D |
| Octal | 161 | 20 | 203 | 16 | 130 | 0 | 61 | 443 | 116 | 35 |
| Binary | 1110001 | 10000 | 10000011 | 1110 | 1011000 | 0 | 110001 | 100100011 | 1001110 | 11101 |
Color Harmonies of #711083
Complementary color
Monochromatic Colors of #711083
Black with #711083
Text Example
Text Example
White with #711083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711083; }
p { color: rgb(113,16,131); }
H1.HeaderClassName
{
color: #711083;
}
.AnyTagClassName
{
color: #711083;
}
</style>
background-color css
<style>
a { background-color: #711083; }
a { background-color: rgb(113,16,131); }
div.DivClassName
{
background-color: #711083;
}
.BgClassName
{
background-color: #711083;
}
</style>
border-color css
<style>
span { border-color: #711083; }
span { border-color: rgb(113,16,131); }
td.TdClassName
{
border-color: #711083;
}
.TagClassName
{
border-color: #711083;
}
</style>