Shades of Purple #711198
Tints of Purple #711198
RGB
CMYK
RGB Variations
Color information
#711198 (or 0x711198) is known color: Purple. HEX triplet: 71, 11 and 98. RGB value is (113,17,152). Sum of RGB (Red+Green+Blue) = 113+17+152=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #711198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711198 is #8EEE67. Grayscale: #3C3C3C. Windows color (decimal): -9367144 or 9965937. OLE color: 9965937.
HSL color Cylindrical-coordinate representation of color #711198: hue angle of 282.67º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #711198 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 17 | 152 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.40 |
| HSL | 282.67º | 0.8% | 0.33% | - |
| HSV(B) | 282.67º | 0.89% | 0.6% | - |
| XYZ | 12.68 | 6.18 | 30.23 | - |
| YUV | 61.09 | 179.3 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 17 | 152 | 0.26 | 0.89 | 0 | 0.40 | 282.67 | 0.8 | 0.33 |
| Hex | 71 | 11 | 98 | 1A | 59 | 0 | 28 | 11B | 50 | 21 |
| Octal | 161 | 21 | 230 | 32 | 131 | 0 | 50 | 433 | 120 | 41 |
| Binary | 1110001 | 10001 | 10011000 | 11010 | 1011001 | 0 | 101000 | 100011011 | 1010000 | 100001 |
Color Harmonies of #711198
Complementary color
Monochromatic Colors of #711198
Black with #711198
Text Example
Text Example
White with #711198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711198; }
p { color: rgb(113,17,152); }
H1.HeaderClassName
{
color: #711198;
}
.AnyTagClassName
{
color: #711198;
}
</style>
background-color css
<style>
a { background-color: #711198; }
a { background-color: rgb(113,17,152); }
div.DivClassName
{
background-color: #711198;
}
.BgClassName
{
background-color: #711198;
}
</style>
border-color css
<style>
span { border-color: #711198; }
span { border-color: rgb(113,17,152); }
td.TdClassName
{
border-color: #711198;
}
.TagClassName
{
border-color: #711198;
}
</style>