Html Css Color HEX #7612F0 Electric Indigo

📋 copy color: '#7612F0'

red 118 ◦ green 18 ◦ blue 240

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

Shades of Electric Indigo #7612F0

Tints of Electric Indigo #7612F0

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.79%

 BLUE value IS 240 (94.14% from 255) = 63.83%

R = 31.38%
G = 4.79%
B = 63.83%

CMYK

 C value IS 0.51

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7612F0 (or 0x7612F0) is known color: Electric Indigo. HEX triplet: 76, 12 and F0. RGB value is (118,18,240). Sum of RGB (Red+Green+Blue) = 118+18+240=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 240 (94.14% from 255 or 63.83% from 376); Max value from RGB is 240 - color contains mainly: blue. Hex color #7612F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7612F0 is #89ED0F. Grayscale: #484848. Windows color (decimal): -9039120 or 15733366. OLE color: 15733366.

HSL color Cylindrical-coordinate representation of color #7612F0: hue angle of 267.03º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7612F0 is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 18 240 -
CMYK 0.51 0.92 0 0.06
HSL 267.03º 0.88% 0.51% -
HSV(B) 267.03º 0.93% 0.94% -
XYZ 23.42 10.58 83.25 -
YUV 73.21 222.13 159.95 -
System Red Green Blue C M Y K H S L
Decimal 118 18 240 0.51 0.92 0 0.06 267.03 0.88 0.51
Hex 76 12 F0 33 5C 0 6 10B 58 33
Octal 166 22 360 63 134 0 6 413 130 63
Binary 1110110 10010 11110000 110011 1011100 0 110 100001011 1011000 110011

Color Harmonies of #7612F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7612F0

Black with #7612F0

Text Example


Text Example

White with #7612F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7612F0; }

 p { color: rgb(118,18,240); }

 H1.HeaderClassName
 {
   color: #7612F0;
 }
 .AnyTagClassName
 {
   color: #7612F0;
 }
</style>

background-color css

<style>
 a { background-color: #7612F0; }

 a { background-color: rgb(118,18,240); }

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

border-color css

<style>
 span { border-color: #7612F0; }

 span { border-color: rgb(118,18,240); }

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