Shades of Vivid Violet #711991
Tints of Vivid Violet #711991
RGB
CMYK
RGB Variations
Color information
#711991 (or 0x711991) is known color: Vivid Violet. HEX triplet: 71, 19 and 91. RGB value is (113,25,145). Sum of RGB (Red+Green+Blue) = 113+25+145=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #711991 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #711991 is #8EE66E. Grayscale: #404040. Windows color (decimal): -9365103 or 9509233. OLE color: 9509233.
HSL color Cylindrical-coordinate representation of color #711991: hue angle of 284º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #711991 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 113 | 25 | 145 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.43 |
| HSL | 284º | 0.71% | 0.33% | - |
| HSV(B) | 284º | 0.83% | 0.57% | - |
| XYZ | 12.27 | 6.25 | 27.35 | - |
| YUV | 64.99 | 173.15 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 25 | 145 | 0.22 | 0.83 | 0 | 0.43 | 284 | 0.71 | 0.33 |
| Hex | 71 | 19 | 91 | 16 | 53 | 0 | 2B | 11C | 47 | 21 |
| Octal | 161 | 31 | 221 | 26 | 123 | 0 | 53 | 434 | 107 | 41 |
| Binary | 1110001 | 11001 | 10010001 | 10110 | 1010011 | 0 | 101011 | 100011100 | 1000111 | 100001 |
Color Harmonies of #711991
Complementary color
Monochromatic Colors of #711991
Black with #711991
Text Example
Text Example
White with #711991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711991; }
p { color: rgb(113,25,145); }
H1.HeaderClassName
{
color: #711991;
}
.AnyTagClassName
{
color: #711991;
}
</style>
background-color css
<style>
a { background-color: #711991; }
a { background-color: rgb(113,25,145); }
div.DivClassName
{
background-color: #711991;
}
.BgClassName
{
background-color: #711991;
}
</style>
border-color css
<style>
span { border-color: #711991; }
span { border-color: rgb(113,25,145); }
td.TdClassName
{
border-color: #711991;
}
.TagClassName
{
border-color: #711991;
}
</style>