Html Css Color HEX #7012FF Electric Indigo

📋 copy color: '#7012FF'

red 112 ◦ green 18 ◦ blue 255

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

Shades of Electric Indigo #7012FF

Tints of Electric Indigo #7012FF

RGB

 RED value IS 112 (44.14% from 255) = 29.09%

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

 BLUE value IS 255 (100% from 255) = 66.23%

R = 29.09%
G = 4.68%
B = 66.23%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7012FF (or 0x7012FF) is known color: Electric Indigo. HEX triplet: 70, 12 and FF. RGB value is (112,18,255). Sum of RGB (Red+Green+Blue) = 112+18+255=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #7012FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7012FF is #8FED00. Grayscale: #484848. Windows color (decimal): -9432321 or 16716400. OLE color: 16716400.

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

Color convert

RGB 112 18 255 -
CMYK 0.56 0.93 0 0
HSL 263.8º 1% 0.54% -
HSV(B) 263.8º 0.93% 1% -
XYZ 24.95 11.1 95.43 -
YUV 73.12 230.64 155.73 -
System Red Green Blue C M Y K H S L
Decimal 112 18 255 0.56 0.93 0 0 263.8 1 0.54
Hex 70 12 FF 38 5D 0 0 108 64 36
Octal 160 22 377 70 135 0 0 410 144 66
Binary 1110000 10010 11111111 111000 1011101 0 0 100001000 1100100 110110

Color Harmonies of #7012FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7012FF

Black with #7012FF

Text Example


Text Example

White with #7012FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7012FF; }

 p { color: rgb(112,18,255); }

 H1.HeaderClassName
 {
   color: #7012FF;
 }
 .AnyTagClassName
 {
   color: #7012FF;
 }
</style>

background-color css

<style>
 a { background-color: #7012FF; }

 a { background-color: rgb(112,18,255); }

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

border-color css

<style>
 span { border-color: #7012FF; }

 span { border-color: rgb(112,18,255); }

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