Shades of Vivid Violet #711D9E
Tints of Vivid Violet #711D9E
RGB
CMYK
RGB Variations
Color information
#711D9E (or 0x711D9E) is known color: Vivid Violet. HEX triplet: 71, 1D and 9E. RGB value is (113,29,158). Sum of RGB (Red+Green+Blue) = 113+29+158=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 158 (62.11% from 255 or 52.67% from 300); Max value from RGB is 158 - color contains mainly: blue. Hex color #711D9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711D9E is #8EE261. Grayscale: #444444. Windows color (decimal): -9364066 or 10362225. OLE color: 10362225.
HSL color Cylindrical-coordinate representation of color #711D9E: hue angle of 279.07º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #711D9E is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 29 | 158 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.38 |
| HSL | 279.07º | 0.69% | 0.37% | - |
| HSV(B) | 279.07º | 0.82% | 0.62% | - |
| XYZ | 13.42 | 6.86 | 32.96 | - |
| YUV | 68.82 | 178.33 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 158 | 0.28 | 0.82 | 0 | 0.38 | 279.07 | 0.69 | 0.37 |
| Hex | 71 | 1D | 9E | 1C | 52 | 0 | 26 | 117 | 45 | 25 |
| Octal | 161 | 35 | 236 | 34 | 122 | 0 | 46 | 427 | 105 | 45 |
| Binary | 1110001 | 11101 | 10011110 | 11100 | 1010010 | 0 | 100110 | 100010111 | 1000101 | 100101 |
Color Harmonies of #711D9E
Complementary color
Monochromatic Colors of #711D9E
Black with #711D9E
Text Example
Text Example
White with #711D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711D9E; }
p { color: rgb(113,29,158); }
H1.HeaderClassName
{
color: #711D9E;
}
.AnyTagClassName
{
color: #711D9E;
}
</style>
background-color css
<style>
a { background-color: #711D9E; }
a { background-color: rgb(113,29,158); }
div.DivClassName
{
background-color: #711D9E;
}
.BgClassName
{
background-color: #711D9E;
}
</style>
border-color css
<style>
span { border-color: #711D9E; }
span { border-color: rgb(113,29,158); }
td.TdClassName
{
border-color: #711D9E;
}
.TagClassName
{
border-color: #711D9E;
}
</style>