Html Css Color HEX #7704FA Electric Indigo

📋 copy color: '#7704FA'

red 119 ◦ green 4 ◦ blue 250

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

Shades of Electric Indigo #7704FA

Tints of Electric Indigo #7704FA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.07%

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

R = 31.9%
G = 1.07%
B = 67.02%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7704FA (or 0x7704FA) is known color: Electric Indigo. HEX triplet: 77, 04 and FA. RGB value is (119,4,250). Sum of RGB (Red+Green+Blue) = 119+4+250=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #7704FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7704FA is #88FB05. Grayscale: #414141. Windows color (decimal): -8977158 or 16385143. OLE color: 16385143.

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

Color convert

RGB 119 4 250 -
CMYK 0.52 0.98 0 0.02
HSL 268.05º 0.97% 0.5% -
HSV(B) 268.05º 0.98% 0.98% -
XYZ 24.91 10.91 91.24 -
YUV 66.43 231.6 165.5 -
System Red Green Blue C M Y K H S L
Decimal 119 4 250 0.52 0.98 0 0.02 268.05 0.97 0.5
Hex 77 4 FA 34 62 0 2 10C 61 32
Octal 167 4 372 64 142 0 2 414 141 62
Binary 1110111 100 11111010 110100 1100010 0 10 100001100 1100001 110010

Color Harmonies of #7704FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7704FA

Black with #7704FA

Text Example


Text Example

White with #7704FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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