Html Css Color HEX #7516EF Electric Indigo

📋 copy color: '#7516EF'

red 117 ◦ green 22 ◦ blue 239

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

Shades of Electric Indigo #7516EF

Tints of Electric Indigo #7516EF

RGB

 RED value IS 117 (46.09% from 255) = 30.95%

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

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

R = 30.95%
G = 5.82%
B = 63.23%

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

#7516EF (or 0x7516EF) is known color: Electric Indigo. HEX triplet: 75, 16 and EF. RGB value is (117,22,239). Sum of RGB (Red+Green+Blue) = 117+22+239=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 239 (93.75% from 255 or 63.23% from 378); Max value from RGB is 239 - color contains mainly: blue. Hex color #7516EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7516EF is #8AE910. Grayscale: #4A4A4A. Windows color (decimal): -9103633 or 15668853. OLE color: 15668853.

HSL color Cylindrical-coordinate representation of color #7516EF: hue angle of 266.27º 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 #7516EF is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 117 22 239 -
CMYK 0.51 0.91 0 0.06
HSL 266.27º 0.87% 0.51% -
HSV(B) 266.27º 0.91% 0.94% -
XYZ 23.2 10.59 82.48 -
YUV 75.14 220.47 157.86 -
System Red Green Blue C M Y K H S L
Decimal 117 22 239 0.51 0.91 0 0.06 266.27 0.87 0.51
Hex 75 16 EF 33 5B 0 6 10A 57 33
Octal 165 26 357 63 133 0 6 412 127 63
Binary 1110101 10110 11101111 110011 1011011 0 110 100001010 1010111 110011

Color Harmonies of #7516EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7516EF

Black with #7516EF

Text Example


Text Example

White with #7516EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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