Html Css Color HEX #770FE7 Electric Indigo

📋 copy color: '#770FE7'

red 119 ◦ green 15 ◦ blue 231

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

Shades of Electric Indigo #770FE7

Tints of Electric Indigo #770FE7

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.11%

 BLUE value IS 231 (90.63% from 255) = 63.29%

R = 32.6%
G = 4.11%
B = 63.29%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#770FE7 (or 0x770FE7) is known color: Electric Indigo. HEX triplet: 77, 0F and E7. RGB value is (119,15,231). Sum of RGB (Red+Green+Blue) = 119+15+231=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 15 (6.25% from 255 or 4.11% from 365); Blue value is 231 (90.62% from 255 or 63.29% from 365); Max value from RGB is 231 - color contains mainly: blue. Hex color #770FE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770FE7 is #88F018. Grayscale: #454545. Windows color (decimal): -8974361 or 15142775. OLE color: 15142775.

HSL color Cylindrical-coordinate representation of color #770FE7: hue angle of 268.89º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770FE7 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 119 15 231 -
CMYK 0.48 0.94 0 0.09
HSL 268.89º 0.88% 0.48% -
HSV(B) 268.89º 0.94% 0.91% -
XYZ 22.2 10.03 76.37 -
YUV 70.72 218.46 162.44 -
System Red Green Blue C M Y K H S L
Decimal 119 15 231 0.48 0.94 0 0.09 268.89 0.88 0.48
Hex 77 F E7 30 5E 0 9 10D 58 30
Octal 167 17 347 60 136 0 11 415 130 60
Binary 1110111 1111 11100111 110000 1011110 0 1001 100001101 1011000 110000

Color Harmonies of #770FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770FE7

Black with #770FE7

Text Example


Text Example

White with #770FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,15,231); }

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

background-color css

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

 a { background-color: rgb(119,15,231); }

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

border-color css

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

 span { border-color: rgb(119,15,231); }

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