Html Css Color HEX #7B00FF Electric Indigo

📋 copy color: '#7B00FF'

red 123 ◦ green 0 ◦ blue 255

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

Shades of Electric Indigo #7B00FF

Tints of Electric Indigo #7B00FF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 32.54%
G = 0%
B = 67.46%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7B00FF (or 0x7B00FF) is known color: Electric Indigo. HEX triplet: 7B, 00 and FF. RGB value is (123,0,255). Sum of RGB (Red+Green+Blue) = 123+0+255=378 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.54% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #7B00FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B00FF is #84FF00. Grayscale: #404040. Windows color (decimal): -8716033 or 16711803. OLE color: 16711803.

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

Color convert

RGB 123 0 255 -
CMYK 0.52 1 0 0
HSL 268.94º 1% 0.5% -
HSV(B) 268.94º 1% 1% -
XYZ 26.22 11.43 95.43 -
YUV 65.85 234.75 168.77 -
System Red Green Blue C M Y K H S L
Decimal 123 0 255 0.52 1 0 0 268.94 1 0.5
Hex 7B 0 FF 34 64 0 0 10D 64 32
Octal 173 0 377 64 144 0 0 415 144 62
Binary 1111011 0 11111111 110100 1100100 0 0 100001101 1100100 110010

Color Harmonies of #7B00FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B00FF

Black with #7B00FF

Text Example


Text Example

White with #7B00FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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