#720DE7

Color #720DE7 Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #720DE7

Tints of Electric Indigo #720DE7

Color information

#720DE7 (or 0x720DE7) is unknown color: approx Electric Indigo. HEX triplet: 72, 0D and E7. RGB value is (114,13,231). Sum of RGB (Red+Green+Blue) = 114+13+231=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 13 (5.47% from 255 or 3.63% from 358); Blue value is 231 (90.62% from 255 or 64.53% from 358); Max value from RGB is 231 - color contains mainly: blue. Hex color #720DE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #720DE7 is #8DF218. Grayscale: #434343. Windows color (decimal): -9302553 or 15142258. OLE color: 15142258.

HSL color Cylindrical-coordinate representation of color #720DE7: hue angle of 267.8º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720DE7 is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11413231-
CMYK0.510.9400.09
HSL267.8º89.34%47.84%-
HSV(B)267.8º94.37%90.59%-
XYZ21.519.6376.33-
YUV68.05219.96160.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.84%
GREEN value IS 13 (5.47% from 255) = 3.63%
BLUE value IS 231 (90.62% from 255) = 64.53%
R=31.84%
G=3.63%
B=64.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal114132310.510.9400.09267.889.3447.84
Hex72DE7335E0910c5930
Octal162153476313601141413160
Binary11100101101111001111100111011110010011000011001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720DE7; }

 p { color: rgb(114,13,231); }

 H1.HeaderClassName
 {
   color: #720DE7;
 }
 .AnyTagClassName
 {
   color: #720DE7;
 }
</style>
background-color css

<style>
 a { background-color: #720DE7; }

 a { background-color: rgb(114,13,231); }

 div.DivClassName
 {
   background-color: #720DE7;
 }
 .BgClassName
 {
   background-color: #720DE7;
 }
</style>
border-color css

<style>
 span { border-color: #720DE7; }

 span { border-color: rgb(114,13,231); }

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