Html Css Color HEX #7006DB Electric Indigo

📋 copy color: '#7006DB'

red 112 ◦ green 6 ◦ blue 219

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

Shades of Electric Indigo #7006DB

Tints of Electric Indigo #7006DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.99%

R = 33.23%
G = 1.78%
B = 64.99%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7006DB (or 0x7006DB) is known color: Electric Indigo. HEX triplet: 70, 06 and DB. RGB value is (112,6,219). Sum of RGB (Red+Green+Blue) = 112+6+219=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #7006DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7006DB is #8FF924. Grayscale: #3D3D3D. Windows color (decimal): -9435429 or 14354032. OLE color: 14354032.

HSL color Cylindrical-coordinate representation of color #7006DB: hue angle of 269.86º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7006DB is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 6 219 -
CMYK 0.49 0.97 0 0.14
HSL 269.86º 0.95% 0.44% -
HSV(B) 269.86º 0.97% 0.86% -
XYZ 19.53 8.69 67.67 -
YUV 61.98 216.62 163.68 -
System Red Green Blue C M Y K H S L
Decimal 112 6 219 0.49 0.97 0 0.14 269.86 0.95 0.44
Hex 70 6 DB 31 61 0 E 10E 5F 2C
Octal 160 6 333 61 141 0 16 416 137 54
Binary 1110000 110 11011011 110001 1100001 0 1110 100001110 1011111 101100

Color Harmonies of #7006DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7006DB

Black with #7006DB

Text Example


Text Example

White with #7006DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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