Html Css Color HEX #7916FA Electric Indigo

📋 copy color: '#7916FA'

red 121 ◦ green 22 ◦ blue 250

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

Shades of Electric Indigo #7916FA

Tints of Electric Indigo #7916FA

RGB

 RED value IS 121 (47.66% from 255) = 30.79%

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

 BLUE value IS 250 (98.05% from 255) = 63.61%

R = 30.79%
G = 5.6%
B = 63.61%

CMYK

 C value IS 0.52

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7916FA (or 0x7916FA) is known color: Electric Indigo. HEX triplet: 79, 16 and FA. RGB value is (121,22,250). Sum of RGB (Red+Green+Blue) = 121+22+250=393 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.79% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #7916FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7916FA is #86E905. Grayscale: #4C4C4C. Windows color (decimal): -8841478 or 16389753. OLE color: 16389753.

HSL color Cylindrical-coordinate representation of color #7916FA: hue angle of 266.05º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7916FA is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 121 22 250 -
CMYK 0.52 0.91 0 0.02
HSL 266.05º 0.96% 0.53% -
HSV(B) 266.05º 0.91% 0.98% -
XYZ 25.43 11.54 91.33 -
YUV 77.59 225.3 158.96 -
System Red Green Blue C M Y K H S L
Decimal 121 22 250 0.52 0.91 0 0.02 266.05 0.96 0.53
Hex 79 16 FA 34 5B 0 2 10A 60 35
Octal 171 26 372 64 133 0 2 412 140 65
Binary 1111001 10110 11111010 110100 1011011 0 10 100001010 1100000 110101

Color Harmonies of #7916FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7916FA

Black with #7916FA

Text Example


Text Example

White with #7916FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7916FA; }

 p { color: rgb(121,22,250); }

 H1.HeaderClassName
 {
   color: #7916FA;
 }
 .AnyTagClassName
 {
   color: #7916FA;
 }
</style>

background-color css

<style>
 a { background-color: #7916FA; }

 a { background-color: rgb(121,22,250); }

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

border-color css

<style>
 span { border-color: #7916FA; }

 span { border-color: rgb(121,22,250); }

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