Shades of Purple #711785
Tints of Purple #711785
RGB
CMYK
RGB Variations
Color information
#711785 (or 0x711785) is known color: Purple. HEX triplet: 71, 17 and 85. RGB value is (113,23,133). Sum of RGB (Red+Green+Blue) = 113+23+133=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #711785 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711785 is #8EE87A. Grayscale: #3E3E3E. Windows color (decimal): -9365627 or 8722289. OLE color: 8722289.
HSL color Cylindrical-coordinate representation of color #711785: hue angle of 289.09º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #711785 is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 23 | 133 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.48 |
| HSL | 289.09º | 0.71% | 0.31% | - |
| HSV(B) | 289.09º | 0.83% | 0.52% | - |
| XYZ | 11.35 | 5.82 | 22.71 | - |
| YUV | 62.45 | 167.82 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 23 | 133 | 0.15 | 0.83 | 0 | 0.48 | 289.09 | 0.71 | 0.31 |
| Hex | 71 | 17 | 85 | F | 53 | 0 | 30 | 121 | 47 | 1F |
| Octal | 161 | 27 | 205 | 17 | 123 | 0 | 60 | 441 | 107 | 37 |
| Binary | 1110001 | 10111 | 10000101 | 1111 | 1010011 | 0 | 110000 | 100100001 | 1000111 | 11111 |
Color Harmonies of #711785
Complementary color
Monochromatic Colors of #711785
Black with #711785
Text Example
Text Example
White with #711785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711785; }
p { color: rgb(113,23,133); }
H1.HeaderClassName
{
color: #711785;
}
.AnyTagClassName
{
color: #711785;
}
</style>
background-color css
<style>
a { background-color: #711785; }
a { background-color: rgb(113,23,133); }
div.DivClassName
{
background-color: #711785;
}
.BgClassName
{
background-color: #711785;
}
</style>
border-color css
<style>
span { border-color: #711785; }
span { border-color: rgb(113,23,133); }
td.TdClassName
{
border-color: #711785;
}
.TagClassName
{
border-color: #711785;
}
</style>