Html Css Color HEX #7B01F8 Electric Indigo

📋 copy color: '#7B01F8'

red 123 ◦ green 1 ◦ blue 248

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

Shades of Electric Indigo #7B01F8

Tints of Electric Indigo #7B01F8

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 248 (97.27% from 255) = 66.67%

R = 33.06%
G = 0.27%
B = 66.67%

CMYK

 C value IS 0.50

 M value IS 1.00

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7B01F8 (or 0x7B01F8) is known color: Electric Indigo. HEX triplet: 7B, 01 and F8. RGB value is (123,1,248). Sum of RGB (Red+Green+Blue) = 123+1+248=372 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.06% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 248 (97.27% from 255 or 66.67% from 372); Max value from RGB is 248 - color contains mainly: blue. Hex color #7B01F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B01F8 is #84FE07. Grayscale: #404040. Windows color (decimal): -8715784 or 16253307. OLE color: 16253307.

HSL color Cylindrical-coordinate representation of color #7B01F8: hue angle of 269.64º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B01F8 is Cyan = 0.50, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 123 1 248 -
CMYK 0.50 1.00 0 0.03
HSL 269.64º 0.99% 0.49% -
HSV(B) 269.64º 1% 0.97% -
XYZ 25.12 11.01 89.61 -
YUV 65.64 230.92 168.92 -
System Red Green Blue C M Y K H S L
Decimal 123 1 248 0.50 1.00 0 0.03 269.64 0.99 0.49
Hex 7B 1 F8 32 64 0 3 10E 63 31
Octal 173 1 370 62 144 0 3 416 143 61
Binary 1111011 1 11111000 110010 1100100 0 11 100001110 1100011 110001

Color Harmonies of #7B01F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B01F8

Black with #7B01F8

Text Example


Text Example

White with #7B01F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,1,248); }

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

background-color css

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

 a { background-color: rgb(123,1,248); }

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

border-color css

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

 span { border-color: rgb(123,1,248); }

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