Html Css Color HEX #7700FC Electric Indigo

📋 copy color: '#7700FC'

red 119 ◦ green 0 ◦ blue 252

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

Shades of Electric Indigo #7700FC

Tints of Electric Indigo #7700FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 67.92%

R = 32.08%
G = 0%
B = 67.92%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7700FC (or 0x7700FC) is known color: Electric Indigo. HEX triplet: 77, 00 and FC. RGB value is (119,0,252). Sum of RGB (Red+Green+Blue) = 119+0+252=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #7700FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7700FC is #88FF03. Grayscale: #3F3F3F. Windows color (decimal): -8978180 or 16515191. OLE color: 16515191.

HSL color Cylindrical-coordinate representation of color #7700FC: hue angle of 268.33º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7700FC is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 119 0 252 -
CMYK 0.53 1 0 0.01
HSL 268.33º 1% 0.49% -
HSV(B) 268.33º 1% 0.99% -
XYZ 25.18 10.95 92.88 -
YUV 64.31 233.92 167.01 -
System Red Green Blue C M Y K H S L
Decimal 119 0 252 0.53 1 0 0.01 268.33 1 0.49
Hex 77 0 FC 35 64 0 1 10C 64 31
Octal 167 0 374 65 144 0 1 414 144 61
Binary 1110111 0 11111100 110101 1100100 0 1 100001100 1100100 110001

Color Harmonies of #7700FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7700FC

Black with #7700FC

Text Example


Text Example

White with #7700FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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