Html Css Color HEX #7C10F2 Electric Indigo

📋 copy color: '#7C10F2'

red 124 ◦ green 16 ◦ blue 242

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

Shades of Electric Indigo #7C10F2

Tints of Electric Indigo #7C10F2

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.19%

 BLUE value IS 242 (94.92% from 255) = 63.35%

R = 32.46%
G = 4.19%
B = 63.35%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7C10F2 (or 0x7C10F2) is known color: Electric Indigo. HEX triplet: 7C, 10 and F2. RGB value is (124,16,242). Sum of RGB (Red+Green+Blue) = 124+16+242=382 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.46% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 242 (94.92% from 255 or 63.35% from 382); Max value from RGB is 242 - color contains mainly: blue. Hex color #7C10F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C10F2 is #83EF0D. Grayscale: #494949. Windows color (decimal): -8646414 or 15863932. OLE color: 15863932.

HSL color Cylindrical-coordinate representation of color #7C10F2: hue angle of 268.67º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C10F2 is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 124 16 242 -
CMYK 0.49 0.93 0 0.05
HSL 268.67º 0.9% 0.51% -
HSV(B) 268.67º 0.93% 0.95% -
XYZ 24.52 11.07 84.85 -
YUV 74.06 222.78 163.62 -
System Red Green Blue C M Y K H S L
Decimal 124 16 242 0.49 0.93 0 0.05 268.67 0.9 0.51
Hex 7C 10 F2 31 5D 0 5 10D 5A 33
Octal 174 20 362 61 135 0 5 415 132 63
Binary 1111100 10000 11110010 110001 1011101 0 101 100001101 1011010 110011

Color Harmonies of #7C10F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C10F2

Black with #7C10F2

Text Example


Text Example

White with #7C10F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,16,242); }

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

background-color css

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

 a { background-color: rgb(124,16,242); }

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

border-color css

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

 span { border-color: rgb(124,16,242); }

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