Html Css Color HEX #7701FA Electric Indigo

📋 copy color: '#7701FA'

red 119 ◦ green 1 ◦ blue 250

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

Shades of Electric Indigo #7701FA

Tints of Electric Indigo #7701FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 67.57%

R = 32.16%
G = 0.27%
B = 67.57%

CMYK

 C value IS 0.52

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7701FA (or 0x7701FA) is known color: Electric Indigo. HEX triplet: 77, 01 and FA. RGB value is (119,1,250). Sum of RGB (Red+Green+Blue) = 119+1+250=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #7701FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7701FA is #88FE05. Grayscale: #3F3F3F. Windows color (decimal): -8977926 or 16384375. OLE color: 16384375.

HSL color Cylindrical-coordinate representation of color #7701FA: hue angle of 268.43º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7701FA is Cyan = 0.52, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 1 250 -
CMYK 0.52 1.00 0 0.02
HSL 268.43º 0.99% 0.49% -
HSV(B) 268.43º 1% 0.98% -
XYZ 24.87 10.85 91.22 -
YUV 64.67 232.59 166.75 -
System Red Green Blue C M Y K H S L
Decimal 119 1 250 0.52 1.00 0 0.02 268.43 0.99 0.49
Hex 77 1 FA 34 64 0 2 10C 63 31
Octal 167 1 372 64 144 0 2 414 143 61
Binary 1110111 1 11111010 110100 1100100 0 10 100001100 1100011 110001

Color Harmonies of #7701FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7701FA

Black with #7701FA

Text Example


Text Example

White with #7701FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7701FA; }

 p { color: rgb(119,1,250); }

 H1.HeaderClassName
 {
   color: #7701FA;
 }
 .AnyTagClassName
 {
   color: #7701FA;
 }
</style>

background-color css

<style>
 a { background-color: #7701FA; }

 a { background-color: rgb(119,1,250); }

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

border-color css

<style>
 span { border-color: #7701FA; }

 span { border-color: rgb(119,1,250); }

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