Html Css Color HEX #7211EE Electric Indigo

📋 copy color: '#7211EE'

red 114 ◦ green 17 ◦ blue 238

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

Shades of Electric Indigo #7211EE

Tints of Electric Indigo #7211EE

RGB

 RED value IS 114 (44.92% from 255) = 30.89%

 GREEN value IS 17 (7.03% from 255) = 4.61%

 BLUE value IS 238 (93.36% from 255) = 64.5%

R = 30.89%
G = 4.61%
B = 64.5%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7211EE (or 0x7211EE) is known color: Electric Indigo. HEX triplet: 72, 11 and EE. RGB value is (114,17,238). Sum of RGB (Red+Green+Blue) = 114+17+238=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 238 (93.36% from 255 or 64.50% from 369); Max value from RGB is 238 - color contains mainly: blue. Hex color #7211EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7211EE is #8DEE11. Grayscale: #464646. Windows color (decimal): -9301522 or 15602034. OLE color: 15602034.

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

Color convert

RGB 114 17 238 -
CMYK 0.52 0.93 0 0.07
HSL 266.33º 0.87% 0.5% -
HSV(B) 266.33º 0.93% 0.93% -
XYZ 22.57 10.15 81.66 -
YUV 71.2 222.14 158.53 -
System Red Green Blue C M Y K H S L
Decimal 114 17 238 0.52 0.93 0 0.07 266.33 0.87 0.5
Hex 72 11 EE 34 5D 0 7 10A 57 32
Octal 162 21 356 64 135 0 7 412 127 62
Binary 1110010 10001 11101110 110100 1011101 0 111 100001010 1010111 110010

Color Harmonies of #7211EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7211EE

Black with #7211EE

Text Example


Text Example

White with #7211EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7211EE; }

 p { color: rgb(114,17,238); }

 H1.HeaderClassName
 {
   color: #7211EE;
 }
 .AnyTagClassName
 {
   color: #7211EE;
 }
</style>

background-color css

<style>
 a { background-color: #7211EE; }

 a { background-color: rgb(114,17,238); }

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

border-color css

<style>
 span { border-color: #7211EE; }

 span { border-color: rgb(114,17,238); }

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