#7200FF

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

Shades of Electric Indigo #7200FF

Tints of Electric Indigo #7200FF

Color information

#7200FF (or 0x7200FF) is unknown color: approx Electric Indigo. HEX triplet: 72, 00 and FF. RGB value is (114,0,255). Sum of RGB (Red+Green+Blue) = 114+0+255=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #7200FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7200FF is #8DFF00. Grayscale: #3E3E3E. Windows color (decimal): -9305857 or 16711794. OLE color: 16711794.

HSL color Cylindrical-coordinate representation of color #7200FF: hue angle of 266.82º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7200FF is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1140255-
CMYK0.55100
HSL266.82º100%50%-
HSV(B)266.82º100%100%-
XYZ24.9910.895.37-
YUV63.16236.27164.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 69.11%
R=30.89%
G=0%
B=69.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal11402550.55100266.8210050
Hex720FF37640010b6432
Octal1620377671440041314462
Binary11100100111111111101111100100001000010111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7200FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7200FF; }

 p { color: rgb(114,0,255); }

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

<style>
 a { background-color: #7200FF; }

 a { background-color: rgb(114,0,255); }

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

<style>
 span { border-color: #7200FF; }

 span { border-color: rgb(114,0,255); }

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