Html Css Color HEX #7713F8 Electric Indigo

📋 copy color: '#7713F8'

red 119 ◦ green 19 ◦ blue 248

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

Shades of Electric Indigo #7713F8

Tints of Electric Indigo #7713F8

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.92%

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

R = 30.83%
G = 4.92%
B = 64.25%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7713F8 (or 0x7713F8) is known color: Electric Indigo. HEX triplet: 77, 13 and F8. RGB value is (119,19,248). Sum of RGB (Red+Green+Blue) = 119+19+248=386 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.83% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 248 (97.27% from 255 or 64.25% from 386); Max value from RGB is 248 - color contains mainly: blue. Hex color #7713F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7713F8 is #88EC07. Grayscale: #4A4A4A. Windows color (decimal): -8973320 or 16257911. OLE color: 16257911.

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

Color convert

RGB 119 19 248 -
CMYK 0.52 0.92 0 0.03
HSL 266.2º 0.94% 0.52% -
HSV(B) 266.2º 0.92% 0.97% -
XYZ 24.78 11.16 89.66 -
YUV 75.01 225.63 159.38 -
System Red Green Blue C M Y K H S L
Decimal 119 19 248 0.52 0.92 0 0.03 266.2 0.94 0.52
Hex 77 13 F8 34 5C 0 3 10A 5E 34
Octal 167 23 370 64 134 0 3 412 136 64
Binary 1110111 10011 11111000 110100 1011100 0 11 100001010 1011110 110100

Color Harmonies of #7713F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7713F8

Black with #7713F8

Text Example


Text Example

White with #7713F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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