Html Css Color HEX #7207E6 Electric Indigo

📋 copy color: '#7207E6'

red 114 ◦ green 7 ◦ blue 230

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

Shades of Electric Indigo #7207E6

Tints of Electric Indigo #7207E6

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.99%

 BLUE value IS 230 (90.23% from 255) = 65.53%

R = 32.48%
G = 1.99%
B = 65.53%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7207E6 (or 0x7207E6) is known color: Electric Indigo. HEX triplet: 72, 07 and E6. RGB value is (114,7,230). Sum of RGB (Red+Green+Blue) = 114+7+230=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 230 (90.23% from 255 or 65.53% from 351); Max value from RGB is 230 - color contains mainly: blue. Hex color #7207E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7207E6 is #8DF819. Grayscale: #3F3F3F. Windows color (decimal): -9304090 or 15075186. OLE color: 15075186.

HSL color Cylindrical-coordinate representation of color #7207E6: hue angle of 268.79º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7207E6 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 114 7 230 -
CMYK 0.50 0.97 0 0.10
HSL 268.79º 0.94% 0.46% -
HSV(B) 268.79º 0.97% 0.9% -
XYZ 21.3 9.44 75.56 -
YUV 64.42 221.45 163.37 -
System Red Green Blue C M Y K H S L
Decimal 114 7 230 0.50 0.97 0 0.10 268.79 0.94 0.46
Hex 72 7 E6 32 61 0 A 10D 5E 2E
Octal 162 7 346 62 141 0 12 415 136 56
Binary 1110010 111 11100110 110010 1100001 0 1010 100001101 1011110 101110

Color Harmonies of #7207E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7207E6

Black with #7207E6

Text Example


Text Example

White with #7207E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7207E6; }

 p { color: rgb(114,7,230); }

 H1.HeaderClassName
 {
   color: #7207E6;
 }
 .AnyTagClassName
 {
   color: #7207E6;
 }
</style>

background-color css

<style>
 a { background-color: #7207E6; }

 a { background-color: rgb(114,7,230); }

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

border-color css

<style>
 span { border-color: #7207E6; }

 span { border-color: rgb(114,7,230); }

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