Shades of Vivid Violet #71149D
Tints of Vivid Violet #71149D
RGB
CMYK
RGB Variations
Color information
#71149D (or 0x71149D) is known color: Vivid Violet. HEX triplet: 71, 14 and 9D. RGB value is (113,20,157). Sum of RGB (Red+Green+Blue) = 113+20+157=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #71149D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #71149D is #8EEB62. Grayscale: #3E3E3E. Windows color (decimal): -9366371 or 10294385. OLE color: 10294385.
HSL color Cylindrical-coordinate representation of color #71149D: hue angle of 280.73º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71149D is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 20 | 157 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.38 |
| HSL | 280.73º | 0.77% | 0.35% | - |
| HSV(B) | 280.73º | 0.87% | 0.62% | - |
| XYZ | 13.15 | 6.45 | 32.45 | - |
| YUV | 63.43 | 180.81 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 20 | 157 | 0.28 | 0.87 | 0 | 0.38 | 280.73 | 0.77 | 0.35 |
| Hex | 71 | 14 | 9D | 1C | 57 | 0 | 26 | 119 | 4D | 23 |
| Octal | 161 | 24 | 235 | 34 | 127 | 0 | 46 | 431 | 115 | 43 |
| Binary | 1110001 | 10100 | 10011101 | 11100 | 1010111 | 0 | 100110 | 100011001 | 1001101 | 100011 |
Color Harmonies of #71149D
Complementary color
Monochromatic Colors of #71149D
Black with #71149D
Text Example
Text Example
White with #71149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71149D; }
p { color: rgb(113,20,157); }
H1.HeaderClassName
{
color: #71149D;
}
.AnyTagClassName
{
color: #71149D;
}
</style>
background-color css
<style>
a { background-color: #71149D; }
a { background-color: rgb(113,20,157); }
div.DivClassName
{
background-color: #71149D;
}
.BgClassName
{
background-color: #71149D;
}
</style>
border-color css
<style>
span { border-color: #71149D; }
span { border-color: rgb(113,20,157); }
td.TdClassName
{
border-color: #71149D;
}
.TagClassName
{
border-color: #71149D;
}
</style>