Shades of Blue Violet #711FEE
Tints of Blue Violet #711FEE
RGB
CMYK
RGB Variations
Color information
#711FEE (or 0x711FEE) is known color: Blue Violet. HEX triplet: 71, 1F and EE. RGB value is (113,31,238). Sum of RGB (Red+Green+Blue) = 113+31+238=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 238 (93.36% from 255 or 62.30% from 382); Max value from RGB is 238 - color contains mainly: blue. Hex color #711FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711FEE is #8EE011. Grayscale: #4E4E4E. Windows color (decimal): -9363474 or 15605617. OLE color: 15605617.
HSL color Cylindrical-coordinate representation of color #711FEE: hue angle of 263.77º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #711FEE is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 31 | 238 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.07 |
| HSL | 263.77º | 0.86% | 0.53% | - |
| HSV(B) | 263.77º | 0.87% | 0.93% | - |
| XYZ | 22.73 | 10.66 | 81.75 | - |
| YUV | 79.12 | 217.67 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 31 | 238 | 0.53 | 0.87 | 0 | 0.07 | 263.77 | 0.86 | 0.53 |
| Hex | 71 | 1F | EE | 35 | 57 | 0 | 7 | 108 | 56 | 35 |
| Octal | 161 | 37 | 356 | 65 | 127 | 0 | 7 | 410 | 126 | 65 |
| Binary | 1110001 | 11111 | 11101110 | 110101 | 1010111 | 0 | 111 | 100001000 | 1010110 | 110101 |
Color Harmonies of #711FEE
Complementary color
Monochromatic Colors of #711FEE
Black with #711FEE
Text Example
Text Example
White with #711FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711FEE; }
p { color: rgb(113,31,238); }
H1.HeaderClassName
{
color: #711FEE;
}
.AnyTagClassName
{
color: #711FEE;
}
</style>
background-color css
<style>
a { background-color: #711FEE; }
a { background-color: rgb(113,31,238); }
div.DivClassName
{
background-color: #711FEE;
}
.BgClassName
{
background-color: #711FEE;
}
</style>
border-color css
<style>
span { border-color: #711FEE; }
span { border-color: rgb(113,31,238); }
td.TdClassName
{
border-color: #711FEE;
}
.TagClassName
{
border-color: #711FEE;
}
</style>