Shades of Purple #711092
Tints of Purple #711092
RGB
CMYK
RGB Variations
Color information
#711092 (or 0x711092) is known color: Purple. HEX triplet: 71, 10 and 92. RGB value is (113,16,146). Sum of RGB (Red+Green+Blue) = 113+16+146=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #711092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711092 is #8EEF6D. Grayscale: #3B3B3B. Windows color (decimal): -9367406 or 9572465. OLE color: 9572465.
HSL color Cylindrical-coordinate representation of color #711092: hue angle of 284.77º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #711092 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 16 | 146 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.43 |
| HSL | 284.77º | 0.8% | 0.32% | - |
| HSV(B) | 284.77º | 0.89% | 0.57% | - |
| XYZ | 12.18 | 5.96 | 27.7 | - |
| YUV | 59.82 | 176.64 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 16 | 146 | 0.23 | 0.89 | 0 | 0.43 | 284.77 | 0.8 | 0.32 |
| Hex | 71 | 10 | 92 | 17 | 59 | 0 | 2B | 11D | 50 | 20 |
| Octal | 161 | 20 | 222 | 27 | 131 | 0 | 53 | 435 | 120 | 40 |
| Binary | 1110001 | 10000 | 10010010 | 10111 | 1011001 | 0 | 101011 | 100011101 | 1010000 | 100000 |
Color Harmonies of #711092
Complementary color
Monochromatic Colors of #711092
Black with #711092
Text Example
Text Example
White with #711092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711092; }
p { color: rgb(113,16,146); }
H1.HeaderClassName
{
color: #711092;
}
.AnyTagClassName
{
color: #711092;
}
</style>
background-color css
<style>
a { background-color: #711092; }
a { background-color: rgb(113,16,146); }
div.DivClassName
{
background-color: #711092;
}
.BgClassName
{
background-color: #711092;
}
</style>
border-color css
<style>
span { border-color: #711092; }
span { border-color: rgb(113,16,146); }
td.TdClassName
{
border-color: #711092;
}
.TagClassName
{
border-color: #711092;
}
</style>