Html Css Color HEX #7B07FF Electric Indigo

📋 copy color: '#7B07FF'

red 123 ◦ green 7 ◦ blue 255

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

Shades of Electric Indigo #7B07FF

Tints of Electric Indigo #7B07FF

RGB

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

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

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

R = 31.95%
G = 1.82%
B = 66.23%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7B07FF (or 0x7B07FF) is known color: Electric Indigo. HEX triplet: 7B, 07 and FF. RGB value is (123,7,255). Sum of RGB (Red+Green+Blue) = 123+7+255=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B07FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B07FF is #84F800. Grayscale: #454545. Windows color (decimal): -8714241 or 16713595. OLE color: 16713595.

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

Color convert

RGB 123 7 255 -
CMYK 0.52 0.97 0 0
HSL 268.06º 1% 0.51% -
HSV(B) 268.06º 0.97% 1% -
XYZ 26.29 11.58 95.46 -
YUV 69.96 232.43 165.83 -
System Red Green Blue C M Y K H S L
Decimal 123 7 255 0.52 0.97 0 0 268.06 1 0.51
Hex 7B 7 FF 34 61 0 0 10C 64 33
Octal 173 7 377 64 141 0 0 414 144 63
Binary 1111011 111 11111111 110100 1100001 0 0 100001100 1100100 110011

Color Harmonies of #7B07FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B07FF

Black with #7B07FF

Text Example


Text Example

White with #7B07FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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