Html Css Color HEX #7004FF Electric Indigo

📋 copy color: '#7004FF'

red 112 ◦ green 4 ◦ blue 255

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

Shades of Electric Indigo #7004FF

Tints of Electric Indigo #7004FF

RGB

 RED value IS 112 (44.14% from 255) = 30.19%

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

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

R = 30.19%
G = 1.08%
B = 68.73%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7004FF (or 0x7004FF) is known color: Electric Indigo. HEX triplet: 70, 04 and FF. RGB value is (112,4,255). Sum of RGB (Red+Green+Blue) = 112+4+255=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #7004FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7004FF is #8FFB00. Grayscale: #404040. Windows color (decimal): -9435905 or 16712816. OLE color: 16712816.

HSL color Cylindrical-coordinate representation of color #7004FF: hue angle of 265.82º 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 #7004FF is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 112 4 255 -
CMYK 0.56 0.98 0 0
HSL 265.82º 1% 0.51% -
HSV(B) 265.82º 0.98% 1% -
XYZ 24.78 10.75 95.38 -
YUV 64.91 235.28 161.59 -
System Red Green Blue C M Y K H S L
Decimal 112 4 255 0.56 0.98 0 0 265.82 1 0.51
Hex 70 4 FF 38 62 0 0 10A 64 33
Octal 160 4 377 70 142 0 0 412 144 63
Binary 1110000 100 11111111 111000 1100010 0 0 100001010 1100100 110011

Color Harmonies of #7004FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7004FF

Black with #7004FF

Text Example


Text Example

White with #7004FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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