Html Css Color HEX #7719FF Electric Indigo

📋 copy color: '#7719FF'

red 119 ◦ green 25 ◦ blue 255

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

Shades of Electric Indigo #7719FF

Tints of Electric Indigo #7719FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.91%

R = 29.82%
G = 6.27%
B = 63.91%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7719FF (or 0x7719FF) is known color: Electric Indigo. HEX triplet: 77, 19 and FF. RGB value is (119,25,255). Sum of RGB (Red+Green+Blue) = 119+25+255=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #7719FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7719FF is #88E600. Grayscale: #4E4E4E. Windows color (decimal): -8971777 or 16718199. OLE color: 16718199.

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

Color convert

RGB 119 25 255 -
CMYK 0.53 0.90 0 0
HSL 264.52º 1% 0.55% -
HSV(B) 264.52º 0.9% 1% -
XYZ 26.01 11.84 95.52 -
YUV 79.33 227.14 156.3 -
System Red Green Blue C M Y K H S L
Decimal 119 25 255 0.53 0.90 0 0 264.52 1 0.55
Hex 77 19 FF 35 5A 0 0 109 64 37
Octal 167 31 377 65 132 0 0 411 144 67
Binary 1110111 11001 11111111 110101 1011010 0 0 100001001 1100100 110111

Color Harmonies of #7719FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7719FF

Black with #7719FF

Text Example


Text Example

White with #7719FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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