Html Css Color HEX #7005FE Electric Indigo

📋 copy color: '#7005FE'

red 112 ◦ green 5 ◦ blue 254

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

Shades of Electric Indigo #7005FE

Tints of Electric Indigo #7005FE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.35%

 BLUE value IS 254 (99.61% from 255) = 68.46%

R = 30.19%
G = 1.35%
B = 68.46%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7005FE (or 0x7005FE) is known color: Electric Indigo. HEX triplet: 70, 05 and FE. RGB value is (112,5,254). Sum of RGB (Red+Green+Blue) = 112+5+254=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #7005FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7005FE is #8FFA01. Grayscale: #404040. Windows color (decimal): -9435650 or 16647536. OLE color: 16647536.

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

Color convert

RGB 112 5 254 -
CMYK 0.56 0.98 0 0.00
HSL 265.78º 0.99% 0.51% -
HSV(B) 265.78º 0.98% 1% -
XYZ 24.63 10.71 94.54 -
YUV 65.38 234.45 161.25 -
System Red Green Blue C M Y K H S L
Decimal 112 5 254 0.56 0.98 0 0.00 265.78 0.99 0.51
Hex 70 5 FE 38 62 0 0 10A 63 33
Octal 160 5 376 70 142 0 0 412 143 63
Binary 1110000 101 11111110 111000 1100010 0 0 100001010 1100011 110011

Color Harmonies of #7005FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7005FE

Black with #7005FE

Text Example


Text Example

White with #7005FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7005FE; }

 p { color: rgb(112,5,254); }

 H1.HeaderClassName
 {
   color: #7005FE;
 }
 .AnyTagClassName
 {
   color: #7005FE;
 }
</style>

background-color css

<style>
 a { background-color: #7005FE; }

 a { background-color: rgb(112,5,254); }

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

border-color css

<style>
 span { border-color: #7005FE; }

 span { border-color: rgb(112,5,254); }

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