Html Css Color HEX #7116FE Electric Indigo

📋 copy color: '#7116FE'

red 113 ◦ green 22 ◦ blue 254

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

Shades of Electric Indigo #7116FE

Tints of Electric Indigo #7116FE

RGB

 RED value IS 113 (44.53% from 255) = 29.05%

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

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

R = 29.05%
G = 5.66%
B = 65.3%

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

#7116FE (or 0x7116FE) is known color: Electric Indigo. HEX triplet: 71, 16 and FE. RGB value is (113,22,254). Sum of RGB (Red+Green+Blue) = 113+22+254=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 22 (8.98% from 255 or 5.66% from 389); Blue value is 254 (99.61% from 255 or 65.30% from 389); Max value from RGB is 254 - color contains mainly: blue. Hex color #7116FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7116FE is #8EE901. Grayscale: #4A4A4A. Windows color (decimal): -9365762 or 16651889. OLE color: 16651889.

HSL color Cylindrical-coordinate representation of color #7116FE: hue angle of 263.53º 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 #7116FE is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 22 254 -
CMYK 0.56 0.91 0 0.00
HSL 263.53º 0.99% 0.54% -
HSV(B) 263.53º 0.91% 1% -
XYZ 24.99 11.24 94.62 -
YUV 75.66 228.65 154.64 -
System Red Green Blue C M Y K H S L
Decimal 113 22 254 0.56 0.91 0 0.00 263.53 0.99 0.54
Hex 71 16 FE 38 5B 0 0 108 63 36
Octal 161 26 376 70 133 0 0 410 143 66
Binary 1110001 10110 11111110 111000 1011011 0 0 100001000 1100011 110110

Color Harmonies of #7116FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7116FE

Black with #7116FE

Text Example


Text Example

White with #7116FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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