Html Css Color HEX #7B00FD Electric Indigo

📋 copy color: '#7B00FD'

red 123 ◦ green 0 ◦ blue 253

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

Shades of Electric Indigo #7B00FD

Tints of Electric Indigo #7B00FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 67.29%

R = 32.71%
G = 0%
B = 67.29%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7B00FD (or 0x7B00FD) is known color: Electric Indigo. HEX triplet: 7B, 00 and FD. RGB value is (123,0,253). Sum of RGB (Red+Green+Blue) = 123+0+253=376 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.71% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 253 (99.22% from 255 or 67.29% from 376); Max value from RGB is 253 - color contains mainly: blue. Hex color #7B00FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B00FD is #84FF02. Grayscale: #404040. Windows color (decimal): -8716035 or 16580731. OLE color: 16580731.

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

Color convert

RGB 123 0 253 -
CMYK 0.51 1 0 0.01
HSL 269.17º 1% 0.5% -
HSV(B) 269.17º 1% 0.99% -
XYZ 25.9 11.3 93.75 -
YUV 65.62 233.75 168.93 -
System Red Green Blue C M Y K H S L
Decimal 123 0 253 0.51 1 0 0.01 269.17 1 0.5
Hex 7B 0 FD 33 64 0 1 10D 64 32
Octal 173 0 375 63 144 0 1 415 144 62
Binary 1111011 0 11111101 110011 1100100 0 1 100001101 1100100 110010

Color Harmonies of #7B00FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B00FD

Black with #7B00FD

Text Example


Text Example

White with #7B00FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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