Html Css Color HEX #700EFF Electric Indigo

📋 copy color: '#700EFF'

red 112 ◦ green 14 ◦ blue 255

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

Shades of Electric Indigo #700EFF

Tints of Electric Indigo #700EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.93%

R = 29.4%
G = 3.67%
B = 66.93%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#700EFF (or 0x700EFF) is known color: Electric Indigo. HEX triplet: 70, 0E and FF. RGB value is (112,14,255). Sum of RGB (Red+Green+Blue) = 112+14+255=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #700EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #700EFF is #8FF100. Grayscale: #454545. Windows color (decimal): -9433345 or 16715376. OLE color: 16715376.

HSL color Cylindrical-coordinate representation of color #700EFF: hue angle of 264.4º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #700EFF is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 112 14 255 -
CMYK 0.56 0.95 0 0
HSL 264.4º 1% 0.53% -
HSV(B) 264.4º 0.95% 1% -
XYZ 24.89 10.98 95.42 -
YUV 70.78 231.97 157.4 -
System Red Green Blue C M Y K H S L
Decimal 112 14 255 0.56 0.95 0 0 264.4 1 0.53
Hex 70 E FF 38 5F 0 0 108 64 35
Octal 160 16 377 70 137 0 0 410 144 65
Binary 1110000 1110 11111111 111000 1011111 0 0 100001000 1100100 110101

Color Harmonies of #700EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700EFF

Black with #700EFF

Text Example


Text Example

White with #700EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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