Shades of Vivid Violet #7110A2
Tints of Vivid Violet #7110A2
RGB
CMYK
RGB Variations
Color information
#7110A2 (or 0x7110A2) is known color: Vivid Violet. HEX triplet: 71, 10 and A2. RGB value is (113,16,162). Sum of RGB (Red+Green+Blue) = 113+16+162=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 162 (63.67% from 255 or 55.67% from 291); Max value from RGB is 162 - color contains mainly: blue. Hex color #7110A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7110A2 is #8EEF5D. Grayscale: #3D3D3D. Windows color (decimal): -9367390 or 10621041. OLE color: 10621041.
HSL color Cylindrical-coordinate representation of color #7110A2: hue angle of 279.86º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7110A2 is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 16 | 162 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.36 |
| HSL | 279.86º | 0.82% | 0.35% | - |
| HSV(B) | 279.86º | 0.9% | 0.64% | - |
| XYZ | 13.52 | 6.49 | 34.72 | - |
| YUV | 61.65 | 184.64 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 16 | 162 | 0.30 | 0.90 | 0 | 0.36 | 279.86 | 0.82 | 0.35 |
| Hex | 71 | 10 | A2 | 1E | 5A | 0 | 24 | 118 | 52 | 23 |
| Octal | 161 | 20 | 242 | 36 | 132 | 0 | 44 | 430 | 122 | 43 |
| Binary | 1110001 | 10000 | 10100010 | 11110 | 1011010 | 0 | 100100 | 100011000 | 1010010 | 100011 |
Color Harmonies of #7110A2
Complementary color
Monochromatic Colors of #7110A2
Black with #7110A2
Text Example
Text Example
White with #7110A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7110A2; }
p { color: rgb(113,16,162); }
H1.HeaderClassName
{
color: #7110A2;
}
.AnyTagClassName
{
color: #7110A2;
}
</style>
background-color css
<style>
a { background-color: #7110A2; }
a { background-color: rgb(113,16,162); }
div.DivClassName
{
background-color: #7110A2;
}
.BgClassName
{
background-color: #7110A2;
}
</style>
border-color css
<style>
span { border-color: #7110A2; }
span { border-color: rgb(113,16,162); }
td.TdClassName
{
border-color: #7110A2;
}
.TagClassName
{
border-color: #7110A2;
}
</style>