Html Css Color HEX #711EEC Blue Violet

📋 copy color: '#711EEC'

red 113 ◦ green 30 ◦ blue 236

#711EEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #711EEC

Tints of Blue Violet #711EEC

RGB

 RED value IS 113 (44.53% from 255) = 29.82%

 GREEN value IS 30 (12.11% from 255) = 7.92%

 BLUE value IS 236 (92.58% from 255) = 62.27%

R = 29.82%
G = 7.92%
B = 62.27%

CMYK

 C value IS 0.52

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#711EEC (or 0x711EEC) is known color: Blue Violet. HEX triplet: 71, 1E and EC. RGB value is (113,30,236). Sum of RGB (Red+Green+Blue) = 113+30+236=379 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.82% from 379); Green value is 30 (12.11% from 255 or 7.92% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #711EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711EEC is #8EE113. Grayscale: #4D4D4D. Windows color (decimal): -9363732 or 15474289. OLE color: 15474289.

HSL color Cylindrical-coordinate representation of color #711EEC: hue angle of 264.17º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #711EEC is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 30 236 -
CMYK 0.52 0.87 0 0.07
HSL 264.17º 0.84% 0.52% -
HSV(B) 264.17º 0.87% 0.93% -
XYZ 22.41 10.5 80.2 -
YUV 78.3 217 152.75 -
System Red Green Blue C M Y K H S L
Decimal 113 30 236 0.52 0.87 0 0.07 264.17 0.84 0.52
Hex 71 1E EC 34 57 0 7 108 54 34
Octal 161 36 354 64 127 0 7 410 124 64
Binary 1110001 11110 11101100 110100 1010111 0 111 100001000 1010100 110100

Color Harmonies of #711EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711EEC

Black with #711EEC

Text Example


Text Example

White with #711EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #711EEC;
 }
 .AnyTagClassName
 {
   color: #711EEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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