Html Css Color HEX #7C0AFE Electric Indigo

📋 copy color: '#7C0AFE'

red 124 ◦ green 10 ◦ blue 254

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

Shades of Electric Indigo #7C0AFE

Tints of Electric Indigo #7C0AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.58%

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

R = 31.96%
G = 2.58%
B = 65.46%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7C0AFE (or 0x7C0AFE) is known color: Electric Indigo. HEX triplet: 7C, 0A and FE. RGB value is (124,10,254). Sum of RGB (Red+Green+Blue) = 124+10+254=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 10 (4.30% from 255 or 2.58% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C0AFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C0AFE is #83F501. Grayscale: #474747. Windows color (decimal): -8647938 or 16648828. OLE color: 16648828.

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

Color convert

RGB 124 10 254 -
CMYK 0.51 0.96 0 0.00
HSL 268.03º 0.99% 0.52% -
HSV(B) 268.03º 0.96% 1% -
XYZ 26.31 11.66 94.63 -
YUV 71.9 230.77 165.16 -
System Red Green Blue C M Y K H S L
Decimal 124 10 254 0.51 0.96 0 0.00 268.03 0.99 0.52
Hex 7C A FE 33 60 0 0 10C 63 34
Octal 174 12 376 63 140 0 0 414 143 64
Binary 1111100 1010 11111110 110011 1100000 0 0 100001100 1100011 110100

Color Harmonies of #7C0AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0AFE

Black with #7C0AFE

Text Example


Text Example

White with #7C0AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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