Html Css Color HEX #7810FF Electric Indigo

📋 copy color: '#7810FF'

red 120 ◦ green 16 ◦ blue 255

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

Shades of Electric Indigo #7810FF

Tints of Electric Indigo #7810FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 65.22%

R = 30.69%
G = 4.09%
B = 65.22%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7810FF (or 0x7810FF) is known color: Electric Indigo. HEX triplet: 78, 10 and FF. RGB value is (120,16,255). Sum of RGB (Red+Green+Blue) = 120+16+255=391 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.69% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #7810FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7810FF is #87EF00. Grayscale: #494949. Windows color (decimal): -8908545 or 16715896. OLE color: 16715896.

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

Color convert

RGB 120 16 255 -
CMYK 0.53 0.94 0 0
HSL 266.11º 1% 0.53% -
HSV(B) 266.11º 0.94% 1% -
XYZ 25.98 11.58 95.47 -
YUV 74.34 229.96 160.57 -
System Red Green Blue C M Y K H S L
Decimal 120 16 255 0.53 0.94 0 0 266.11 1 0.53
Hex 78 10 FF 35 5E 0 0 10A 64 35
Octal 170 20 377 65 136 0 0 412 144 65
Binary 1111000 10000 11111111 110101 1011110 0 0 100001010 1100100 110101

Color Harmonies of #7810FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7810FF

Black with #7810FF

Text Example


Text Example

White with #7810FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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