Shades of Vivid Violet #71199C
Tints of Vivid Violet #71199C
RGB
CMYK
RGB Variations
Color information
#71199C (or 0x71199C) is known color: Vivid Violet. HEX triplet: 71, 19 and 9C. RGB value is (113,25,156). Sum of RGB (Red+Green+Blue) = 113+25+156=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 156 (61.33% from 255 or 53.06% from 294); Max value from RGB is 156 - color contains mainly: blue. Hex color #71199C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71199C is #8EE663. Grayscale: #414141. Windows color (decimal): -9365092 or 10230129. OLE color: 10230129.
HSL color Cylindrical-coordinate representation of color #71199C: hue angle of 280.31º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71199C is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 25 | 156 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.39 |
| HSL | 280.31º | 0.72% | 0.35% | - |
| HSV(B) | 280.31º | 0.84% | 0.61% | - |
| XYZ | 13.16 | 6.61 | 32.03 | - |
| YUV | 66.25 | 178.65 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 25 | 156 | 0.28 | 0.84 | 0 | 0.39 | 280.31 | 0.72 | 0.35 |
| Hex | 71 | 19 | 9C | 1C | 54 | 0 | 27 | 118 | 48 | 23 |
| Octal | 161 | 31 | 234 | 34 | 124 | 0 | 47 | 430 | 110 | 43 |
| Binary | 1110001 | 11001 | 10011100 | 11100 | 1010100 | 0 | 100111 | 100011000 | 1001000 | 100011 |
Color Harmonies of #71199C
Complementary color
Monochromatic Colors of #71199C
Black with #71199C
Text Example
Text Example
White with #71199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71199C; }
p { color: rgb(113,25,156); }
H1.HeaderClassName
{
color: #71199C;
}
.AnyTagClassName
{
color: #71199C;
}
</style>
background-color css
<style>
a { background-color: #71199C; }
a { background-color: rgb(113,25,156); }
div.DivClassName
{
background-color: #71199C;
}
.BgClassName
{
background-color: #71199C;
}
</style>
border-color css
<style>
span { border-color: #71199C; }
span { border-color: rgb(113,25,156); }
td.TdClassName
{
border-color: #71199C;
}
.TagClassName
{
border-color: #71199C;
}
</style>