Html Css Color HEX #7016FA Electric Indigo

📋 copy color: '#7016FA'

red 112 ◦ green 22 ◦ blue 250

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

Shades of Electric Indigo #7016FA

Tints of Electric Indigo #7016FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.1%

R = 29.17%
G = 5.73%
B = 65.1%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7016FA (or 0x7016FA) is known color: Electric Indigo. HEX triplet: 70, 16 and FA. RGB value is (112,22,250). Sum of RGB (Red+Green+Blue) = 112+22+250=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #7016FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7016FA is #8FE905. Grayscale: #4A4A4A. Windows color (decimal): -9431302 or 16389744. OLE color: 16389744.

HSL color Cylindrical-coordinate representation of color #7016FA: hue angle of 263.68º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7016FA is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 22 250 -
CMYK 0.55 0.91 0 0.02
HSL 263.68º 0.96% 0.53% -
HSV(B) 263.68º 0.91% 0.98% -
XYZ 24.22 10.92 91.27 -
YUV 74.9 226.82 154.46 -
System Red Green Blue C M Y K H S L
Decimal 112 22 250 0.55 0.91 0 0.02 263.68 0.96 0.53
Hex 70 16 FA 37 5B 0 2 108 60 35
Octal 160 26 372 67 133 0 2 410 140 65
Binary 1110000 10110 11111010 110111 1011011 0 10 100001000 1100000 110101

Color Harmonies of #7016FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7016FA

Black with #7016FA

Text Example


Text Example

White with #7016FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7016FA; }

 p { color: rgb(112,22,250); }

 H1.HeaderClassName
 {
   color: #7016FA;
 }
 .AnyTagClassName
 {
   color: #7016FA;
 }
</style>

background-color css

<style>
 a { background-color: #7016FA; }

 a { background-color: rgb(112,22,250); }

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

border-color css

<style>
 span { border-color: #7016FA; }

 span { border-color: rgb(112,22,250); }

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