Shades of Vivid Violet #711E85
Tints of Vivid Violet #711E85
RGB
CMYK
RGB Variations
Color information
#711E85 (or 0x711E85) is known color: Vivid Violet. HEX triplet: 71, 1E and 85. RGB value is (113,30,133). Sum of RGB (Red+Green+Blue) = 113+30+133=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #711E85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711E85 is #8EE17A. Grayscale: #424242. Windows color (decimal): -9363835 or 8724081. OLE color: 8724081.
HSL color Cylindrical-coordinate representation of color #711E85: hue angle of 288.35º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #711E85 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 30 | 133 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.48 |
| HSL | 288.35º | 0.63% | 0.32% | - |
| HSV(B) | 288.35º | 0.77% | 0.52% | - |
| XYZ | 11.51 | 6.13 | 22.77 | - |
| YUV | 66.56 | 165.5 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 30 | 133 | 0.15 | 0.77 | 0 | 0.48 | 288.35 | 0.63 | 0.32 |
| Hex | 71 | 1E | 85 | F | 4D | 0 | 30 | 120 | 3F | 20 |
| Octal | 161 | 36 | 205 | 17 | 115 | 0 | 60 | 440 | 77 | 40 |
| Binary | 1110001 | 11110 | 10000101 | 1111 | 1001101 | 0 | 110000 | 100100000 | 111111 | 100000 |
Color Harmonies of #711E85
Complementary color
Monochromatic Colors of #711E85
Black with #711E85
Text Example
Text Example
White with #711E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711E85; }
p { color: rgb(113,30,133); }
H1.HeaderClassName
{
color: #711E85;
}
.AnyTagClassName
{
color: #711E85;
}
</style>
background-color css
<style>
a { background-color: #711E85; }
a { background-color: rgb(113,30,133); }
div.DivClassName
{
background-color: #711E85;
}
.BgClassName
{
background-color: #711E85;
}
</style>
border-color css
<style>
span { border-color: #711E85; }
span { border-color: rgb(113,30,133); }
td.TdClassName
{
border-color: #711E85;
}
.TagClassName
{
border-color: #711E85;
}
</style>