Html Css Color HEX #7B11F2 Electric Indigo

📋 copy color: '#7B11F2'

red 123 ◦ green 17 ◦ blue 242

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

Shades of Electric Indigo #7B11F2

Tints of Electric Indigo #7B11F2

RGB

 RED value IS 123 (48.44% from 255) = 32.2%

 GREEN value IS 17 (7.03% from 255) = 4.45%

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

R = 32.2%
G = 4.45%
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

#7B11F2 (or 0x7B11F2) is known color: Electric Indigo. HEX triplet: 7B, 11 and F2. RGB value is (123,17,242). Sum of RGB (Red+Green+Blue) = 123+17+242=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 17 (7.03% from 255 or 4.45% 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 #7B11F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B11F2 is #84EE0D. Grayscale: #494949. Windows color (decimal): -8711694 or 15864187. OLE color: 15864187.

HSL color Cylindrical-coordinate representation of color #7B11F2: hue angle of 268.27º 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 #7B11F2 is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 123 17 242 -
CMYK 0.49 0.93 0 0.05
HSL 268.27º 0.9% 0.51% -
HSV(B) 268.27º 0.93% 0.95% -
XYZ 24.4 11.02 84.85 -
YUV 74.34 222.62 162.7 -
System Red Green Blue C M Y K H S L
Decimal 123 17 242 0.49 0.93 0 0.05 268.27 0.9 0.51
Hex 7B 11 F2 31 5D 0 5 10C 5A 33
Octal 173 21 362 61 135 0 5 414 132 63
Binary 1111011 10001 11110010 110001 1011101 0 101 100001100 1011010 110011

Color Harmonies of #7B11F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B11F2

Black with #7B11F2

Text Example


Text Example

White with #7B11F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,17,242); }

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

background-color css

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

 a { background-color: rgb(123,17,242); }

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

border-color css

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

 span { border-color: rgb(123,17,242); }

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