Shades of Blue Violet #711BEA
Tints of Blue Violet #711BEA
RGB
CMYK
RGB Variations
Color information
#711BEA (or 0x711BEA) is known color: Blue Violet. HEX triplet: 71, 1B and EA. RGB value is (113,27,234). Sum of RGB (Red+Green+Blue) = 113+27+234=374 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.21% from 374); Green value is 27 (10.94% from 255 or 7.22% from 374); Blue value is 234 (91.80% from 255 or 62.57% from 374); Max value from RGB is 234 - color contains mainly: blue. Hex color #711BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711BEA is #8EE415. Grayscale: #4B4B4B. Windows color (decimal): -9364502 or 15342449. OLE color: 15342449.
HSL color Cylindrical-coordinate representation of color #711BEA: hue angle of 264.93º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711BEA is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 27 | 234 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.08 |
| HSL | 264.93º | 0.83% | 0.51% | - |
| HSV(B) | 264.93º | 0.88% | 0.92% | - |
| XYZ | 22.05 | 10.24 | 78.66 | - |
| YUV | 76.31 | 216.99 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 27 | 234 | 0.52 | 0.88 | 0 | 0.08 | 264.93 | 0.83 | 0.51 |
| Hex | 71 | 1B | EA | 34 | 58 | 0 | 8 | 109 | 53 | 33 |
| Octal | 161 | 33 | 352 | 64 | 130 | 0 | 10 | 411 | 123 | 63 |
| Binary | 1110001 | 11011 | 11101010 | 110100 | 1011000 | 0 | 1000 | 100001001 | 1010011 | 110011 |
Color Harmonies of #711BEA
Complementary color
Monochromatic Colors of #711BEA
Black with #711BEA
Text Example
Text Example
White with #711BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711BEA; }
p { color: rgb(113,27,234); }
H1.HeaderClassName
{
color: #711BEA;
}
.AnyTagClassName
{
color: #711BEA;
}
</style>
background-color css
<style>
a { background-color: #711BEA; }
a { background-color: rgb(113,27,234); }
div.DivClassName
{
background-color: #711BEA;
}
.BgClassName
{
background-color: #711BEA;
}
</style>
border-color css
<style>
span { border-color: #711BEA; }
span { border-color: rgb(113,27,234); }
td.TdClassName
{
border-color: #711BEA;
}
.TagClassName
{
border-color: #711BEA;
}
</style>