Html Css Color HEX #7700F2 Electric Indigo

📋 copy color: '#7700F2'

red 119 ◦ green 0 ◦ blue 242

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

Shades of Electric Indigo #7700F2

Tints of Electric Indigo #7700F2

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 242 (94.92% from 255) = 67.04%

R = 32.96%
G = 0%
B = 67.04%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7700F2 (or 0x7700F2) is known color: Electric Indigo. HEX triplet: 77, 00 and F2. RGB value is (119,0,242). Sum of RGB (Red+Green+Blue) = 119+0+242=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 242 (94.92% from 255 or 67.04% from 361); Max value from RGB is 242 - color contains mainly: blue. Hex color #7700F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7700F2 is #88FF0D. Grayscale: #3E3E3E. Windows color (decimal): -8978190 or 15859831. OLE color: 15859831.

HSL color Cylindrical-coordinate representation of color #7700F2: hue angle of 269.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7700F2 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 0 242 -
CMYK 0.51 1 0 0.05
HSL 269.5º 1% 0.47% -
HSV(B) 269.5º 1% 0.95% -
XYZ 23.63 10.33 84.75 -
YUV 63.17 228.92 167.82 -
System Red Green Blue C M Y K H S L
Decimal 119 0 242 0.51 1 0 0.05 269.5 1 0.47
Hex 77 0 F2 33 64 0 5 10E 64 2F
Octal 167 0 362 63 144 0 5 416 144 57
Binary 1110111 0 11110010 110011 1100100 0 101 100001110 1100100 101111

Color Harmonies of #7700F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7700F2

Black with #7700F2

Text Example


Text Example

White with #7700F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7700F2; }

 p { color: rgb(119,0,242); }

 H1.HeaderClassName
 {
   color: #7700F2;
 }
 .AnyTagClassName
 {
   color: #7700F2;
 }
</style>

background-color css

<style>
 a { background-color: #7700F2; }

 a { background-color: rgb(119,0,242); }

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

border-color css

<style>
 span { border-color: #7700F2; }

 span { border-color: rgb(119,0,242); }

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