Shades of Vivid Violet #71199A
Tints of Vivid Violet #71199A
RGB
CMYK
RGB Variations
Color information
#71199A (or 0x71199A) is known color: Vivid Violet. HEX triplet: 71, 19 and 9A. RGB value is (113,25,154). Sum of RGB (Red+Green+Blue) = 113+25+154=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 154 (60.55% from 255 or 52.74% from 292); Max value from RGB is 154 - color contains mainly: blue. Hex color #71199A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71199A is #8EE665. Grayscale: #414141. Windows color (decimal): -9365094 or 10099057. OLE color: 10099057.
HSL color Cylindrical-coordinate representation of color #71199A: hue angle of 280.93º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71199A is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 25 | 154 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.40 |
| HSL | 280.93º | 0.72% | 0.35% | - |
| HSV(B) | 280.93º | 0.84% | 0.6% | - |
| XYZ | 12.99 | 6.54 | 31.15 | - |
| YUV | 66.02 | 177.65 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 25 | 154 | 0.27 | 0.84 | 0 | 0.40 | 280.93 | 0.72 | 0.35 |
| Hex | 71 | 19 | 9A | 1B | 54 | 0 | 28 | 119 | 48 | 23 |
| Octal | 161 | 31 | 232 | 33 | 124 | 0 | 50 | 431 | 110 | 43 |
| Binary | 1110001 | 11001 | 10011010 | 11011 | 1010100 | 0 | 101000 | 100011001 | 1001000 | 100011 |
Color Harmonies of #71199A
Complementary color
Monochromatic Colors of #71199A
Black with #71199A
Text Example
Text Example
White with #71199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71199A; }
p { color: rgb(113,25,154); }
H1.HeaderClassName
{
color: #71199A;
}
.AnyTagClassName
{
color: #71199A;
}
</style>
background-color css
<style>
a { background-color: #71199A; }
a { background-color: rgb(113,25,154); }
div.DivClassName
{
background-color: #71199A;
}
.BgClassName
{
background-color: #71199A;
}
</style>
border-color css
<style>
span { border-color: #71199A; }
span { border-color: rgb(113,25,154); }
td.TdClassName
{
border-color: #71199A;
}
.TagClassName
{
border-color: #71199A;
}
</style>