Html Css Color HEX #7917FE Electric Indigo

📋 copy color: '#7917FE'

red 121 ◦ green 23 ◦ blue 254

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

Shades of Electric Indigo #7917FE

Tints of Electric Indigo #7917FE

RGB

 RED value IS 121 (47.66% from 255) = 30.4%

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

 BLUE value IS 254 (99.61% from 255) = 63.82%

R = 30.4%
G = 5.78%
B = 63.82%

CMYK

 C value IS 0.52

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7917FE (or 0x7917FE) is known color: Electric Indigo. HEX triplet: 79, 17 and FE. RGB value is (121,23,254). Sum of RGB (Red+Green+Blue) = 121+23+254=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #7917FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7917FE is #86E801. Grayscale: #4D4D4D. Windows color (decimal): -8841218 or 16652153. OLE color: 16652153.

HSL color Cylindrical-coordinate representation of color #7917FE: hue angle of 265.45º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7917FE is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 121 23 254 -
CMYK 0.52 0.91 0 0.00
HSL 265.45º 0.99% 0.54% -
HSV(B) 265.45º 0.91% 1% -
XYZ 26.08 11.83 94.68 -
YUV 78.64 226.97 158.22 -
System Red Green Blue C M Y K H S L
Decimal 121 23 254 0.52 0.91 0 0.00 265.45 0.99 0.54
Hex 79 17 FE 34 5B 0 0 109 63 36
Octal 171 27 376 64 133 0 0 411 143 66
Binary 1111001 10111 11111110 110100 1011011 0 0 100001001 1100011 110110

Color Harmonies of #7917FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7917FE

Black with #7917FE

Text Example


Text Example

White with #7917FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7917FE; }

 p { color: rgb(121,23,254); }

 H1.HeaderClassName
 {
   color: #7917FE;
 }
 .AnyTagClassName
 {
   color: #7917FE;
 }
</style>

background-color css

<style>
 a { background-color: #7917FE; }

 a { background-color: rgb(121,23,254); }

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

border-color css

<style>
 span { border-color: #7917FE; }

 span { border-color: rgb(121,23,254); }

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