Html Css Color HEX #770CF6 Electric Indigo

📋 copy color: '#770CF6'

red 119 ◦ green 12 ◦ blue 246

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

Shades of Electric Indigo #770CF6

Tints of Electric Indigo #770CF6

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.18%

 BLUE value IS 246 (96.48% from 255) = 65.25%

R = 31.56%
G = 3.18%
B = 65.25%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#770CF6 (or 0x770CF6) is known color: Electric Indigo. HEX triplet: 77, 0C and F6. RGB value is (119,12,246). Sum of RGB (Red+Green+Blue) = 119+12+246=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 246 (96.48% from 255 or 65.25% from 377); Max value from RGB is 246 - color contains mainly: blue. Hex color #770CF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770CF6 is #88F309. Grayscale: #454545. Windows color (decimal): -8975114 or 16125047. OLE color: 16125047.

HSL color Cylindrical-coordinate representation of color #770CF6: hue angle of 267.44º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770CF6 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 119 12 246 -
CMYK 0.52 0.95 0 0.04
HSL 267.44º 0.93% 0.51% -
HSV(B) 267.44º 0.95% 0.96% -
XYZ 24.37 10.84 88 -
YUV 70.67 226.95 162.47 -
System Red Green Blue C M Y K H S L
Decimal 119 12 246 0.52 0.95 0 0.04 267.44 0.93 0.51
Hex 77 C F6 34 5F 0 4 10B 5D 33
Octal 167 14 366 64 137 0 4 413 135 63
Binary 1110111 1100 11110110 110100 1011111 0 100 100001011 1011101 110011

Color Harmonies of #770CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770CF6

Black with #770CF6

Text Example


Text Example

White with #770CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770CF6; }

 p { color: rgb(119,12,246); }

 H1.HeaderClassName
 {
   color: #770CF6;
 }
 .AnyTagClassName
 {
   color: #770CF6;
 }
</style>

background-color css

<style>
 a { background-color: #770CF6; }

 a { background-color: rgb(119,12,246); }

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

border-color css

<style>
 span { border-color: #770CF6; }

 span { border-color: rgb(119,12,246); }

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