Html Css Color HEX #770CE6 Electric Indigo

📋 copy color: '#770CE6'

red 119 ◦ green 12 ◦ blue 230

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

Shades of Electric Indigo #770CE6

Tints of Electric Indigo #770CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 63.71%

R = 32.96%
G = 3.32%
B = 63.71%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#770CE6 (or 0x770CE6) is known color: Electric Indigo. HEX triplet: 77, 0C and E6. RGB value is (119,12,230). Sum of RGB (Red+Green+Blue) = 119+12+230=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 12 (5.08% from 255 or 3.32% from 361); Blue value is 230 (90.23% from 255 or 63.71% from 361); Max value from RGB is 230 - color contains mainly: blue. Hex color #770CE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770CE6 is #88F319. Grayscale: #444444. Windows color (decimal): -8975130 or 15076471. OLE color: 15076471.

HSL color Cylindrical-coordinate representation of color #770CE6: hue angle of 269.45º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #770CE6 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 119 12 230 -
CMYK 0.48 0.95 0 0.10
HSL 269.45º 0.9% 0.47% -
HSV(B) 269.45º 0.95% 0.9% -
XYZ 22.02 9.9 75.61 -
YUV 68.85 218.95 163.77 -
System Red Green Blue C M Y K H S L
Decimal 119 12 230 0.48 0.95 0 0.10 269.45 0.9 0.47
Hex 77 C E6 30 5F 0 A 10D 5A 2F
Octal 167 14 346 60 137 0 12 415 132 57
Binary 1110111 1100 11100110 110000 1011111 0 1010 100001101 1011010 101111

Color Harmonies of #770CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770CE6

Black with #770CE6

Text Example


Text Example

White with #770CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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