Shades of Blue Violet #711CEF
Tints of Blue Violet #711CEF
RGB
CMYK
RGB Variations
Color information
#711CEF (or 0x711CEF) is known color: Blue Violet. HEX triplet: 71, 1C and EF. RGB value is (113,28,239). Sum of RGB (Red+Green+Blue) = 113+28+239=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 28 (11.33% from 255 or 7.37% from 380); Blue value is 239 (93.75% from 255 or 62.89% from 380); Max value from RGB is 239 - color contains mainly: blue. Hex color #711CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711CEF is #8EE310. Grayscale: #4C4C4C. Windows color (decimal): -9364241 or 15670385. OLE color: 15670385.
HSL color Cylindrical-coordinate representation of color #711CEF: hue angle of 264.17º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711CEF is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 113 | 28 | 239 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.06 |
| HSL | 264.17º | 0.87% | 0.52% | - |
| HSV(B) | 264.17º | 0.88% | 0.94% | - |
| XYZ | 22.81 | 10.57 | 82.5 | - |
| YUV | 77.47 | 219.16 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 239 | 0.53 | 0.88 | 0 | 0.06 | 264.17 | 0.87 | 0.52 |
| Hex | 71 | 1C | EF | 35 | 58 | 0 | 6 | 108 | 57 | 34 |
| Octal | 161 | 34 | 357 | 65 | 130 | 0 | 6 | 410 | 127 | 64 |
| Binary | 1110001 | 11100 | 11101111 | 110101 | 1011000 | 0 | 110 | 100001000 | 1010111 | 110100 |
Color Harmonies of #711CEF
Complementary color
Monochromatic Colors of #711CEF
Black with #711CEF
Text Example
Text Example
White with #711CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711CEF; }
p { color: rgb(113,28,239); }
H1.HeaderClassName
{
color: #711CEF;
}
.AnyTagClassName
{
color: #711CEF;
}
</style>
background-color css
<style>
a { background-color: #711CEF; }
a { background-color: rgb(113,28,239); }
div.DivClassName
{
background-color: #711CEF;
}
.BgClassName
{
background-color: #711CEF;
}
</style>
border-color css
<style>
span { border-color: #711CEF; }
span { border-color: rgb(113,28,239); }
td.TdClassName
{
border-color: #711CEF;
}
.TagClassName
{
border-color: #711CEF;
}
</style>