Html Css Color HEX #7204FF Electric Indigo

📋 copy color: '#7204FF'

red 114 ◦ green 4 ◦ blue 255

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

Shades of Electric Indigo #7204FF

Tints of Electric Indigo #7204FF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.07%

 BLUE value IS 255 (100% from 255) = 68.36%

R = 30.56%
G = 1.07%
B = 68.36%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7204FF (or 0x7204FF) is known color: Electric Indigo. HEX triplet: 72, 04 and FF. RGB value is (114,4,255). Sum of RGB (Red+Green+Blue) = 114+4+255=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #7204FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7204FF is #8DFB00. Grayscale: #404040. Windows color (decimal): -9304833 or 16712818. OLE color: 16712818.

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

Color convert

RGB 114 4 255 -
CMYK 0.55 0.98 0 0
HSL 266.29º 1% 0.51% -
HSV(B) 266.29º 0.98% 1% -
XYZ 25.03 10.88 95.39 -
YUV 65.5 234.94 162.59 -
System Red Green Blue C M Y K H S L
Decimal 114 4 255 0.55 0.98 0 0 266.29 1 0.51
Hex 72 4 FF 37 62 0 0 10A 64 33
Octal 162 4 377 67 142 0 0 412 144 63
Binary 1110010 100 11111111 110111 1100010 0 0 100001010 1100100 110011

Color Harmonies of #7204FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7204FF

Black with #7204FF

Text Example


Text Example

White with #7204FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7204FF;
 }
 .AnyTagClassName
 {
   color: #7204FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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