Html Css Color HEX #7011FE Electric Indigo

📋 copy color: '#7011FE'

red 112 ◦ green 17 ◦ blue 254

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

Shades of Electric Indigo #7011FE

Tints of Electric Indigo #7011FE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.44%

 BLUE value IS 254 (99.61% from 255) = 66.32%

R = 29.24%
G = 4.44%
B = 66.32%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7011FE (or 0x7011FE) is known color: Electric Indigo. HEX triplet: 70, 11 and FE. RGB value is (112,17,254). Sum of RGB (Red+Green+Blue) = 112+17+254=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 254 (99.61% from 255 or 66.32% from 383); Max value from RGB is 254 - color contains mainly: blue. Hex color #7011FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7011FE is #8FEE01. Grayscale: #474747. Windows color (decimal): -9432578 or 16650608. OLE color: 16650608.

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

Color convert

RGB 112 17 254 -
CMYK 0.56 0.93 0 0.00
HSL 264.05º 0.99% 0.53% -
HSV(B) 264.05º 0.93% 1% -
XYZ 24.77 11 94.58 -
YUV 72.42 230.47 156.23 -
System Red Green Blue C M Y K H S L
Decimal 112 17 254 0.56 0.93 0 0.00 264.05 0.99 0.53
Hex 70 11 FE 38 5D 0 0 108 63 35
Octal 160 21 376 70 135 0 0 410 143 65
Binary 1110000 10001 11111110 111000 1011101 0 0 100001000 1100011 110101

Color Harmonies of #7011FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7011FE

Black with #7011FE

Text Example


Text Example

White with #7011FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7011FE; }

 p { color: rgb(112,17,254); }

 H1.HeaderClassName
 {
   color: #7011FE;
 }
 .AnyTagClassName
 {
   color: #7011FE;
 }
</style>

background-color css

<style>
 a { background-color: #7011FE; }

 a { background-color: rgb(112,17,254); }

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

border-color css

<style>
 span { border-color: #7011FE; }

 span { border-color: rgb(112,17,254); }

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