Html Css Color HEX #7016FE Electric Indigo

📋 copy color: '#7016FE'

red 112 ◦ green 22 ◦ blue 254

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

Shades of Electric Indigo #7016FE

Tints of Electric Indigo #7016FE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.67%

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

R = 28.87%
G = 5.67%
B = 65.46%

CMYK

 C value IS 0.56

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7016FE (or 0x7016FE) is known color: Electric Indigo. HEX triplet: 70, 16 and FE. RGB value is (112,22,254). Sum of RGB (Red+Green+Blue) = 112+22+254=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #7016FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7016FE is #8FE901. Grayscale: #4A4A4A. Windows color (decimal): -9431298 or 16651888. OLE color: 16651888.

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

Color convert

RGB 112 22 254 -
CMYK 0.56 0.91 0 0.00
HSL 263.28º 0.99% 0.54% -
HSV(B) 263.28º 0.91% 1% -
XYZ 24.86 11.17 94.61 -
YUV 75.36 228.82 154.14 -
System Red Green Blue C M Y K H S L
Decimal 112 22 254 0.56 0.91 0 0.00 263.28 0.99 0.54
Hex 70 16 FE 38 5B 0 0 107 63 36
Octal 160 26 376 70 133 0 0 407 143 66
Binary 1110000 10110 11111110 111000 1011011 0 0 100000111 1100011 110110

Color Harmonies of #7016FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7016FE

Black with #7016FE

Text Example


Text Example

White with #7016FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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