Shades of Vivid Violet #71159B
Tints of Vivid Violet #71159B
RGB
CMYK
RGB Variations
Color information
#71159B (or 0x71159B) is known color: Vivid Violet. HEX triplet: 71, 15 and 9B. RGB value is (113,21,155). Sum of RGB (Red+Green+Blue) = 113+21+155=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #71159B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71159B is #8EEA64. Grayscale: #3F3F3F. Windows color (decimal): -9366117 or 10163569. OLE color: 10163569.
HSL color Cylindrical-coordinate representation of color #71159B: hue angle of 281.19º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #71159B is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 21 | 155 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.39 |
| HSL | 281.19º | 0.76% | 0.35% | - |
| HSV(B) | 281.19º | 0.86% | 0.61% | - |
| XYZ | 12.99 | 6.41 | 31.56 | - |
| YUV | 63.78 | 179.48 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 21 | 155 | 0.27 | 0.86 | 0 | 0.39 | 281.19 | 0.76 | 0.35 |
| Hex | 71 | 15 | 9B | 1B | 56 | 0 | 27 | 119 | 4C | 23 |
| Octal | 161 | 25 | 233 | 33 | 126 | 0 | 47 | 431 | 114 | 43 |
| Binary | 1110001 | 10101 | 10011011 | 11011 | 1010110 | 0 | 100111 | 100011001 | 1001100 | 100011 |
Color Harmonies of #71159B
Complementary color
Monochromatic Colors of #71159B
Black with #71159B
Text Example
Text Example
White with #71159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71159B; }
p { color: rgb(113,21,155); }
H1.HeaderClassName
{
color: #71159B;
}
.AnyTagClassName
{
color: #71159B;
}
</style>
background-color css
<style>
a { background-color: #71159B; }
a { background-color: rgb(113,21,155); }
div.DivClassName
{
background-color: #71159B;
}
.BgClassName
{
background-color: #71159B;
}
</style>
border-color css
<style>
span { border-color: #71159B; }
span { border-color: rgb(113,21,155); }
td.TdClassName
{
border-color: #71159B;
}
.TagClassName
{
border-color: #71159B;
}
</style>