Html Css Color HEX #7716FE Electric Indigo

📋 copy color: '#7716FE'

red 119 ◦ green 22 ◦ blue 254

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

Shades of Electric Indigo #7716FE

Tints of Electric Indigo #7716FE

RGB

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

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

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

R = 30.13%
G = 5.57%
B = 64.3%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7716FE (or 0x7716FE) is known color: Electric Indigo. HEX triplet: 77, 16 and FE. RGB value is (119,22,254). Sum of RGB (Red+Green+Blue) = 119+22+254=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #7716FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7716FE is #88E901. Grayscale: #4C4C4C. Windows color (decimal): -8972546 or 16651895. OLE color: 16651895.

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

Color convert

RGB 119 22 254 -
CMYK 0.53 0.91 0 0.00
HSL 265.09º 0.99% 0.54% -
HSV(B) 265.09º 0.91% 1% -
XYZ 25.78 11.65 94.66 -
YUV 77.45 227.64 157.64 -
System Red Green Blue C M Y K H S L
Decimal 119 22 254 0.53 0.91 0 0.00 265.09 0.99 0.54
Hex 77 16 FE 35 5B 0 0 109 63 36
Octal 167 26 376 65 133 0 0 411 143 66
Binary 1110111 10110 11111110 110101 1011011 0 0 100001001 1100011 110110

Color Harmonies of #7716FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7716FE

Black with #7716FE

Text Example


Text Example

White with #7716FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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