Html Css Color HEX #7703FF Electric Indigo

📋 copy color: '#7703FF'

red 119 ◦ green 3 ◦ blue 255

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

Shades of Electric Indigo #7703FF

Tints of Electric Indigo #7703FF

RGB

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

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

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

R = 31.56%
G = 0.8%
B = 67.64%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7703FF (or 0x7703FF) is known color: Electric Indigo. HEX triplet: 77, 03 and FF. RGB value is (119,3,255). Sum of RGB (Red+Green+Blue) = 119+3+255=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #7703FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7703FF is #88FC00. Grayscale: #414141. Windows color (decimal): -8977409 or 16712567. OLE color: 16712567.

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

Color convert

RGB 119 3 255 -
CMYK 0.53 0.99 0 0
HSL 267.62º 1% 0.51% -
HSV(B) 267.62º 0.99% 1% -
XYZ 25.69 11.21 95.42 -
YUV 66.41 234.43 165.51 -
System Red Green Blue C M Y K H S L
Decimal 119 3 255 0.53 0.99 0 0 267.62 1 0.51
Hex 77 3 FF 35 63 0 0 10C 64 33
Octal 167 3 377 65 143 0 0 414 144 63
Binary 1110111 11 11111111 110101 1100011 0 0 100001100 1100100 110011

Color Harmonies of #7703FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7703FF

Black with #7703FF

Text Example


Text Example

White with #7703FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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