Shades of Blue Violet #711BE6
Tints of Blue Violet #711BE6
RGB
CMYK
RGB Variations
Color information
#711BE6 (or 0x711BE6) is known color: Blue Violet. HEX triplet: 71, 1B and E6. RGB value is (113,27,230). Sum of RGB (Red+Green+Blue) = 113+27+230=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 27 (10.94% from 255 or 7.30% from 370); Blue value is 230 (90.23% from 255 or 62.16% from 370); Max value from RGB is 230 - color contains mainly: blue. Hex color #711BE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711BE6 is #8EE419. Grayscale: #4B4B4B. Windows color (decimal): -9364506 or 15080305. OLE color: 15080305.
HSL color Cylindrical-coordinate representation of color #711BE6: hue angle of 265.42º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711BE6 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 27 | 230 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.10 |
| HSL | 265.42º | 0.8% | 0.5% | - |
| HSV(B) | 265.42º | 0.88% | 0.9% | - |
| XYZ | 21.48 | 10.01 | 75.66 | - |
| YUV | 75.86 | 214.99 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 27 | 230 | 0.51 | 0.88 | 0 | 0.10 | 265.42 | 0.8 | 0.5 |
| Hex | 71 | 1B | E6 | 33 | 58 | 0 | A | 109 | 50 | 32 |
| Octal | 161 | 33 | 346 | 63 | 130 | 0 | 12 | 411 | 120 | 62 |
| Binary | 1110001 | 11011 | 11100110 | 110011 | 1011000 | 0 | 1010 | 100001001 | 1010000 | 110010 |
Color Harmonies of #711BE6
Complementary color
Monochromatic Colors of #711BE6
Black with #711BE6
Text Example
Text Example
White with #711BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711BE6; }
p { color: rgb(113,27,230); }
H1.HeaderClassName
{
color: #711BE6;
}
.AnyTagClassName
{
color: #711BE6;
}
</style>
background-color css
<style>
a { background-color: #711BE6; }
a { background-color: rgb(113,27,230); }
div.DivClassName
{
background-color: #711BE6;
}
.BgClassName
{
background-color: #711BE6;
}
</style>
border-color css
<style>
span { border-color: #711BE6; }
span { border-color: rgb(113,27,230); }
td.TdClassName
{
border-color: #711BE6;
}
.TagClassName
{
border-color: #711BE6;
}
</style>