Shades of Vivid Violet #711AA2
Tints of Vivid Violet #711AA2
RGB
CMYK
RGB Variations
Color information
#711AA2 (or 0x711AA2) is known color: Vivid Violet. HEX triplet: 71, 1A and A2. RGB value is (113,26,162). Sum of RGB (Red+Green+Blue) = 113+26+162=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 162 (63.67% from 255 or 53.82% from 301); Max value from RGB is 162 - color contains mainly: blue. Hex color #711AA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711AA2 is #8EE55D. Grayscale: #434343. Windows color (decimal): -9364830 or 10623601. OLE color: 10623601.
HSL color Cylindrical-coordinate representation of color #711AA2: hue angle of 278.38º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711AA2 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 26 | 162 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.36 |
| HSL | 278.38º | 0.72% | 0.37% | - |
| HSV(B) | 278.38º | 0.84% | 0.64% | - |
| XYZ | 13.7 | 6.86 | 34.78 | - |
| YUV | 67.52 | 181.32 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 162 | 0.30 | 0.84 | 0 | 0.36 | 278.38 | 0.72 | 0.37 |
| Hex | 71 | 1A | A2 | 1E | 54 | 0 | 24 | 116 | 48 | 25 |
| Octal | 161 | 32 | 242 | 36 | 124 | 0 | 44 | 426 | 110 | 45 |
| Binary | 1110001 | 11010 | 10100010 | 11110 | 1010100 | 0 | 100100 | 100010110 | 1001000 | 100101 |
Color Harmonies of #711AA2
Complementary color
Monochromatic Colors of #711AA2
Black with #711AA2
Text Example
Text Example
White with #711AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711AA2; }
p { color: rgb(113,26,162); }
H1.HeaderClassName
{
color: #711AA2;
}
.AnyTagClassName
{
color: #711AA2;
}
</style>
background-color css
<style>
a { background-color: #711AA2; }
a { background-color: rgb(113,26,162); }
div.DivClassName
{
background-color: #711AA2;
}
.BgClassName
{
background-color: #711AA2;
}
</style>
border-color css
<style>
span { border-color: #711AA2; }
span { border-color: rgb(113,26,162); }
td.TdClassName
{
border-color: #711AA2;
}
.TagClassName
{
border-color: #711AA2;
}
</style>