Html Css Color HEX #700EF6 Electric Indigo

📋 copy color: '#700EF6'

red 112 ◦ green 14 ◦ blue 246

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

Shades of Electric Indigo #700EF6

Tints of Electric Indigo #700EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 66.13%

R = 30.11%
G = 3.76%
B = 66.13%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#700EF6 (or 0x700EF6) is known color: Electric Indigo. HEX triplet: 70, 0E and F6. RGB value is (112,14,246). Sum of RGB (Red+Green+Blue) = 112+14+246=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 14 (5.86% from 255 or 3.76% from 372); Blue value is 246 (96.48% from 255 or 66.13% from 372); Max value from RGB is 246 - color contains mainly: blue. Hex color #700EF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700EF6 is #8FF109. Grayscale: #444444. Windows color (decimal): -9433354 or 16125552. OLE color: 16125552.

HSL color Cylindrical-coordinate representation of color #700EF6: hue angle of 265.34º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700EF6 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 14 246 -
CMYK 0.54 0.94 0 0.04
HSL 265.34º 0.93% 0.51% -
HSV(B) 265.34º 0.94% 0.96% -
XYZ 23.47 10.41 87.96 -
YUV 69.75 227.47 158.14 -
System Red Green Blue C M Y K H S L
Decimal 112 14 246 0.54 0.94 0 0.04 265.34 0.93 0.51
Hex 70 E F6 36 5E 0 4 109 5D 33
Octal 160 16 366 66 136 0 4 411 135 63
Binary 1110000 1110 11110110 110110 1011110 0 100 100001001 1011101 110011

Color Harmonies of #700EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700EF6

Black with #700EF6

Text Example


Text Example

White with #700EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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