Html Css Color HEX #7104FF Electric Indigo

📋 copy color: '#7104FF'

red 113 ◦ green 4 ◦ blue 255

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

Shades of Electric Indigo #7104FF

Tints of Electric Indigo #7104FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 68.55%

R = 30.38%
G = 1.08%
B = 68.55%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7104FF (or 0x7104FF) is known color: Electric Indigo. HEX triplet: 71, 04 and FF. RGB value is (113,4,255). Sum of RGB (Red+Green+Blue) = 113+4+255=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #7104FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7104FF is #8EFB00. Grayscale: #404040. Windows color (decimal): -9370369 or 16712817. OLE color: 16712817.

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

Color convert

RGB 113 4 255 -
CMYK 0.56 0.98 0 0
HSL 266.06º 1% 0.51% -
HSV(B) 266.06º 0.98% 1% -
XYZ 24.9 10.82 95.38 -
YUV 65.21 235.11 162.09 -
System Red Green Blue C M Y K H S L
Decimal 113 4 255 0.56 0.98 0 0 266.06 1 0.51
Hex 71 4 FF 38 62 0 0 10A 64 33
Octal 161 4 377 70 142 0 0 412 144 63
Binary 1110001 100 11111111 111000 1100010 0 0 100001010 1100100 110011

Color Harmonies of #7104FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7104FF

Black with #7104FF

Text Example


Text Example

White with #7104FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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