Html Css Color HEX #7006FC Electric Indigo

📋 copy color: '#7006FC'

red 112 ◦ green 6 ◦ blue 252

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

Shades of Electric Indigo #7006FC

Tints of Electric Indigo #7006FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 68.11%

R = 30.27%
G = 1.62%
B = 68.11%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7006FC (or 0x7006FC) is known color: Electric Indigo. HEX triplet: 70, 06 and FC. RGB value is (112,6,252). Sum of RGB (Red+Green+Blue) = 112+6+252=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 6 (2.73% from 255 or 1.62% from 370); Blue value is 252 (98.83% from 255 or 68.11% from 370); Max value from RGB is 252 - color contains mainly: blue. Hex color #7006FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7006FC is #8FF903. Grayscale: #404040. Windows color (decimal): -9435396 or 16516720. OLE color: 16516720.

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

Color convert

RGB 112 6 252 -
CMYK 0.56 0.98 0 0.01
HSL 265.85º 0.98% 0.51% -
HSV(B) 265.85º 0.98% 0.99% -
XYZ 24.32 10.6 92.86 -
YUV 65.74 233.12 161 -
System Red Green Blue C M Y K H S L
Decimal 112 6 252 0.56 0.98 0 0.01 265.85 0.98 0.51
Hex 70 6 FC 38 62 0 1 10A 62 33
Octal 160 6 374 70 142 0 1 412 142 63
Binary 1110000 110 11111100 111000 1100010 0 1 100001010 1100010 110011

Color Harmonies of #7006FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7006FC

Black with #7006FC

Text Example


Text Example

White with #7006FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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