Html Css Color HEX #7716FA Electric Indigo

📋 copy color: '#7716FA'

red 119 ◦ green 22 ◦ blue 250

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

Shades of Electric Indigo #7716FA

Tints of Electric Indigo #7716FA

RGB

 RED value IS 119 (46.88% from 255) = 30.43%

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

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

R = 30.43%
G = 5.63%
B = 63.94%

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

#7716FA (or 0x7716FA) is known color: Electric Indigo. HEX triplet: 77, 16 and FA. RGB value is (119,22,250). Sum of RGB (Red+Green+Blue) = 119+22+250=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #7716FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7716FA is #88E905. Grayscale: #4C4C4C. Windows color (decimal): -8972550 or 16389751. OLE color: 16389751.

HSL color Cylindrical-coordinate representation of color #7716FA: hue angle of 265.53º 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 #7716FA is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 22 250 -
CMYK 0.52 0.91 0 0.02
HSL 265.53º 0.96% 0.53% -
HSV(B) 265.53º 0.91% 0.98% -
XYZ 25.15 11.4 91.32 -
YUV 77 225.64 157.96 -
System Red Green Blue C M Y K H S L
Decimal 119 22 250 0.52 0.91 0 0.02 265.53 0.96 0.53
Hex 77 16 FA 34 5B 0 2 10A 60 35
Octal 167 26 372 64 133 0 2 412 140 65
Binary 1110111 10110 11111010 110100 1011011 0 10 100001010 1100000 110101

Color Harmonies of #7716FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7716FA

Black with #7716FA

Text Example


Text Example

White with #7716FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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