Html Css Color HEX #7410FE Electric Indigo

📋 copy color: '#7410FE'

red 116 ◦ green 16 ◦ blue 254

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

Shades of Electric Indigo #7410FE

Tints of Electric Indigo #7410FE

RGB

 RED value IS 116 (45.7% from 255) = 30.05%

 GREEN value IS 16 (6.64% from 255) = 4.15%

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

R = 30.05%
G = 4.15%
B = 65.8%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7410FE (or 0x7410FE) is known color: Electric Indigo. HEX triplet: 74, 10 and FE. RGB value is (116,16,254). Sum of RGB (Red+Green+Blue) = 116+16+254=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 16 (6.64% from 255 or 4.15% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #7410FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7410FE is #8BEF01. Grayscale: #484848. Windows color (decimal): -9170690 or 16650356. OLE color: 16650356.

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

Color convert

RGB 116 16 254 -
CMYK 0.54 0.94 0 0.00
HSL 265.21º 0.99% 0.53% -
HSV(B) 265.21º 0.94% 1% -
XYZ 25.28 11.24 94.6 -
YUV 73.03 230.13 158.65 -
System Red Green Blue C M Y K H S L
Decimal 116 16 254 0.54 0.94 0 0.00 265.21 0.99 0.53
Hex 74 10 FE 36 5E 0 0 109 63 35
Octal 164 20 376 66 136 0 0 411 143 65
Binary 1110100 10000 11111110 110110 1011110 0 0 100001001 1100011 110101

Color Harmonies of #7410FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7410FE

Black with #7410FE

Text Example


Text Example

White with #7410FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,16,254); }

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

background-color css

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

 a { background-color: rgb(116,16,254); }

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

border-color css

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

 span { border-color: rgb(116,16,254); }

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