Html Css Color HEX #7719FE Electric Indigo

📋 copy color: '#7719FE'

red 119 ◦ green 25 ◦ blue 254

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

Shades of Electric Indigo #7719FE

Tints of Electric Indigo #7719FE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.28%

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

R = 29.9%
G = 6.28%
B = 63.82%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7719FE (or 0x7719FE) is known color: Electric Indigo. HEX triplet: 77, 19 and FE. RGB value is (119,25,254). Sum of RGB (Red+Green+Blue) = 119+25+254=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #7719FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7719FE is #88E601. Grayscale: #4E4E4E. Windows color (decimal): -8971778 or 16652663. OLE color: 16652663.

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

Color convert

RGB 119 25 254 -
CMYK 0.53 0.90 0 0.00
HSL 264.63º 0.99% 0.55% -
HSV(B) 264.63º 0.9% 1% -
XYZ 25.84 11.77 94.68 -
YUV 79.21 226.64 156.38 -
System Red Green Blue C M Y K H S L
Decimal 119 25 254 0.53 0.90 0 0.00 264.63 0.99 0.55
Hex 77 19 FE 35 5A 0 0 109 63 37
Octal 167 31 376 65 132 0 0 411 143 67
Binary 1110111 11001 11111110 110101 1011010 0 0 100001001 1100011 110111

Color Harmonies of #7719FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7719FE

Black with #7719FE

Text Example


Text Example

White with #7719FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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