Html Css Color HEX #7B05F6 Electric Indigo

📋 copy color: '#7B05F6'

red 123 ◦ green 5 ◦ blue 246

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

Shades of Electric Indigo #7B05F6

Tints of Electric Indigo #7B05F6

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.34%

 BLUE value IS 246 (96.48% from 255) = 65.78%

R = 32.89%
G = 1.34%
B = 65.78%

CMYK

 C value IS 0.50

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7B05F6 (or 0x7B05F6) is known color: Electric Indigo. HEX triplet: 7B, 05 and F6. RGB value is (123,5,246). Sum of RGB (Red+Green+Blue) = 123+5+246=374 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.89% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 246 (96.48% from 255 or 65.78% from 374); Max value from RGB is 246 - color contains mainly: blue. Hex color #7B05F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B05F6 is #84FA09. Grayscale: #424242. Windows color (decimal): -8714762 or 16123259. OLE color: 16123259.

HSL color Cylindrical-coordinate representation of color #7B05F6: hue angle of 269.38º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B05F6 is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 123 5 246 -
CMYK 0.50 0.98 0 0.04
HSL 269.38º 0.96% 0.49% -
HSV(B) 269.38º 0.98% 0.96% -
XYZ 24.86 10.97 88 -
YUV 67.76 228.59 167.4 -
System Red Green Blue C M Y K H S L
Decimal 123 5 246 0.50 0.98 0 0.04 269.38 0.96 0.49
Hex 7B 5 F6 32 62 0 4 10D 60 31
Octal 173 5 366 62 142 0 4 415 140 61
Binary 1111011 101 11110110 110010 1100010 0 100 100001101 1100000 110001

Color Harmonies of #7B05F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B05F6

Black with #7B05F6

Text Example


Text Example

White with #7B05F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,5,246); }

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

background-color css

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

 a { background-color: rgb(123,5,246); }

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

border-color css

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

 span { border-color: rgb(123,5,246); }

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