Html Css Color HEX #7717F8 Electric Indigo

📋 copy color: '#7717F8'

red 119 ◦ green 23 ◦ blue 248

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

Shades of Electric Indigo #7717F8

Tints of Electric Indigo #7717F8

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.9%

 BLUE value IS 248 (97.27% from 255) = 63.59%

R = 30.51%
G = 5.9%
B = 63.59%

CMYK

 C value IS 0.52

 M value IS 0.91

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7717F8 (or 0x7717F8) is known color: Electric Indigo. HEX triplet: 77, 17 and F8. RGB value is (119,23,248). Sum of RGB (Red+Green+Blue) = 119+23+248=390 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.51% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 248 (97.27% from 255 or 63.59% from 390); Max value from RGB is 248 - color contains mainly: blue. Hex color #7717F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7717F8 is #88E807. Grayscale: #4C4C4C. Windows color (decimal): -8972296 or 16258935. OLE color: 16258935.

HSL color Cylindrical-coordinate representation of color #7717F8: hue angle of 265.6º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7717F8 is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 119 23 248 -
CMYK 0.52 0.91 0 0.03
HSL 265.6º 0.94% 0.53% -
HSV(B) 265.6º 0.91% 0.97% -
XYZ 24.86 11.31 89.68 -
YUV 77.35 224.3 157.7 -
System Red Green Blue C M Y K H S L
Decimal 119 23 248 0.52 0.91 0 0.03 265.6 0.94 0.53
Hex 77 17 F8 34 5B 0 3 10A 5E 35
Octal 167 27 370 64 133 0 3 412 136 65
Binary 1110111 10111 11111000 110100 1011011 0 11 100001010 1011110 110101

Color Harmonies of #7717F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7717F8

Black with #7717F8

Text Example


Text Example

White with #7717F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7717F8; }

 p { color: rgb(119,23,248); }

 H1.HeaderClassName
 {
   color: #7717F8;
 }
 .AnyTagClassName
 {
   color: #7717F8;
 }
</style>

background-color css

<style>
 a { background-color: #7717F8; }

 a { background-color: rgb(119,23,248); }

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

border-color css

<style>
 span { border-color: #7717F8; }

 span { border-color: rgb(119,23,248); }

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