Html Css Color HEX #7006FF Electric Indigo

📋 copy color: '#7006FF'

red 112 ◦ green 6 ◦ blue 255

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

Shades of Electric Indigo #7006FF

Tints of Electric Indigo #7006FF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.61%

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

R = 30.03%
G = 1.61%
B = 68.36%

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

#7006FF (or 0x7006FF) is known color: Electric Indigo. HEX triplet: 70, 06 and FF. RGB value is (112,6,255). Sum of RGB (Red+Green+Blue) = 112+6+255=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 6 (2.73% from 255 or 1.61% 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 #7006FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7006FF is #8FF900. Grayscale: #414141. Windows color (decimal): -9435393 or 16713328. OLE color: 16713328.

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

Color convert

RGB 112 6 255 -
CMYK 0.56 0.98 0 0
HSL 265.54º 1% 0.51% -
HSV(B) 265.54º 0.98% 1% -
XYZ 24.8 10.79 95.38 -
YUV 66.08 234.62 160.75 -
System Red Green Blue C M Y K H S L
Decimal 112 6 255 0.56 0.98 0 0 265.54 1 0.51
Hex 70 6 FF 38 62 0 0 10A 64 33
Octal 160 6 377 70 142 0 0 412 144 63
Binary 1110000 110 11111111 111000 1100010 0 0 100001010 1100100 110011

Color Harmonies of #7006FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7006FF

Black with #7006FF

Text Example


Text Example

White with #7006FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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