Shades of Vivid Violet #711990
Tints of Vivid Violet #711990
RGB
CMYK
RGB Variations
Color information
#711990 (or 0x711990) is known color: Vivid Violet. HEX triplet: 71, 19 and 90. RGB value is (113,25,144). Sum of RGB (Red+Green+Blue) = 113+25+144=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #711990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711990 is #8EE66F. Grayscale: #404040. Windows color (decimal): -9365104 or 9443697. OLE color: 9443697.
HSL color Cylindrical-coordinate representation of color #711990: hue angle of 284.37º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #711990 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 25 | 144 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.44 |
| HSL | 284.37º | 0.7% | 0.33% | - |
| HSV(B) | 284.37º | 0.83% | 0.56% | - |
| XYZ | 12.19 | 6.22 | 26.94 | - |
| YUV | 64.88 | 172.65 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 25 | 144 | 0.22 | 0.83 | 0 | 0.44 | 284.37 | 0.7 | 0.33 |
| Hex | 71 | 19 | 90 | 16 | 53 | 0 | 2C | 11C | 46 | 21 |
| Octal | 161 | 31 | 220 | 26 | 123 | 0 | 54 | 434 | 106 | 41 |
| Binary | 1110001 | 11001 | 10010000 | 10110 | 1010011 | 0 | 101100 | 100011100 | 1000110 | 100001 |
Color Harmonies of #711990
Complementary color
Monochromatic Colors of #711990
Black with #711990
Text Example
Text Example
White with #711990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711990; }
p { color: rgb(113,25,144); }
H1.HeaderClassName
{
color: #711990;
}
.AnyTagClassName
{
color: #711990;
}
</style>
background-color css
<style>
a { background-color: #711990; }
a { background-color: rgb(113,25,144); }
div.DivClassName
{
background-color: #711990;
}
.BgClassName
{
background-color: #711990;
}
</style>
border-color css
<style>
span { border-color: #711990; }
span { border-color: rgb(113,25,144); }
td.TdClassName
{
border-color: #711990;
}
.TagClassName
{
border-color: #711990;
}
</style>