Shades of Blue Violet #711BE0
Tints of Blue Violet #711BE0
RGB
CMYK
RGB Variations
Color information
#711BE0 (or 0x711BE0) is known color: Blue Violet. HEX triplet: 71, 1B and E0. RGB value is (113,27,224). Sum of RGB (Red+Green+Blue) = 113+27+224=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 224 (87.89% from 255 or 61.54% from 364); Max value from RGB is 224 - color contains mainly: blue. Hex color #711BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711BE0 is #8EE41F. Grayscale: #4A4A4A. Windows color (decimal): -9364512 or 14687089. OLE color: 14687089.
HSL color Cylindrical-coordinate representation of color #711BE0: hue angle of 266.19º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711BE0 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 27 | 224 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.12 |
| HSL | 266.19º | 0.78% | 0.49% | - |
| HSV(B) | 266.19º | 0.88% | 0.88% | - |
| XYZ | 20.66 | 9.68 | 71.3 | - |
| YUV | 75.17 | 211.99 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 27 | 224 | 0.50 | 0.88 | 0 | 0.12 | 266.19 | 0.78 | 0.49 |
| Hex | 71 | 1B | E0 | 32 | 58 | 0 | C | 10A | 4E | 31 |
| Octal | 161 | 33 | 340 | 62 | 130 | 0 | 14 | 412 | 116 | 61 |
| Binary | 1110001 | 11011 | 11100000 | 110010 | 1011000 | 0 | 1100 | 100001010 | 1001110 | 110001 |
Color Harmonies of #711BE0
Complementary color
Monochromatic Colors of #711BE0
Black with #711BE0
Text Example
Text Example
White with #711BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711BE0; }
p { color: rgb(113,27,224); }
H1.HeaderClassName
{
color: #711BE0;
}
.AnyTagClassName
{
color: #711BE0;
}
</style>
background-color css
<style>
a { background-color: #711BE0; }
a { background-color: rgb(113,27,224); }
div.DivClassName
{
background-color: #711BE0;
}
.BgClassName
{
background-color: #711BE0;
}
</style>
border-color css
<style>
span { border-color: #711BE0; }
span { border-color: rgb(113,27,224); }
td.TdClassName
{
border-color: #711BE0;
}
.TagClassName
{
border-color: #711BE0;
}
</style>