Html Css Color HEX #7710EA Electric Indigo

📋 copy color: '#7710EA'

red 119 ◦ green 16 ◦ blue 234

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

Shades of Electric Indigo #7710EA

Tints of Electric Indigo #7710EA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.34%

 BLUE value IS 234 (91.8% from 255) = 63.41%

R = 32.25%
G = 4.34%
B = 63.41%

CMYK

 C value IS 0.49

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7710EA (or 0x7710EA) is known color: Electric Indigo. HEX triplet: 77, 10 and EA. RGB value is (119,16,234). Sum of RGB (Red+Green+Blue) = 119+16+234=369 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.25% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 234 (91.80% from 255 or 63.41% from 369); Max value from RGB is 234 - color contains mainly: blue. Hex color #7710EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7710EA is #88EF15. Grayscale: #464646. Windows color (decimal): -8974102 or 15339639. OLE color: 15339639.

HSL color Cylindrical-coordinate representation of color #7710EA: hue angle of 268.35º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7710EA is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 16 234 -
CMYK 0.49 0.93 0 0.08
HSL 268.35º 0.87% 0.49% -
HSV(B) 268.35º 0.93% 0.92% -
XYZ 22.64 10.23 78.62 -
YUV 71.65 219.62 161.77 -
System Red Green Blue C M Y K H S L
Decimal 119 16 234 0.49 0.93 0 0.08 268.35 0.87 0.49
Hex 77 10 EA 31 5D 0 8 10C 57 31
Octal 167 20 352 61 135 0 10 414 127 61
Binary 1110111 10000 11101010 110001 1011101 0 1000 100001100 1010111 110001

Color Harmonies of #7710EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7710EA

Black with #7710EA

Text Example


Text Example

White with #7710EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7710EA; }

 p { color: rgb(119,16,234); }

 H1.HeaderClassName
 {
   color: #7710EA;
 }
 .AnyTagClassName
 {
   color: #7710EA;
 }
</style>

background-color css

<style>
 a { background-color: #7710EA; }

 a { background-color: rgb(119,16,234); }

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

border-color css

<style>
 span { border-color: #7710EA; }

 span { border-color: rgb(119,16,234); }

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