Html Css Color HEX #7207EA Electric Indigo

📋 copy color: '#7207EA'

red 114 ◦ green 7 ◦ blue 234

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

Shades of Electric Indigo #7207EA

Tints of Electric Indigo #7207EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 65.92%

R = 32.11%
G = 1.97%
B = 65.92%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7207EA (or 0x7207EA) is known color: Electric Indigo. HEX triplet: 72, 07 and EA. RGB value is (114,7,234). Sum of RGB (Red+Green+Blue) = 114+7+234=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 234 (91.80% from 255 or 65.92% from 355); Max value from RGB is 234 - color contains mainly: blue. Hex color #7207EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7207EA is #8DF815. Grayscale: #404040. Windows color (decimal): -9304086 or 15337330. OLE color: 15337330.

HSL color Cylindrical-coordinate representation of color #7207EA: hue angle of 268.28º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7207EA is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 7 234 -
CMYK 0.51 0.97 0 0.08
HSL 268.28º 0.94% 0.47% -
HSV(B) 268.28º 0.97% 0.92% -
XYZ 21.87 9.67 78.56 -
YUV 64.87 223.45 163.04 -
System Red Green Blue C M Y K H S L
Decimal 114 7 234 0.51 0.97 0 0.08 268.28 0.94 0.47
Hex 72 7 EA 33 61 0 8 10C 5E 2F
Octal 162 7 352 63 141 0 10 414 136 57
Binary 1110010 111 11101010 110011 1100001 0 1000 100001100 1011110 101111

Color Harmonies of #7207EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7207EA

Black with #7207EA

Text Example


Text Example

White with #7207EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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