Shades of Purple #711980
Tints of Purple #711980
RGB
CMYK
RGB Variations
Color information
#711980 (or 0x711980) is known color: Purple. HEX triplet: 71, 19 and 80. RGB value is (113,25,128). Sum of RGB (Red+Green+Blue) = 113+25+128=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 128 (50.39% from 255 or 48.12% from 266); Max value from RGB is 128 - color contains mainly: blue. Hex color #711980 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711980 is #8EE67F. Grayscale: #3E3E3E. Windows color (decimal): -9365120 or 8395121. OLE color: 8395121.
HSL color Cylindrical-coordinate representation of color #711980: hue angle of 291.26º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #711980 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 25 | 128 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.50 |
| HSL | 291.26º | 0.67% | 0.3% | - |
| HSV(B) | 291.26º | 0.8% | 0.5% | - |
| XYZ | 11.05 | 5.76 | 20.95 | - |
| YUV | 63.05 | 164.65 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 25 | 128 | 0.12 | 0.80 | 0 | 0.50 | 291.26 | 0.67 | 0.3 |
| Hex | 71 | 19 | 80 | C | 50 | 0 | 32 | 123 | 43 | 1E |
| Octal | 161 | 31 | 200 | 14 | 120 | 0 | 62 | 443 | 103 | 36 |
| Binary | 1110001 | 11001 | 10000000 | 1100 | 1010000 | 0 | 110010 | 100100011 | 1000011 | 11110 |
Color Harmonies of #711980
Complementary color
Monochromatic Colors of #711980
Black with #711980
Text Example
Text Example
White with #711980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711980; }
p { color: rgb(113,25,128); }
H1.HeaderClassName
{
color: #711980;
}
.AnyTagClassName
{
color: #711980;
}
</style>
background-color css
<style>
a { background-color: #711980; }
a { background-color: rgb(113,25,128); }
div.DivClassName
{
background-color: #711980;
}
.BgClassName
{
background-color: #711980;
}
</style>
border-color css
<style>
span { border-color: #711980; }
span { border-color: rgb(113,25,128); }
td.TdClassName
{
border-color: #711980;
}
.TagClassName
{
border-color: #711980;
}
</style>