Html Css Color HEX #7810F1 Electric Indigo

📋 copy color: '#7810F1'

red 120 ◦ green 16 ◦ blue 241

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

Shades of Electric Indigo #7810F1

Tints of Electric Indigo #7810F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 63.93%

R = 31.83%
G = 4.24%
B = 63.93%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7810F1 (or 0x7810F1) is known color: Electric Indigo. HEX triplet: 78, 10 and F1. RGB value is (120,16,241). Sum of RGB (Red+Green+Blue) = 120+16+241=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 16 (6.64% from 255 or 4.24% from 377); Blue value is 241 (94.53% from 255 or 63.93% from 377); Max value from RGB is 241 - color contains mainly: blue. Hex color #7810F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7810F1 is #87EF0E. Grayscale: #474747. Windows color (decimal): -8908559 or 15798392. OLE color: 15798392.

HSL color Cylindrical-coordinate representation of color #7810F1: hue angle of 267.73º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7810F1 is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 120 16 241 -
CMYK 0.50 0.93 0 0.05
HSL 267.73º 0.89% 0.5% -
HSV(B) 267.73º 0.93% 0.95% -
XYZ 23.81 10.71 84.03 -
YUV 72.75 222.96 161.7 -
System Red Green Blue C M Y K H S L
Decimal 120 16 241 0.50 0.93 0 0.05 267.73 0.89 0.5
Hex 78 10 F1 32 5D 0 5 10C 59 32
Octal 170 20 361 62 135 0 5 414 131 62
Binary 1111000 10000 11110001 110010 1011101 0 101 100001100 1011001 110010

Color Harmonies of #7810F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7810F1

Black with #7810F1

Text Example


Text Example

White with #7810F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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