Html Css Color HEX #7713F9 Electric Indigo

📋 copy color: '#7713F9'

red 119 ◦ green 19 ◦ blue 249

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

Shades of Electric Indigo #7713F9

Tints of Electric Indigo #7713F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 64.34%

R = 30.75%
G = 4.91%
B = 64.34%

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

#7713F9 (or 0x7713F9) is known color: Electric Indigo. HEX triplet: 77, 13 and F9. RGB value is (119,19,249). Sum of RGB (Red+Green+Blue) = 119+19+249=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 249 (97.66% from 255 or 64.34% from 387); Max value from RGB is 249 - color contains mainly: blue. Hex color #7713F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7713F9 is #88EC06. Grayscale: #4A4A4A. Windows color (decimal): -8973319 or 16323447. OLE color: 16323447.

HSL color Cylindrical-coordinate representation of color #7713F9: hue angle of 266.09º degrees, saturation: 0.95, 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 #7713F9 is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 19 249 -
CMYK 0.52 0.92 0 0.02
HSL 266.09º 0.95% 0.53% -
HSV(B) 266.09º 0.92% 0.98% -
XYZ 24.94 11.23 90.48 -
YUV 75.12 226.13 159.3 -
System Red Green Blue C M Y K H S L
Decimal 119 19 249 0.52 0.92 0 0.02 266.09 0.95 0.53
Hex 77 13 F9 34 5C 0 2 10A 5F 35
Octal 167 23 371 64 134 0 2 412 137 65
Binary 1110111 10011 11111001 110100 1011100 0 10 100001010 1011111 110101

Color Harmonies of #7713F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7713F9

Black with #7713F9

Text Example


Text Example

White with #7713F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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