Html Css Color HEX #7720FF Electric Indigo

📋 copy color: '#7720FF'

red 119 ◦ green 32 ◦ blue 255

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

Shades of Electric Indigo #7720FF

Tints of Electric Indigo #7720FF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.88%

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

R = 29.31%
G = 7.88%
B = 62.81%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7720FF (or 0x7720FF) is known color: Electric Indigo. HEX triplet: 77, 20 and FF. RGB value is (119,32,255). Sum of RGB (Red+Green+Blue) = 119+32+255=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #7720FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7720FF is #88DF00. Grayscale: #525252. Windows color (decimal): -8969985 or 16719991. OLE color: 16719991.

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

Color convert

RGB 119 32 255 -
CMYK 0.53 0.87 0 0
HSL 263.41º 1% 0.56% -
HSV(B) 263.41º 0.87% 1% -
XYZ 26.17 12.17 95.58 -
YUV 83.44 224.82 153.37 -
System Red Green Blue C M Y K H S L
Decimal 119 32 255 0.53 0.87 0 0 263.41 1 0.56
Hex 77 20 FF 35 57 0 0 107 64 38
Octal 167 40 377 65 127 0 0 407 144 70
Binary 1110111 100000 11111111 110101 1010111 0 0 100000111 1100100 111000

Color Harmonies of #7720FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7720FF

Black with #7720FF

Text Example


Text Example

White with #7720FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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