Shades of Blue Violet #711FEA
Tints of Blue Violet #711FEA
RGB
CMYK
RGB Variations
Color information
#711FEA (or 0x711FEA) is known color: Blue Violet. HEX triplet: 71, 1F and EA. RGB value is (113,31,234). Sum of RGB (Red+Green+Blue) = 113+31+234=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 234 (91.80% from 255 or 61.90% from 378); Max value from RGB is 234 - color contains mainly: blue. Hex color #711FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711FEA is #8EE015. Grayscale: #4D4D4D. Windows color (decimal): -9363478 or 15343473. OLE color: 15343473.
HSL color Cylindrical-coordinate representation of color #711FEA: hue angle of 264.24º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #711FEA is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 31 | 234 | - |
| CMYK | 0.52 | 0.87 | 0 | 0.08 |
| HSL | 264.24º | 0.83% | 0.52% | - |
| HSV(B) | 264.24º | 0.87% | 0.92% | - |
| XYZ | 22.15 | 10.43 | 78.69 | - |
| YUV | 78.66 | 215.67 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 31 | 234 | 0.52 | 0.87 | 0 | 0.08 | 264.24 | 0.83 | 0.52 |
| Hex | 71 | 1F | EA | 34 | 57 | 0 | 8 | 108 | 53 | 34 |
| Octal | 161 | 37 | 352 | 64 | 127 | 0 | 10 | 410 | 123 | 64 |
| Binary | 1110001 | 11111 | 11101010 | 110100 | 1010111 | 0 | 1000 | 100001000 | 1010011 | 110100 |
Color Harmonies of #711FEA
Complementary color
Monochromatic Colors of #711FEA
Black with #711FEA
Text Example
Text Example
White with #711FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711FEA; }
p { color: rgb(113,31,234); }
H1.HeaderClassName
{
color: #711FEA;
}
.AnyTagClassName
{
color: #711FEA;
}
</style>
background-color css
<style>
a { background-color: #711FEA; }
a { background-color: rgb(113,31,234); }
div.DivClassName
{
background-color: #711FEA;
}
.BgClassName
{
background-color: #711FEA;
}
</style>
border-color css
<style>
span { border-color: #711FEA; }
span { border-color: rgb(113,31,234); }
td.TdClassName
{
border-color: #711FEA;
}
.TagClassName
{
border-color: #711FEA;
}
</style>