Html Css Color HEX #7B05FF Electric Indigo

📋 copy color: '#7B05FF'

red 123 ◦ green 5 ◦ blue 255

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

Shades of Electric Indigo #7B05FF

Tints of Electric Indigo #7B05FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 66.58%

R = 32.11%
G = 1.31%
B = 66.58%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7B05FF (or 0x7B05FF) is known color: Electric Indigo. HEX triplet: 7B, 05 and FF. RGB value is (123,5,255). Sum of RGB (Red+Green+Blue) = 123+5+255=383 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.11% from 383); Green value is 5 (2.34% from 255 or 1.31% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B05FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B05FF is #84FA00. Grayscale: #434343. Windows color (decimal): -8714753 or 16713083. OLE color: 16713083.

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

Color convert

RGB 123 5 255 -
CMYK 0.52 0.98 0 0
HSL 268.32º 1% 0.51% -
HSV(B) 268.32º 0.98% 1% -
XYZ 26.27 11.54 95.45 -
YUV 68.78 233.09 166.67 -
System Red Green Blue C M Y K H S L
Decimal 123 5 255 0.52 0.98 0 0 268.32 1 0.51
Hex 7B 5 FF 34 62 0 0 10C 64 33
Octal 173 5 377 64 142 0 0 414 144 63
Binary 1111011 101 11111111 110100 1100010 0 0 100001100 1100100 110011

Color Harmonies of #7B05FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B05FF

Black with #7B05FF

Text Example


Text Example

White with #7B05FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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