Html Css Color HEX #7703FB Electric Indigo

📋 copy color: '#7703FB'

red 119 ◦ green 3 ◦ blue 251

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

Shades of Electric Indigo #7703FB

Tints of Electric Indigo #7703FB

RGB

 RED value IS 119 (46.88% from 255) = 31.9%

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

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

R = 31.9%
G = 0.8%
B = 67.29%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7703FB (or 0x7703FB) is known color: Electric Indigo. HEX triplet: 77, 03 and FB. RGB value is (119,3,251). Sum of RGB (Red+Green+Blue) = 119+3+251=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 3 (1.56% from 255 or 0.80% from 373); Blue value is 251 (98.44% from 255 or 67.29% from 373); Max value from RGB is 251 - color contains mainly: blue. Hex color #7703FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7703FB is #88FC04. Grayscale: #414141. Windows color (decimal): -8977413 or 16450423. OLE color: 16450423.

HSL color Cylindrical-coordinate representation of color #7703FB: hue angle of 268.06º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7703FB is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 3 251 -
CMYK 0.53 0.99 0 0.02
HSL 268.06º 0.98% 0.5% -
HSV(B) 268.06º 0.99% 0.98% -
XYZ 25.05 10.95 92.06 -
YUV 65.96 232.43 165.83 -
System Red Green Blue C M Y K H S L
Decimal 119 3 251 0.53 0.99 0 0.02 268.06 0.98 0.5
Hex 77 3 FB 35 63 0 2 10C 62 32
Octal 167 3 373 65 143 0 2 414 142 62
Binary 1110111 11 11111011 110101 1100011 0 10 100001100 1100010 110010

Color Harmonies of #7703FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7703FB

Black with #7703FB

Text Example


Text Example

White with #7703FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7703FB; }

 p { color: rgb(119,3,251); }

 H1.HeaderClassName
 {
   color: #7703FB;
 }
 .AnyTagClassName
 {
   color: #7703FB;
 }
</style>

background-color css

<style>
 a { background-color: #7703FB; }

 a { background-color: rgb(119,3,251); }

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

border-color css

<style>
 span { border-color: #7703FB; }

 span { border-color: rgb(119,3,251); }

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