Html Css Color HEX #7014ED Electric Indigo

📋 copy color: '#7014ED'

red 112 ◦ green 20 ◦ blue 237

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

Shades of Electric Indigo #7014ED

Tints of Electric Indigo #7014ED

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.42%

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

R = 30.35%
G = 5.42%
B = 64.23%

CMYK

 C value IS 0.53

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7014ED (or 0x7014ED) is known color: Electric Indigo. HEX triplet: 70, 14 and ED. RGB value is (112,20,237). Sum of RGB (Red+Green+Blue) = 112+20+237=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 20 (8.20% from 255 or 5.42% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #7014ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7014ED is #8FEB12. Grayscale: #474747. Windows color (decimal): -9431827 or 15537264. OLE color: 15537264.

HSL color Cylindrical-coordinate representation of color #7014ED: hue angle of 265.44º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7014ED is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 20 237 -
CMYK 0.53 0.92 0 0.07
HSL 265.44º 0.86% 0.5% -
HSV(B) 265.44º 0.92% 0.93% -
XYZ 22.22 10.06 80.89 -
YUV 72.25 220.98 156.36 -
System Red Green Blue C M Y K H S L
Decimal 112 20 237 0.53 0.92 0 0.07 265.44 0.86 0.5
Hex 70 14 ED 35 5C 0 7 109 56 32
Octal 160 24 355 65 134 0 7 411 126 62
Binary 1110000 10100 11101101 110101 1011100 0 111 100001001 1010110 110010

Color Harmonies of #7014ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7014ED

Black with #7014ED

Text Example


Text Example

White with #7014ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7014ED; }

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

 H1.HeaderClassName
 {
   color: #7014ED;
 }
 .AnyTagClassName
 {
   color: #7014ED;
 }
</style>

background-color css

<style>
 a { background-color: #7014ED; }

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

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

border-color css

<style>
 span { border-color: #7014ED; }

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

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