Html Css Color HEX #7007F6 Electric Indigo

📋 copy color: '#7007F6'

red 112 ◦ green 7 ◦ blue 246

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

Shades of Electric Indigo #7007F6

Tints of Electric Indigo #7007F6

RGB

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

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

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

R = 30.68%
G = 1.92%
B = 67.4%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7007F6 (or 0x7007F6) is known color: Electric Indigo. HEX triplet: 70, 07 and F6. RGB value is (112,7,246). Sum of RGB (Red+Green+Blue) = 112+7+246=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 246 (96.48% from 255 or 67.40% from 365); Max value from RGB is 246 - color contains mainly: blue. Hex color #7007F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7007F6 is #8FF809. Grayscale: #404040. Windows color (decimal): -9435146 or 16123760. OLE color: 16123760.

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

Color convert

RGB 112 7 246 -
CMYK 0.54 0.97 0 0.04
HSL 266.36º 0.94% 0.5% -
HSV(B) 266.36º 0.97% 0.96% -
XYZ 23.39 10.25 87.93 -
YUV 65.64 229.79 161.07 -
System Red Green Blue C M Y K H S L
Decimal 112 7 246 0.54 0.97 0 0.04 266.36 0.94 0.5
Hex 70 7 F6 36 61 0 4 10A 5E 32
Octal 160 7 366 66 141 0 4 412 136 62
Binary 1110000 111 11110110 110110 1100001 0 100 100001010 1011110 110010

Color Harmonies of #7007F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7007F6

Black with #7007F6

Text Example


Text Example

White with #7007F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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