Html Css Color HEX #7817FA Electric Indigo

📋 copy color: '#7817FA'

red 120 ◦ green 23 ◦ blue 250

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

Shades of Electric Indigo #7817FA

Tints of Electric Indigo #7817FA

RGB

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

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

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

R = 30.53%
G = 5.85%
B = 63.61%

CMYK

 C value IS 0.52

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7817FA (or 0x7817FA) is known color: Electric Indigo. HEX triplet: 78, 17 and FA. RGB value is (120,23,250). Sum of RGB (Red+Green+Blue) = 120+23+250=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #7817FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7817FA is #87E805. Grayscale: #4D4D4D. Windows color (decimal): -8906758 or 16390008. OLE color: 16390008.

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

Color convert

RGB 120 23 250 -
CMYK 0.52 0.91 0 0.02
HSL 265.64º 0.96% 0.54% -
HSV(B) 265.64º 0.91% 0.98% -
XYZ 25.31 11.51 91.33 -
YUV 77.88 225.14 158.04 -
System Red Green Blue C M Y K H S L
Decimal 120 23 250 0.52 0.91 0 0.02 265.64 0.96 0.54
Hex 78 17 FA 34 5B 0 2 10A 60 36
Octal 170 27 372 64 133 0 2 412 140 66
Binary 1111000 10111 11111010 110100 1011011 0 10 100001010 1100000 110110

Color Harmonies of #7817FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7817FA

Black with #7817FA

Text Example


Text Example

White with #7817FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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