Html Css Color HEX #7701FB Electric Indigo

📋 copy color: '#7701FB'

red 119 ◦ green 1 ◦ blue 251

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

Shades of Electric Indigo #7701FB

Tints of Electric Indigo #7701FB

RGB

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

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

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

R = 32.08%
G = 0.27%
B = 67.65%

CMYK

 C value IS 0.53

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7701FB (or 0x7701FB) is known color: Electric Indigo. HEX triplet: 77, 01 and FB. RGB value is (119,1,251). Sum of RGB (Red+Green+Blue) = 119+1+251=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #7701FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7701FB is #88FE04. Grayscale: #3F3F3F. Windows color (decimal): -8977925 or 16449911. OLE color: 16449911.

HSL color Cylindrical-coordinate representation of color #7701FB: hue angle of 268.32º 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 #7701FB is Cyan = 0.53, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 1 251 -
CMYK 0.53 1.00 0 0.02
HSL 268.32º 0.99% 0.49% -
HSV(B) 268.32º 1% 0.98% -
XYZ 25.03 10.91 92.05 -
YUV 64.78 233.09 166.67 -
System Red Green Blue C M Y K H S L
Decimal 119 1 251 0.53 1.00 0 0.02 268.32 0.99 0.49
Hex 77 1 FB 35 64 0 2 10C 63 31
Octal 167 1 373 65 144 0 2 414 143 61
Binary 1110111 1 11111011 110101 1100100 0 10 100001100 1100011 110001

Color Harmonies of #7701FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7701FB

Black with #7701FB

Text Example


Text Example

White with #7701FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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