Shades of Purple #711291
Tints of Purple #711291
RGB
CMYK
RGB Variations
Color information
#711291 (or 0x711291) is known color: Purple. HEX triplet: 71, 12 and 91. RGB value is (113,18,145). Sum of RGB (Red+Green+Blue) = 113+18+145=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #711291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711291 is #8EED6E. Grayscale: #3C3C3C. Windows color (decimal): -9366895 or 9507441. OLE color: 9507441.
HSL color Cylindrical-coordinate representation of color #711291: hue angle of 284.88º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711291 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 18 | 145 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.43 |
| HSL | 284.88º | 0.78% | 0.32% | - |
| HSV(B) | 284.88º | 0.88% | 0.57% | - |
| XYZ | 12.14 | 5.99 | 27.3 | - |
| YUV | 60.88 | 175.47 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 18 | 145 | 0.22 | 0.88 | 0 | 0.43 | 284.88 | 0.78 | 0.32 |
| Hex | 71 | 12 | 91 | 16 | 58 | 0 | 2B | 11D | 4E | 20 |
| Octal | 161 | 22 | 221 | 26 | 130 | 0 | 53 | 435 | 116 | 40 |
| Binary | 1110001 | 10010 | 10010001 | 10110 | 1011000 | 0 | 101011 | 100011101 | 1001110 | 100000 |
Color Harmonies of #711291
Complementary color
Monochromatic Colors of #711291
Black with #711291
Text Example
Text Example
White with #711291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711291; }
p { color: rgb(113,18,145); }
H1.HeaderClassName
{
color: #711291;
}
.AnyTagClassName
{
color: #711291;
}
</style>
background-color css
<style>
a { background-color: #711291; }
a { background-color: rgb(113,18,145); }
div.DivClassName
{
background-color: #711291;
}
.BgClassName
{
background-color: #711291;
}
</style>
border-color css
<style>
span { border-color: #711291; }
span { border-color: rgb(113,18,145); }
td.TdClassName
{
border-color: #711291;
}
.TagClassName
{
border-color: #711291;
}
</style>