Html Css Color HEX #7813FA Electric Indigo

📋 copy color: '#7813FA'

red 120 ◦ green 19 ◦ blue 250

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

Shades of Electric Indigo #7813FA

Tints of Electric Indigo #7813FA

RGB

 RED value IS 120 (47.27% from 255) = 30.85%

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

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

R = 30.85%
G = 4.88%
B = 64.27%

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

#7813FA (or 0x7813FA) is known color: Electric Indigo. HEX triplet: 78, 13 and FA. RGB value is (120,19,250). Sum of RGB (Red+Green+Blue) = 120+19+250=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #7813FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7813FA is #87EC05. Grayscale: #4A4A4A. Windows color (decimal): -8907782 or 16388984. OLE color: 16388984.

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

Color convert

RGB 120 19 250 -
CMYK 0.52 0.92 0 0.02
HSL 266.23º 0.96% 0.53% -
HSV(B) 266.23º 0.92% 0.98% -
XYZ 25.23 11.36 91.31 -
YUV 75.53 226.46 159.72 -
System Red Green Blue C M Y K H S L
Decimal 120 19 250 0.52 0.92 0 0.02 266.23 0.96 0.53
Hex 78 13 FA 34 5C 0 2 10A 60 35
Octal 170 23 372 64 134 0 2 412 140 65
Binary 1111000 10011 11111010 110100 1011100 0 10 100001010 1100000 110101

Color Harmonies of #7813FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7813FA

Black with #7813FA

Text Example


Text Example

White with #7813FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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