Html Css Color HEX #7C14FE Electric Indigo

📋 copy color: '#7C14FE'

red 124 ◦ green 20 ◦ blue 254

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

Shades of Electric Indigo #7C14FE

Tints of Electric Indigo #7C14FE

RGB

 RED value IS 124 (48.83% from 255) = 31.16%

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

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

R = 31.16%
G = 5.03%
B = 63.82%

CMYK

 C value IS 0.51

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7C14FE (or 0x7C14FE) is known color: Electric Indigo. HEX triplet: 7C, 14 and FE. RGB value is (124,20,254). Sum of RGB (Red+Green+Blue) = 124+20+254=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 20 (8.20% from 255 or 5.03% 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 #7C14FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C14FE is #83EB01. Grayscale: #4C4C4C. Windows color (decimal): -8645378 or 16651388. OLE color: 16651388.

HSL color Cylindrical-coordinate representation of color #7C14FE: hue angle of 266.67º 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 #7C14FE is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 124 20 254 -
CMYK 0.51 0.92 0 0.00
HSL 266.67º 0.99% 0.54% -
HSV(B) 266.67º 0.92% 1% -
XYZ 26.45 11.94 94.68 -
YUV 77.77 227.46 160.97 -
System Red Green Blue C M Y K H S L
Decimal 124 20 254 0.51 0.92 0 0.00 266.67 0.99 0.54
Hex 7C 14 FE 33 5C 0 0 10B 63 36
Octal 174 24 376 63 134 0 0 413 143 66
Binary 1111100 10100 11111110 110011 1011100 0 0 100001011 1100011 110110

Color Harmonies of #7C14FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C14FE

Black with #7C14FE

Text Example


Text Example

White with #7C14FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C14FE; }

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

 H1.HeaderClassName
 {
   color: #7C14FE;
 }
 .AnyTagClassName
 {
   color: #7C14FE;
 }
</style>

background-color css

<style>
 a { background-color: #7C14FE; }

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

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

border-color css

<style>
 span { border-color: #7C14FE; }

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

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