Shades of Blue Violet #711CEA
Tints of Blue Violet #711CEA
RGB
CMYK
RGB Variations
Color information
#711CEA (or 0x711CEA) is known color: Blue Violet. HEX triplet: 71, 1C and EA. RGB value is (113,28,234). Sum of RGB (Red+Green+Blue) = 113+28+234=375 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.13% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #711CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711CEA is #8EE315. Grayscale: #4C4C4C. Windows color (decimal): -9364246 or 15342705. OLE color: 15342705.
HSL color Cylindrical-coordinate representation of color #711CEA: hue angle of 264.76º 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 #711CEA is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 28 | 234 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.08 |
| HSL | 264.76º | 0.83% | 0.51% | - |
| HSV(B) | 264.76º | 0.88% | 0.92% | - |
| XYZ | 22.08 | 10.28 | 78.66 | - |
| YUV | 76.9 | 216.66 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 234 | 0.52 | 0.88 | 0 | 0.08 | 264.76 | 0.83 | 0.51 |
| Hex | 71 | 1C | EA | 34 | 58 | 0 | 8 | 109 | 53 | 33 |
| Octal | 161 | 34 | 352 | 64 | 130 | 0 | 10 | 411 | 123 | 63 |
| Binary | 1110001 | 11100 | 11101010 | 110100 | 1011000 | 0 | 1000 | 100001001 | 1010011 | 110011 |
Color Harmonies of #711CEA
Complementary color
Monochromatic Colors of #711CEA
Black with #711CEA
Text Example
Text Example
White with #711CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711CEA; }
p { color: rgb(113,28,234); }
H1.HeaderClassName
{
color: #711CEA;
}
.AnyTagClassName
{
color: #711CEA;
}
</style>
background-color css
<style>
a { background-color: #711CEA; }
a { background-color: rgb(113,28,234); }
div.DivClassName
{
background-color: #711CEA;
}
.BgClassName
{
background-color: #711CEA;
}
</style>
border-color css
<style>
span { border-color: #711CEA; }
span { border-color: rgb(113,28,234); }
td.TdClassName
{
border-color: #711CEA;
}
.TagClassName
{
border-color: #711CEA;
}
</style>