Shades of Vivid Violet #71198E
Tints of Vivid Violet #71198E
RGB
CMYK
RGB Variations
Color information
#71198E (or 0x71198E) is known color: Vivid Violet. HEX triplet: 71, 19 and 8E. RGB value is (113,25,142). Sum of RGB (Red+Green+Blue) = 113+25+142=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #71198E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71198E is #8EE671. Grayscale: #404040. Windows color (decimal): -9365106 or 9312625. OLE color: 9312625.
HSL color Cylindrical-coordinate representation of color #71198E: hue angle of 285.13º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71198E is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 25 | 142 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.44 |
| HSL | 285.13º | 0.7% | 0.33% | - |
| HSV(B) | 285.13º | 0.82% | 0.56% | - |
| XYZ | 12.04 | 6.16 | 26.15 | - |
| YUV | 64.65 | 171.65 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 25 | 142 | 0.20 | 0.82 | 0 | 0.44 | 285.13 | 0.7 | 0.33 |
| Hex | 71 | 19 | 8E | 14 | 52 | 0 | 2C | 11D | 46 | 21 |
| Octal | 161 | 31 | 216 | 24 | 122 | 0 | 54 | 435 | 106 | 41 |
| Binary | 1110001 | 11001 | 10001110 | 10100 | 1010010 | 0 | 101100 | 100011101 | 1000110 | 100001 |
Color Harmonies of #71198E
Complementary color
Monochromatic Colors of #71198E
Black with #71198E
Text Example
Text Example
White with #71198E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71198E; }
p { color: rgb(113,25,142); }
H1.HeaderClassName
{
color: #71198E;
}
.AnyTagClassName
{
color: #71198E;
}
</style>
background-color css
<style>
a { background-color: #71198E; }
a { background-color: rgb(113,25,142); }
div.DivClassName
{
background-color: #71198E;
}
.BgClassName
{
background-color: #71198E;
}
</style>
border-color css
<style>
span { border-color: #71198E; }
span { border-color: rgb(113,25,142); }
td.TdClassName
{
border-color: #71198E;
}
.TagClassName
{
border-color: #71198E;
}
</style>