Html Css Color HEX #7104FE Electric Indigo

📋 copy color: '#7104FE'

red 113 ◦ green 4 ◦ blue 254

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

Shades of Electric Indigo #7104FE

Tints of Electric Indigo #7104FE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.08%

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

R = 30.46%
G = 1.08%
B = 68.46%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7104FE (or 0x7104FE) is known color: Electric Indigo. HEX triplet: 71, 04 and FE. RGB value is (113,4,254). Sum of RGB (Red+Green+Blue) = 113+4+254=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #7104FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7104FE is #8EFB01. Grayscale: #404040. Windows color (decimal): -9370370 or 16647281. OLE color: 16647281.

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

Color convert

RGB 113 4 254 -
CMYK 0.56 0.98 0 0.00
HSL 266.16º 0.99% 0.51% -
HSV(B) 266.16º 0.98% 1% -
XYZ 24.74 10.75 94.54 -
YUV 65.09 234.61 162.17 -
System Red Green Blue C M Y K H S L
Decimal 113 4 254 0.56 0.98 0 0.00 266.16 0.99 0.51
Hex 71 4 FE 38 62 0 0 10A 63 33
Octal 161 4 376 70 142 0 0 412 143 63
Binary 1110001 100 11111110 111000 1100010 0 0 100001010 1100011 110011

Color Harmonies of #7104FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7104FE

Black with #7104FE

Text Example


Text Example

White with #7104FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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