Html Css Color HEX #7101FE Electric Indigo

📋 copy color: '#7101FE'

red 113 ◦ green 1 ◦ blue 254

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

Shades of Electric Indigo #7101FE

Tints of Electric Indigo #7101FE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 30.71%
G = 0.27%
B = 69.02%

CMYK

 C value IS 0.56

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7101FE (or 0x7101FE) is known color: Electric Indigo. HEX triplet: 71, 01 and FE. RGB value is (113,1,254). Sum of RGB (Red+Green+Blue) = 113+1+254=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 1 (0.78% from 255 or 0.27% from 368); Blue value is 254 (99.61% from 255 or 69.02% from 368); Max value from RGB is 254 - color contains mainly: blue. Hex color #7101FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7101FE is #8EFE01. Grayscale: #3E3E3E. Windows color (decimal): -9371138 or 16646513. OLE color: 16646513.

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

Color convert

RGB 113 1 254 -
CMYK 0.56 1.00 0 0.00
HSL 266.56º 0.99% 0.5% -
HSV(B) 266.56º 1% 1% -
XYZ 24.71 10.69 94.53 -
YUV 63.33 235.61 163.43 -
System Red Green Blue C M Y K H S L
Decimal 113 1 254 0.56 1.00 0 0.00 266.56 0.99 0.5
Hex 71 1 FE 38 64 0 0 10B 63 32
Octal 161 1 376 70 144 0 0 413 143 62
Binary 1110001 1 11111110 111000 1100100 0 0 100001011 1100011 110010

Color Harmonies of #7101FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7101FE

Black with #7101FE

Text Example


Text Example

White with #7101FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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