Html Css Color HEX #7616EF Electric Indigo

📋 copy color: '#7616EF'

red 118 ◦ green 22 ◦ blue 239

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

Shades of Electric Indigo #7616EF

Tints of Electric Indigo #7616EF

RGB

 RED value IS 118 (46.48% from 255) = 31.13%

 GREEN value IS 22 (8.98% from 255) = 5.8%

 BLUE value IS 239 (93.75% from 255) = 63.06%

R = 31.13%
G = 5.8%
B = 63.06%

CMYK

 C value IS 0.51

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7616EF (or 0x7616EF) is known color: Electric Indigo. HEX triplet: 76, 16 and EF. RGB value is (118,22,239). Sum of RGB (Red+Green+Blue) = 118+22+239=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #7616EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7616EF is #89E910. Grayscale: #4A4A4A. Windows color (decimal): -9038097 or 15668854. OLE color: 15668854.

HSL color Cylindrical-coordinate representation of color #7616EF: hue angle of 266.54º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7616EF is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 22 239 -
CMYK 0.51 0.91 0 0.06
HSL 266.54º 0.87% 0.51% -
HSV(B) 266.54º 0.91% 0.94% -
XYZ 23.34 10.66 82.49 -
YUV 75.44 220.3 158.36 -
System Red Green Blue C M Y K H S L
Decimal 118 22 239 0.51 0.91 0 0.06 266.54 0.87 0.51
Hex 76 16 EF 33 5B 0 6 10B 57 33
Octal 166 26 357 63 133 0 6 413 127 63
Binary 1110110 10110 11101111 110011 1011011 0 110 100001011 1010111 110011

Color Harmonies of #7616EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7616EF

Black with #7616EF

Text Example


Text Example

White with #7616EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7616EF; }

 p { color: rgb(118,22,239); }

 H1.HeaderClassName
 {
   color: #7616EF;
 }
 .AnyTagClassName
 {
   color: #7616EF;
 }
</style>

background-color css

<style>
 a { background-color: #7616EF; }

 a { background-color: rgb(118,22,239); }

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

border-color css

<style>
 span { border-color: #7616EF; }

 span { border-color: rgb(118,22,239); }

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