Html Css Color HEX #7200DF Electric Indigo

📋 copy color: '#7200DF'

red 114 ◦ green 0 ◦ blue 223

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

Shades of Electric Indigo #7200DF

Tints of Electric Indigo #7200DF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 223 (87.5% from 255) = 66.17%

R = 33.83%
G = 0%
B = 66.17%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7200DF (or 0x7200DF) is known color: Electric Indigo. HEX triplet: 72, 00 and DF. RGB value is (114,0,223). Sum of RGB (Red+Green+Blue) = 114+0+223=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 0 (0.39% from 255 or 0% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #7200DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7200DF is #8DFF20. Grayscale: #3A3A3A. Windows color (decimal): -9305889 or 14614642. OLE color: 14614642.

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

Color convert

RGB 114 0 223 -
CMYK 0.49 1 0 0.13
HSL 270.67º 1% 0.44% -
HSV(B) 270.67º 1% 0.87% -
XYZ 20.26 8.91 70.46 -
YUV 59.51 220.27 166.87 -
System Red Green Blue C M Y K H S L
Decimal 114 0 223 0.49 1 0 0.13 270.67 1 0.44
Hex 72 0 DF 31 64 0 D 10F 64 2C
Octal 162 0 337 61 144 0 15 417 144 54
Binary 1110010 0 11011111 110001 1100100 0 1101 100001111 1100100 101100

Color Harmonies of #7200DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7200DF

Black with #7200DF

Text Example


Text Example

White with #7200DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7200DF;
 }
 .AnyTagClassName
 {
   color: #7200DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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