#711EE5

Color #711EE5 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #711EE5

Tints of Blue Violet #711EE5

Color information

#711EE5 (or 0x711EE5) is unknown color: approx Blue Violet. HEX triplet: 71, 1E and E5. RGB value is (113,30,229). Sum of RGB (Red+Green+Blue) = 113+30+229=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 229 (89.84% from 255 or 61.56% from 372); Max value from RGB is 229 - color contains mainly: blue. Hex color #711EE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711EE5 is #8EE11A. Grayscale: #4C4C4C. Windows color (decimal): -9363739 or 15015537. OLE color: 15015537.

HSL color Cylindrical-coordinate representation of color #711EE5: hue angle of 265.03º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #711EE5 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB11330229-
CMYK0.510.8700.10
HSL265.03º79.28%50.78%-
HSV(B)265.03º86.9%89.8%-
XYZ21.4210.174.95-
YUV77.5213.5153.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 30.38%
GREEN value IS 30 (12.11% from 255) = 8.06%
BLUE value IS 229 (89.84% from 255) = 61.56%
R=30.38%
G=8.06%
B=61.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal113302290.510.8700.10265.0379.2850.78
Hex711EE533570A1094f33
Octal161363456312701241111763
Binary111000111110111001011100111010111010101000010011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711EE5; }

 p { color: rgb(113,30,229); }

 H1.HeaderClassName
 {
   color: #711EE5;
 }
 .AnyTagClassName
 {
   color: #711EE5;
 }
</style>
background-color css

<style>
 a { background-color: #711EE5; }

 a { background-color: rgb(113,30,229); }

 div.DivClassName
 {
   background-color: #711EE5;
 }
 .BgClassName
 {
   background-color: #711EE5;
 }
</style>
border-color css

<style>
 span { border-color: #711EE5; }

 span { border-color: rgb(113,30,229); }

 td.TdClassName
 {
   border-color: #711EE5;
 }
 .TagClassName
 {
   border-color: #711EE5;
 }
</style>