Shades of Vivid Violet #71198D
Tints of Vivid Violet #71198D
RGB
CMYK
RGB Variations
Color information
#71198D (or 0x71198D) is known color: Vivid Violet. HEX triplet: 71, 19 and 8D. RGB value is (113,25,141). Sum of RGB (Red+Green+Blue) = 113+25+141=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #71198D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71198D is #8EE672. Grayscale: #404040. Windows color (decimal): -9365107 or 9247089. OLE color: 9247089.
HSL color Cylindrical-coordinate representation of color #71198D: hue angle of 285.52º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71198D is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 25 | 141 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.45 |
| HSL | 285.52º | 0.7% | 0.33% | - |
| HSV(B) | 285.52º | 0.82% | 0.55% | - |
| XYZ | 11.97 | 6.13 | 25.75 | - |
| YUV | 64.54 | 171.15 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 25 | 141 | 0.20 | 0.82 | 0 | 0.45 | 285.52 | 0.7 | 0.33 |
| Hex | 71 | 19 | 8D | 14 | 52 | 0 | 2D | 11E | 46 | 21 |
| Octal | 161 | 31 | 215 | 24 | 122 | 0 | 55 | 436 | 106 | 41 |
| Binary | 1110001 | 11001 | 10001101 | 10100 | 1010010 | 0 | 101101 | 100011110 | 1000110 | 100001 |
Color Harmonies of #71198D
Complementary color
Monochromatic Colors of #71198D
Black with #71198D
Text Example
Text Example
White with #71198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71198D; }
p { color: rgb(113,25,141); }
H1.HeaderClassName
{
color: #71198D;
}
.AnyTagClassName
{
color: #71198D;
}
</style>
background-color css
<style>
a { background-color: #71198D; }
a { background-color: rgb(113,25,141); }
div.DivClassName
{
background-color: #71198D;
}
.BgClassName
{
background-color: #71198D;
}
</style>
border-color css
<style>
span { border-color: #71198D; }
span { border-color: rgb(113,25,141); }
td.TdClassName
{
border-color: #71198D;
}
.TagClassName
{
border-color: #71198D;
}
</style>