Html Css Color HEX #7B07FA Electric Indigo

📋 copy color: '#7B07FA'

red 123 ◦ green 7 ◦ blue 250

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

Shades of Electric Indigo #7B07FA

Tints of Electric Indigo #7B07FA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.84%

 BLUE value IS 250 (98.05% from 255) = 65.79%

R = 32.37%
G = 1.84%
B = 65.79%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7B07FA (or 0x7B07FA) is known color: Electric Indigo. HEX triplet: 7B, 07 and FA. RGB value is (123,7,250). Sum of RGB (Red+Green+Blue) = 123+7+250=380 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.37% from 380); Green value is 7 (3.12% from 255 or 1.84% from 380); Blue value is 250 (98.05% from 255 or 65.79% from 380); Max value from RGB is 250 - color contains mainly: blue. Hex color #7B07FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B07FA is #84F805. Grayscale: #444444. Windows color (decimal): -8714246 or 16385915. OLE color: 16385915.

HSL color Cylindrical-coordinate representation of color #7B07FA: hue angle of 268.64º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B07FA is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 123 7 250 -
CMYK 0.51 0.97 0 0.02
HSL 268.64º 0.96% 0.5% -
HSV(B) 268.64º 0.97% 0.98% -
XYZ 25.5 11.27 91.27 -
YUV 69.39 229.93 166.24 -
System Red Green Blue C M Y K H S L
Decimal 123 7 250 0.51 0.97 0 0.02 268.64 0.96 0.5
Hex 7B 7 FA 33 61 0 2 10D 60 32
Octal 173 7 372 63 141 0 2 415 140 62
Binary 1111011 111 11111010 110011 1100001 0 10 100001101 1100000 110010

Color Harmonies of #7B07FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B07FA

Black with #7B07FA

Text Example


Text Example

White with #7B07FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,7,250); }

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

background-color css

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

 a { background-color: rgb(123,7,250); }

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

border-color css

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

 span { border-color: rgb(123,7,250); }

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