Html Css Color HEX #700EED Electric Indigo

📋 copy color: '#700EED'

red 112 ◦ green 14 ◦ blue 237

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

Shades of Electric Indigo #700EED

Tints of Electric Indigo #700EED

RGB

 RED value IS 112 (44.14% from 255) = 30.85%

 GREEN value IS 14 (5.86% from 255) = 3.86%

 BLUE value IS 237 (92.97% from 255) = 65.29%

R = 30.85%
G = 3.86%
B = 65.29%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#700EED (or 0x700EED) is known color: Electric Indigo. HEX triplet: 70, 0E and ED. RGB value is (112,14,237). Sum of RGB (Red+Green+Blue) = 112+14+237=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #700EED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700EED is #8FF112. Grayscale: #434343. Windows color (decimal): -9433363 or 15535728. OLE color: 15535728.

HSL color Cylindrical-coordinate representation of color #700EED: hue angle of 266.37º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700EED is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 14 237 -
CMYK 0.53 0.94 0 0.07
HSL 266.37º 0.89% 0.49% -
HSV(B) 266.37º 0.94% 0.93% -
XYZ 22.13 9.87 80.86 -
YUV 68.72 222.97 158.87 -
System Red Green Blue C M Y K H S L
Decimal 112 14 237 0.53 0.94 0 0.07 266.37 0.89 0.49
Hex 70 E ED 35 5E 0 7 10A 59 31
Octal 160 16 355 65 136 0 7 412 131 61
Binary 1110000 1110 11101101 110101 1011110 0 111 100001010 1011001 110001

Color Harmonies of #700EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700EED

Black with #700EED

Text Example


Text Example

White with #700EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700EED; }

 p { color: rgb(112,14,237); }

 H1.HeaderClassName
 {
   color: #700EED;
 }
 .AnyTagClassName
 {
   color: #700EED;
 }
</style>

background-color css

<style>
 a { background-color: #700EED; }

 a { background-color: rgb(112,14,237); }

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

border-color css

<style>
 span { border-color: #700EED; }

 span { border-color: rgb(112,14,237); }

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