Shades of Vivid Violet #71179A
Tints of Vivid Violet #71179A
RGB
CMYK
RGB Variations
Color information
#71179A (or 0x71179A) is known color: Vivid Violet. HEX triplet: 71, 17 and 9A. RGB value is (113,23,154). Sum of RGB (Red+Green+Blue) = 113+23+154=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 154 (60.55% from 255 or 53.10% from 290); Max value from RGB is 154 - color contains mainly: blue. Hex color #71179A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71179A is #8EE865. Grayscale: #404040. Windows color (decimal): -9365606 or 10098545. OLE color: 10098545.
HSL color Cylindrical-coordinate representation of color #71179A: hue angle of 281.22º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71179A is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 23 | 154 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.40 |
| HSL | 281.22º | 0.74% | 0.35% | - |
| HSV(B) | 281.22º | 0.85% | 0.6% | - |
| XYZ | 12.95 | 6.46 | 31.14 | - |
| YUV | 64.84 | 178.32 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 23 | 154 | 0.27 | 0.85 | 0 | 0.40 | 281.22 | 0.74 | 0.35 |
| Hex | 71 | 17 | 9A | 1B | 55 | 0 | 28 | 119 | 4A | 23 |
| Octal | 161 | 27 | 232 | 33 | 125 | 0 | 50 | 431 | 112 | 43 |
| Binary | 1110001 | 10111 | 10011010 | 11011 | 1010101 | 0 | 101000 | 100011001 | 1001010 | 100011 |
Color Harmonies of #71179A
Complementary color
Monochromatic Colors of #71179A
Black with #71179A
Text Example
Text Example
White with #71179A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71179A; }
p { color: rgb(113,23,154); }
H1.HeaderClassName
{
color: #71179A;
}
.AnyTagClassName
{
color: #71179A;
}
</style>
background-color css
<style>
a { background-color: #71179A; }
a { background-color: rgb(113,23,154); }
div.DivClassName
{
background-color: #71179A;
}
.BgClassName
{
background-color: #71179A;
}
</style>
border-color css
<style>
span { border-color: #71179A; }
span { border-color: rgb(113,23,154); }
td.TdClassName
{
border-color: #71179A;
}
.TagClassName
{
border-color: #71179A;
}
</style>