Shades of Purple #711196
Tints of Purple #711196
RGB
CMYK
RGB Variations
Color information
#711196 (or 0x711196) is known color: Purple. HEX triplet: 71, 11 and 96. RGB value is (113,17,150). Sum of RGB (Red+Green+Blue) = 113+17+150=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #711196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711196 is #8EEE69. Grayscale: #3C3C3C. Windows color (decimal): -9367146 or 9834865. OLE color: 9834865.
HSL color Cylindrical-coordinate representation of color #711196: hue angle of 283.31º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #711196 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 113 | 17 | 150 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.41 |
| HSL | 283.31º | 0.8% | 0.33% | - |
| HSV(B) | 283.31º | 0.89% | 0.59% | - |
| XYZ | 12.52 | 6.11 | 29.37 | - |
| YUV | 60.87 | 178.3 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 17 | 150 | 0.25 | 0.89 | 0 | 0.41 | 283.31 | 0.8 | 0.33 |
| Hex | 71 | 11 | 96 | 19 | 59 | 0 | 29 | 11B | 50 | 21 |
| Octal | 161 | 21 | 226 | 31 | 131 | 0 | 51 | 433 | 120 | 41 |
| Binary | 1110001 | 10001 | 10010110 | 11001 | 1011001 | 0 | 101001 | 100011011 | 1010000 | 100001 |
Color Harmonies of #711196
Complementary color
Monochromatic Colors of #711196
Black with #711196
Text Example
Text Example
White with #711196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711196; }
p { color: rgb(113,17,150); }
H1.HeaderClassName
{
color: #711196;
}
.AnyTagClassName
{
color: #711196;
}
</style>
background-color css
<style>
a { background-color: #711196; }
a { background-color: rgb(113,17,150); }
div.DivClassName
{
background-color: #711196;
}
.BgClassName
{
background-color: #711196;
}
</style>
border-color css
<style>
span { border-color: #711196; }
span { border-color: rgb(113,17,150); }
td.TdClassName
{
border-color: #711196;
}
.TagClassName
{
border-color: #711196;
}
</style>