Html Css Color HEX #7817F6 Electric Indigo

📋 copy color: '#7817F6'

red 120 ◦ green 23 ◦ blue 246

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

Shades of Electric Indigo #7817F6

Tints of Electric Indigo #7817F6

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.91%

 BLUE value IS 246 (96.48% from 255) = 63.24%

R = 30.85%
G = 5.91%
B = 63.24%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7817F6 (or 0x7817F6) is known color: Electric Indigo. HEX triplet: 78, 17 and F6. RGB value is (120,23,246). Sum of RGB (Red+Green+Blue) = 120+23+246=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 23 (9.38% from 255 or 5.91% from 389); Blue value is 246 (96.48% from 255 or 63.24% from 389); Max value from RGB is 246 - color contains mainly: blue. Hex color #7817F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7817F6 is #87E809. Grayscale: #4C4C4C. Windows color (decimal): -8906762 or 16127864. OLE color: 16127864.

HSL color Cylindrical-coordinate representation of color #7817F6: hue angle of 266.1º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7817F6 is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 120 23 246 -
CMYK 0.51 0.91 0 0.04
HSL 266.1º 0.93% 0.53% -
HSV(B) 266.1º 0.91% 0.96% -
XYZ 24.69 11.26 88.06 -
YUV 77.43 223.14 158.37 -
System Red Green Blue C M Y K H S L
Decimal 120 23 246 0.51 0.91 0 0.04 266.1 0.93 0.53
Hex 78 17 F6 33 5B 0 4 10A 5D 35
Octal 170 27 366 63 133 0 4 412 135 65
Binary 1111000 10111 11110110 110011 1011011 0 100 100001010 1011101 110101

Color Harmonies of #7817F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7817F6

Black with #7817F6

Text Example


Text Example

White with #7817F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7817F6; }

 p { color: rgb(120,23,246); }

 H1.HeaderClassName
 {
   color: #7817F6;
 }
 .AnyTagClassName
 {
   color: #7817F6;
 }
</style>

background-color css

<style>
 a { background-color: #7817F6; }

 a { background-color: rgb(120,23,246); }

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

border-color css

<style>
 span { border-color: #7817F6; }

 span { border-color: rgb(120,23,246); }

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