Shades of Vivid Violet #711AA1
Tints of Vivid Violet #711AA1
RGB
CMYK
RGB Variations
Color information
#711AA1 (or 0x711AA1) is known color: Vivid Violet. HEX triplet: 71, 1A and A1. RGB value is (113,26,161). Sum of RGB (Red+Green+Blue) = 113+26+161=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 161 (63.28% from 255 or 53.67% from 300); Max value from RGB is 161 - color contains mainly: blue. Hex color #711AA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711AA1 is #8EE55E. Grayscale: #424242. Windows color (decimal): -9364831 or 10558065. OLE color: 10558065.
HSL color Cylindrical-coordinate representation of color #711AA1: hue angle of 278.67º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711AA1 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 26 | 161 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.37 |
| HSL | 278.67º | 0.72% | 0.37% | - |
| HSV(B) | 278.67º | 0.84% | 0.63% | - |
| XYZ | 13.61 | 6.82 | 34.32 | - |
| YUV | 67.4 | 180.82 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 161 | 0.30 | 0.84 | 0 | 0.37 | 278.67 | 0.72 | 0.37 |
| Hex | 71 | 1A | A1 | 1E | 54 | 0 | 25 | 117 | 48 | 25 |
| Octal | 161 | 32 | 241 | 36 | 124 | 0 | 45 | 427 | 110 | 45 |
| Binary | 1110001 | 11010 | 10100001 | 11110 | 1010100 | 0 | 100101 | 100010111 | 1001000 | 100101 |
Color Harmonies of #711AA1
Complementary color
Monochromatic Colors of #711AA1
Black with #711AA1
Text Example
Text Example
White with #711AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711AA1; }
p { color: rgb(113,26,161); }
H1.HeaderClassName
{
color: #711AA1;
}
.AnyTagClassName
{
color: #711AA1;
}
</style>
background-color css
<style>
a { background-color: #711AA1; }
a { background-color: rgb(113,26,161); }
div.DivClassName
{
background-color: #711AA1;
}
.BgClassName
{
background-color: #711AA1;
}
</style>
border-color css
<style>
span { border-color: #711AA1; }
span { border-color: rgb(113,26,161); }
td.TdClassName
{
border-color: #711AA1;
}
.TagClassName
{
border-color: #711AA1;
}
</style>