Html Css Color HEX #7B07FB Electric Indigo

📋 copy color: '#7B07FB'

red 123 ◦ green 7 ◦ blue 251

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

Shades of Electric Indigo #7B07FB

Tints of Electric Indigo #7B07FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.88%

R = 32.28%
G = 1.84%
B = 65.88%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7B07FB (or 0x7B07FB) is known color: Electric Indigo. HEX triplet: 7B, 07 and FB. RGB value is (123,7,251). Sum of RGB (Red+Green+Blue) = 123+7+251=381 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.28% from 381); Green value is 7 (3.12% from 255 or 1.84% from 381); Blue value is 251 (98.44% from 255 or 65.88% from 381); Max value from RGB is 251 - color contains mainly: blue. Hex color #7B07FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B07FB is #84F804. Grayscale: #444444. Windows color (decimal): -8714245 or 16451451. OLE color: 16451451.

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

Color convert

RGB 123 7 251 -
CMYK 0.51 0.97 0 0.02
HSL 268.52º 0.97% 0.51% -
HSV(B) 268.52º 0.97% 0.98% -
XYZ 25.66 11.33 92.1 -
YUV 69.5 230.43 166.16 -
System Red Green Blue C M Y K H S L
Decimal 123 7 251 0.51 0.97 0 0.02 268.52 0.97 0.51
Hex 7B 7 FB 33 61 0 2 10D 61 33
Octal 173 7 373 63 141 0 2 415 141 63
Binary 1111011 111 11111011 110011 1100001 0 10 100001101 1100001 110011

Color Harmonies of #7B07FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B07FB

Black with #7B07FB

Text Example


Text Example

White with #7B07FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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