Html Css Color HEX #7714FE Electric Indigo

📋 copy color: '#7714FE'

red 119 ◦ green 20 ◦ blue 254

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

Shades of Electric Indigo #7714FE

Tints of Electric Indigo #7714FE

RGB

 RED value IS 119 (46.88% from 255) = 30.28%

 GREEN value IS 20 (8.2% from 255) = 5.09%

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

R = 30.28%
G = 5.09%
B = 64.63%

CMYK

 C value IS 0.53

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7714FE (or 0x7714FE) is known color: Electric Indigo. HEX triplet: 77, 14 and FE. RGB value is (119,20,254). Sum of RGB (Red+Green+Blue) = 119+20+254=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #7714FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7714FE is #88EB01. Grayscale: #4B4B4B. Windows color (decimal): -8973058 or 16651383. OLE color: 16651383.

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

Color convert

RGB 119 20 254 -
CMYK 0.53 0.92 0 0.00
HSL 265.38º 0.99% 0.54% -
HSV(B) 265.38º 0.92% 1% -
XYZ 25.75 11.58 94.64 -
YUV 76.28 228.3 158.47 -
System Red Green Blue C M Y K H S L
Decimal 119 20 254 0.53 0.92 0 0.00 265.38 0.99 0.54
Hex 77 14 FE 35 5C 0 0 109 63 36
Octal 167 24 376 65 134 0 0 411 143 66
Binary 1110111 10100 11111110 110101 1011100 0 0 100001001 1100011 110110

Color Harmonies of #7714FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7714FE

Black with #7714FE

Text Example


Text Example

White with #7714FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,20,254); }

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

background-color css

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

 a { background-color: rgb(119,20,254); }

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

border-color css

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

 span { border-color: rgb(119,20,254); }

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