Html Css Color HEX #7007EE Electric Indigo

📋 copy color: '#7007EE'

red 112 ◦ green 7 ◦ blue 238

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

Shades of Electric Indigo #7007EE

Tints of Electric Indigo #7007EE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.96%

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

R = 31.37%
G = 1.96%
B = 66.67%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7007EE (or 0x7007EE) is known color: Electric Indigo. HEX triplet: 70, 07 and EE. RGB value is (112,7,238). Sum of RGB (Red+Green+Blue) = 112+7+238=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 238 (93.36% from 255 or 66.67% from 357); Max value from RGB is 238 - color contains mainly: blue. Hex color #7007EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7007EE is #8FF811. Grayscale: #3F3F3F. Windows color (decimal): -9435154 or 15599472. OLE color: 15599472.

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

Color convert

RGB 112 7 238 -
CMYK 0.53 0.97 0 0.07
HSL 267.27º 0.94% 0.48% -
HSV(B) 267.27º 0.97% 0.93% -
XYZ 22.19 9.77 81.61 -
YUV 64.73 225.79 161.72 -
System Red Green Blue C M Y K H S L
Decimal 112 7 238 0.53 0.97 0 0.07 267.27 0.94 0.48
Hex 70 7 EE 35 61 0 7 10B 5E 30
Octal 160 7 356 65 141 0 7 413 136 60
Binary 1110000 111 11101110 110101 1100001 0 111 100001011 1011110 110000

Color Harmonies of #7007EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7007EE

Black with #7007EE

Text Example


Text Example

White with #7007EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,7,238); }

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

background-color css

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

 a { background-color: rgb(112,7,238); }

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

border-color css

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

 span { border-color: rgb(112,7,238); }

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