Shades of Blue Violet #711DEA
Tints of Blue Violet #711DEA
RGB
CMYK
RGB Variations
Color information
#711DEA (or 0x711DEA) is known color: Blue Violet. HEX triplet: 71, 1D and EA. RGB value is (113,29,234). Sum of RGB (Red+Green+Blue) = 113+29+234=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 29 (11.72% from 255 or 7.71% from 376); Blue value is 234 (91.80% from 255 or 62.23% from 376); Max value from RGB is 234 - color contains mainly: blue. Hex color #711DEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711DEA is #8EE215. Grayscale: #4C4C4C. Windows color (decimal): -9363990 or 15342961. OLE color: 15342961.
HSL color Cylindrical-coordinate representation of color #711DEA: hue angle of 264.59º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711DEA is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 29 | 234 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.08 |
| HSL | 264.59º | 0.83% | 0.52% | - |
| HSV(B) | 264.59º | 0.88% | 0.92% | - |
| XYZ | 22.1 | 10.33 | 78.67 | - |
| YUV | 77.49 | 216.33 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 29 | 234 | 0.52 | 0.88 | 0 | 0.08 | 264.59 | 0.83 | 0.52 |
| Hex | 71 | 1D | EA | 34 | 58 | 0 | 8 | 109 | 53 | 34 |
| Octal | 161 | 35 | 352 | 64 | 130 | 0 | 10 | 411 | 123 | 64 |
| Binary | 1110001 | 11101 | 11101010 | 110100 | 1011000 | 0 | 1000 | 100001001 | 1010011 | 110100 |
Color Harmonies of #711DEA
Complementary color
Monochromatic Colors of #711DEA
Black with #711DEA
Text Example
Text Example
White with #711DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711DEA; }
p { color: rgb(113,29,234); }
H1.HeaderClassName
{
color: #711DEA;
}
.AnyTagClassName
{
color: #711DEA;
}
</style>
background-color css
<style>
a { background-color: #711DEA; }
a { background-color: rgb(113,29,234); }
div.DivClassName
{
background-color: #711DEA;
}
.BgClassName
{
background-color: #711DEA;
}
</style>
border-color css
<style>
span { border-color: #711DEA; }
span { border-color: rgb(113,29,234); }
td.TdClassName
{
border-color: #711DEA;
}
.TagClassName
{
border-color: #711DEA;
}
</style>