Html Css Color HEX #7612FE Electric Indigo

📋 copy color: '#7612FE'

red 118 ◦ green 18 ◦ blue 254

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

Shades of Electric Indigo #7612FE

Tints of Electric Indigo #7612FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 65.13%

R = 30.26%
G = 4.62%
B = 65.13%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7612FE (or 0x7612FE) is known color: Electric Indigo. HEX triplet: 76, 12 and FE. RGB value is (118,18,254). Sum of RGB (Red+Green+Blue) = 118+18+254=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 254 (99.61% from 255 or 65.13% from 390); Max value from RGB is 254 - color contains mainly: blue. Hex color #7612FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7612FE is #89ED01. Grayscale: #494949. Windows color (decimal): -9039106 or 16650870. OLE color: 16650870.

HSL color Cylindrical-coordinate representation of color #7612FE: hue angle of 265.42º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7612FE is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 118 18 254 -
CMYK 0.54 0.93 0 0.00
HSL 265.42º 0.99% 0.53% -
HSV(B) 265.42º 0.93% 1% -
XYZ 25.58 11.44 94.63 -
YUV 74.8 229.13 158.81 -
System Red Green Blue C M Y K H S L
Decimal 118 18 254 0.54 0.93 0 0.00 265.42 0.99 0.53
Hex 76 12 FE 36 5D 0 0 109 63 35
Octal 166 22 376 66 135 0 0 411 143 65
Binary 1110110 10010 11111110 110110 1011101 0 0 100001001 1100011 110101

Color Harmonies of #7612FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7612FE

Black with #7612FE

Text Example


Text Example

White with #7612FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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