Html Css Color HEX #7206EC Electric Indigo

📋 copy color: '#7206EC'

red 114 ◦ green 6 ◦ blue 236

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

Shades of Electric Indigo #7206EC

Tints of Electric Indigo #7206EC

RGB

 RED value IS 114 (44.92% from 255) = 32.02%

 GREEN value IS 6 (2.73% from 255) = 1.69%

 BLUE value IS 236 (92.58% from 255) = 66.29%

R = 32.02%
G = 1.69%
B = 66.29%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7206EC (or 0x7206EC) is known color: Electric Indigo. HEX triplet: 72, 06 and EC. RGB value is (114,6,236). Sum of RGB (Red+Green+Blue) = 114+6+236=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #7206EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7206EC is #8DF913. Grayscale: #3F3F3F. Windows color (decimal): -9304340 or 15468146. OLE color: 15468146.

HSL color Cylindrical-coordinate representation of color #7206EC: hue angle of 268.17º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7206EC is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 6 236 -
CMYK 0.52 0.97 0 0.07
HSL 268.17º 0.95% 0.47% -
HSV(B) 268.17º 0.97% 0.93% -
XYZ 22.14 9.76 80.07 -
YUV 64.51 224.78 163.3 -
System Red Green Blue C M Y K H S L
Decimal 114 6 236 0.52 0.97 0 0.07 268.17 0.95 0.47
Hex 72 6 EC 34 61 0 7 10C 5F 2F
Octal 162 6 354 64 141 0 7 414 137 57
Binary 1110010 110 11101100 110100 1100001 0 111 100001100 1011111 101111

Color Harmonies of #7206EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7206EC

Black with #7206EC

Text Example


Text Example

White with #7206EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7206EC; }

 p { color: rgb(114,6,236); }

 H1.HeaderClassName
 {
   color: #7206EC;
 }
 .AnyTagClassName
 {
   color: #7206EC;
 }
</style>

background-color css

<style>
 a { background-color: #7206EC; }

 a { background-color: rgb(114,6,236); }

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

border-color css

<style>
 span { border-color: #7206EC; }

 span { border-color: rgb(114,6,236); }

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