Shades of Vivid Violet #71179D
Tints of Vivid Violet #71179D
RGB
CMYK
RGB Variations
Color information
#71179D (or 0x71179D) is known color: Vivid Violet. HEX triplet: 71, 17 and 9D. RGB value is (113,23,157). Sum of RGB (Red+Green+Blue) = 113+23+157=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #71179D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71179D is #8EE862. Grayscale: #404040. Windows color (decimal): -9365603 or 10295153. OLE color: 10295153.
HSL color Cylindrical-coordinate representation of color #71179D: hue angle of 280.3º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #71179D is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 23 | 157 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.38 |
| HSL | 280.3º | 0.74% | 0.35% | - |
| HSV(B) | 280.3º | 0.85% | 0.62% | - |
| XYZ | 13.2 | 6.56 | 32.47 | - |
| YUV | 65.19 | 179.82 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 23 | 157 | 0.28 | 0.85 | 0 | 0.38 | 280.3 | 0.74 | 0.35 |
| Hex | 71 | 17 | 9D | 1C | 55 | 0 | 26 | 118 | 4A | 23 |
| Octal | 161 | 27 | 235 | 34 | 125 | 0 | 46 | 430 | 112 | 43 |
| Binary | 1110001 | 10111 | 10011101 | 11100 | 1010101 | 0 | 100110 | 100011000 | 1001010 | 100011 |
Color Harmonies of #71179D
Complementary color
Monochromatic Colors of #71179D
Black with #71179D
Text Example
Text Example
White with #71179D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71179D; }
p { color: rgb(113,23,157); }
H1.HeaderClassName
{
color: #71179D;
}
.AnyTagClassName
{
color: #71179D;
}
</style>
background-color css
<style>
a { background-color: #71179D; }
a { background-color: rgb(113,23,157); }
div.DivClassName
{
background-color: #71179D;
}
.BgClassName
{
background-color: #71179D;
}
</style>
border-color css
<style>
span { border-color: #71179D; }
span { border-color: rgb(113,23,157); }
td.TdClassName
{
border-color: #71179D;
}
.TagClassName
{
border-color: #71179D;
}
</style>