Html Css Color HEX #7711FC Electric Indigo

📋 copy color: '#7711FC'

red 119 ◦ green 17 ◦ blue 252

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

Shades of Electric Indigo #7711FC

Tints of Electric Indigo #7711FC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.38%

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

R = 30.67%
G = 4.38%
B = 64.95%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7711FC (or 0x7711FC) is known color: Electric Indigo. HEX triplet: 77, 11 and FC. RGB value is (119,17,252). Sum of RGB (Red+Green+Blue) = 119+17+252=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 252 (98.83% from 255 or 64.95% from 388); Max value from RGB is 252 - color contains mainly: blue. Hex color #7711FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7711FC is #88EE03. Grayscale: #494949. Windows color (decimal): -8973828 or 16519543. OLE color: 16519543.

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

Color convert

RGB 119 17 252 -
CMYK 0.53 0.93 0 0.01
HSL 266.04º 0.98% 0.53% -
HSV(B) 266.04º 0.93% 0.99% -
XYZ 25.38 11.35 92.95 -
YUV 74.29 228.29 159.89 -
System Red Green Blue C M Y K H S L
Decimal 119 17 252 0.53 0.93 0 0.01 266.04 0.98 0.53
Hex 77 11 FC 35 5D 0 1 10A 62 35
Octal 167 21 374 65 135 0 1 412 142 65
Binary 1110111 10001 11111100 110101 1011101 0 1 100001010 1100010 110101

Color Harmonies of #7711FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7711FC

Black with #7711FC

Text Example


Text Example

White with #7711FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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