Shades of Purple #711782
Tints of Purple #711782
RGB
CMYK
RGB Variations
Color information
#711782 (or 0x711782) is known color: Purple. HEX triplet: 71, 17 and 82. RGB value is (113,23,130). Sum of RGB (Red+Green+Blue) = 113+23+130=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #711782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711782 is #8EE87D. Grayscale: #3D3D3D. Windows color (decimal): -9365630 or 8525681. OLE color: 8525681.
HSL color Cylindrical-coordinate representation of color #711782: hue angle of 290.47º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #711782 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 23 | 130 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.49 |
| HSL | 290.47º | 0.7% | 0.3% | - |
| HSV(B) | 290.47º | 0.82% | 0.51% | - |
| XYZ | 11.15 | 5.74 | 21.64 | - |
| YUV | 62.11 | 166.32 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 23 | 130 | 0.13 | 0.82 | 0 | 0.49 | 290.47 | 0.7 | 0.3 |
| Hex | 71 | 17 | 82 | D | 52 | 0 | 31 | 122 | 46 | 1E |
| Octal | 161 | 27 | 202 | 15 | 122 | 0 | 61 | 442 | 106 | 36 |
| Binary | 1110001 | 10111 | 10000010 | 1101 | 1010010 | 0 | 110001 | 100100010 | 1000110 | 11110 |
Color Harmonies of #711782
Complementary color
Monochromatic Colors of #711782
Black with #711782
Text Example
Text Example
White with #711782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711782; }
p { color: rgb(113,23,130); }
H1.HeaderClassName
{
color: #711782;
}
.AnyTagClassName
{
color: #711782;
}
</style>
background-color css
<style>
a { background-color: #711782; }
a { background-color: rgb(113,23,130); }
div.DivClassName
{
background-color: #711782;
}
.BgClassName
{
background-color: #711782;
}
</style>
border-color css
<style>
span { border-color: #711782; }
span { border-color: rgb(113,23,130); }
td.TdClassName
{
border-color: #711782;
}
.TagClassName
{
border-color: #711782;
}
</style>