Html Css Color HEX #7810FA Electric Indigo

📋 copy color: '#7810FA'

red 120 ◦ green 16 ◦ blue 250

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

Shades of Electric Indigo #7810FA

Tints of Electric Indigo #7810FA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.15%

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

R = 31.09%
G = 4.15%
B = 64.77%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7810FA (or 0x7810FA) is known color: Electric Indigo. HEX triplet: 78, 10 and FA. RGB value is (120,16,250). Sum of RGB (Red+Green+Blue) = 120+16+250=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 16 (6.64% from 255 or 4.15% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #7810FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7810FA is #87EF05. Grayscale: #484848. Windows color (decimal): -8908550 or 16388216. OLE color: 16388216.

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

Color convert

RGB 120 16 250 -
CMYK 0.52 0.94 0 0.02
HSL 266.67º 0.96% 0.52% -
HSV(B) 266.67º 0.94% 0.98% -
XYZ 25.19 11.27 91.29 -
YUV 73.77 227.46 160.97 -
System Red Green Blue C M Y K H S L
Decimal 120 16 250 0.52 0.94 0 0.02 266.67 0.96 0.52
Hex 78 10 FA 34 5E 0 2 10B 60 34
Octal 170 20 372 64 136 0 2 413 140 64
Binary 1111000 10000 11111010 110100 1011110 0 10 100001011 1100000 110100

Color Harmonies of #7810FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7810FA

Black with #7810FA

Text Example


Text Example

White with #7810FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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