#7205F6

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

Shades of Electric Indigo #7205F6

Tints of Electric Indigo #7205F6

Color information

#7205F6 (or 0x7205F6) is unknown color: approx Electric Indigo. HEX triplet: 72, 05 and F6. RGB value is (114,5,246). Sum of RGB (Red+Green+Blue) = 114+5+246=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 246 (96.48% from 255 or 67.40% from 365); Max value from RGB is 246 - color contains mainly: blue. Hex color #7205F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7205F6 is #8DFA09. Grayscale: #404040. Windows color (decimal): -9304586 or 16123250. OLE color: 16123250.

HSL color Cylindrical-coordinate representation of color #7205F6: hue angle of 267.14º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7205F6 is Cyan = 0.54, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1145246-
CMYK0.540.9800.04
HSL267.14º96.02%49.22%-
HSV(B)267.14º97.97%96.47%-
XYZ23.6310.3487.94-
YUV65.06230.11162.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.23%
GREEN value IS 5 (2.34% from 255) = 1.37%
BLUE value IS 246 (96.48% from 255) = 67.40%
R=31.23%
G=1.37%
B=67.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal11452460.540.9800.04267.1496.0249.22
Hex725F636620410b6031
Octal1625366661420441314061
Binary111001010111110110110110110001001001000010111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7205F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7205F6; }

 p { color: rgb(114,5,246); }

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

<style>
 a { background-color: #7205F6; }

 a { background-color: rgb(114,5,246); }

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

<style>
 span { border-color: #7205F6; }

 span { border-color: rgb(114,5,246); }

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