Html Css Color HEX #7B03FF Electric Indigo

📋 copy color: '#7B03FF'

red 123 ◦ green 3 ◦ blue 255

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

Shades of Electric Indigo #7B03FF

Tints of Electric Indigo #7B03FF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.79%

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

R = 32.28%
G = 0.79%
B = 66.93%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7B03FF (or 0x7B03FF) is known color: Electric Indigo. HEX triplet: 7B, 03 and FF. RGB value is (123,3,255). Sum of RGB (Red+Green+Blue) = 123+3+255=381 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.28% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B03FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B03FF is #84FC00. Grayscale: #424242. Windows color (decimal): -8715265 or 16712571. OLE color: 16712571.

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

Color convert

RGB 123 3 255 -
CMYK 0.52 0.99 0 0
HSL 268.57º 1% 0.51% -
HSV(B) 268.57º 0.99% 1% -
XYZ 26.25 11.5 95.44 -
YUV 67.61 233.76 167.51 -
System Red Green Blue C M Y K H S L
Decimal 123 3 255 0.52 0.99 0 0 268.57 1 0.51
Hex 7B 3 FF 34 63 0 0 10D 64 33
Octal 173 3 377 64 143 0 0 415 144 63
Binary 1111011 11 11111111 110100 1100011 0 0 100001101 1100100 110011

Color Harmonies of #7B03FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B03FF

Black with #7B03FF

Text Example


Text Example

White with #7B03FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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