Html Css Color HEX #7713FA Electric Indigo

📋 copy color: '#7713FA'

red 119 ◦ green 19 ◦ blue 250

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

Shades of Electric Indigo #7713FA

Tints of Electric Indigo #7713FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 64.43%

R = 30.67%
G = 4.9%
B = 64.43%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7713FA (or 0x7713FA) is known color: Electric Indigo. HEX triplet: 77, 13 and FA. RGB value is (119,19,250). Sum of RGB (Red+Green+Blue) = 119+19+250=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 19 (7.81% from 255 or 4.90% from 388); Blue value is 250 (98.05% from 255 or 64.43% from 388); Max value from RGB is 250 - color contains mainly: blue. Hex color #7713FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7713FA is #88EC05. Grayscale: #4A4A4A. Windows color (decimal): -8973318 or 16388983. OLE color: 16388983.

HSL color Cylindrical-coordinate representation of color #7713FA: hue angle of 265.97º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7713FA is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 19 250 -
CMYK 0.52 0.92 0 0.02
HSL 265.97º 0.96% 0.53% -
HSV(B) 265.97º 0.92% 0.98% -
XYZ 25.1 11.29 91.3 -
YUV 75.23 226.63 159.22 -
System Red Green Blue C M Y K H S L
Decimal 119 19 250 0.52 0.92 0 0.02 265.97 0.96 0.53
Hex 77 13 FA 34 5C 0 2 10A 60 35
Octal 167 23 372 64 134 0 2 412 140 65
Binary 1110111 10011 11111010 110100 1011100 0 10 100001010 1100000 110101

Color Harmonies of #7713FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7713FA

Black with #7713FA

Text Example


Text Example

White with #7713FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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