Shades of Blue Violet #711DEC
Tints of Blue Violet #711DEC
RGB
CMYK
RGB Variations
Color information
#711DEC (or 0x711DEC) is known color: Blue Violet. HEX triplet: 71, 1D and EC. RGB value is (113,29,236). Sum of RGB (Red+Green+Blue) = 113+29+236=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 29 (11.72% from 255 or 7.67% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #711DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711DEC is #8EE213. Grayscale: #4C4C4C. Windows color (decimal): -9363988 or 15474033. OLE color: 15474033.
HSL color Cylindrical-coordinate representation of color #711DEC: hue angle of 264.35º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711DEC is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 29 | 236 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.07 |
| HSL | 264.35º | 0.84% | 0.52% | - |
| HSV(B) | 264.35º | 0.88% | 0.93% | - |
| XYZ | 22.39 | 10.45 | 80.19 | - |
| YUV | 77.71 | 217.33 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 236 | 0.52 | 0.88 | 0 | 0.07 | 264.35 | 0.84 | 0.52 |
| Hex | 71 | 1D | EC | 34 | 58 | 0 | 7 | 108 | 54 | 34 |
| Octal | 161 | 35 | 354 | 64 | 130 | 0 | 7 | 410 | 124 | 64 |
| Binary | 1110001 | 11101 | 11101100 | 110100 | 1011000 | 0 | 111 | 100001000 | 1010100 | 110100 |
Color Harmonies of #711DEC
Complementary color
Monochromatic Colors of #711DEC
Black with #711DEC
Text Example
Text Example
White with #711DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711DEC; }
p { color: rgb(113,29,236); }
H1.HeaderClassName
{
color: #711DEC;
}
.AnyTagClassName
{
color: #711DEC;
}
</style>
background-color css
<style>
a { background-color: #711DEC; }
a { background-color: rgb(113,29,236); }
div.DivClassName
{
background-color: #711DEC;
}
.BgClassName
{
background-color: #711DEC;
}
</style>
border-color css
<style>
span { border-color: #711DEC; }
span { border-color: rgb(113,29,236); }
td.TdClassName
{
border-color: #711DEC;
}
.TagClassName
{
border-color: #711DEC;
}
</style>