COLOR #7046E6

HEX: #7046E6 RGB: (112,70,230)

Color info

#7046E6 contains mainly blue color. Web safe color of #7046E6 is #6633CC (or #63C).

RGB color model

#7046E6 color RGB value is (112,70,230).

RGB: (112,70,230) (44%, 27%, 90%)

RGB channels and saturation

R 112 of 255 = 44%
G 70 of 255 = 27%
B 230 of 255 = 90%

112
70
230

R + G + B ~ 54%. #7046E6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 70 + 230 = 412 (100%)
R 112 of 412 ~ 27.18%
G 70 of 412 ~ 16.99%
B 230 of 412 ~ 55.83'%

%27.18
%16.99
%55.83

CMYK color model

#7046E6 color CMYK value is (51,70,0,10).

  • cyan value is 51.30%
  • magenta value is 69.57%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (51,70,0,10)
C51M70Y0K10 (51%, 70%, 0%, 10%)
(0.51 / 0.70 / 0.00 / 0.10)

CMYK percentages

%51.3
%69.57
%0
%9.8

Codes

Color #7046E6 in popluar color models

70 46 E6
RGB 112 70 230
HSL 256° 76.19% 58.82%
HSB/HSV 256° 69.57% 90.20%
CMYK 51.30% 69.57% 0.00%
9.80%

Color #7046E6 in popluar number systems.

HEX 70 46 E6
Decimal 112 70 230
Binary 1110000 1000110 11100110
Octal 160 106 346

Shades and tints

Shades of #7046E6

#7046E6
(112,70,230)
#6640D2
(102,64,210)
#5C3ABE
(92,58,190)
#5234AA
(82,52,170)
#482E96
(72,46,150)
#3E2882
(62,40,130)
#34226E
(52,34,110)
#2A1C5A
(42,28,90)
#201646
(32,22,70)
#161032
(22,16,50)
#0C0A1E
(12,10,30)
#000000
(0,0,0)

Tints of #7046E6

#7046E6
(112,70,230)
#7D56E8
(125,86,232)
#8A66EA
(138,102,234)
#9776EC
(151,118,236)
#A486EE
(164,134,238)
#B196F0
(177,150,240)
#BEA6F2
(190,166,242)
#CBB6F4
(203,182,244)
#D8C6F6
(216,198,246)
#E5D6F8
(229,214,248)
#F2E6FA
(242,230,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7046E6 color. Also use rgb(112,70,230) instead hex code.

Text Font Color

.myTextColor { color: #7046E6; }

<p style="color:#7046E6">This sample text font color is #7046E6.</p>

This text font color is #7046E6.

Background Color

.myBgColor { background-color: #7046E6; }

<div style="background-color:#7046E6">Inner text</div>

This div background color is #7046E6.

Border color

.myBorderColor { border: 1px solid #7046E6; }

<div style="border:3px solid #7046E6">Div</div>

This div border color is #7046E6.

Opacity

.myOpacity80 { color: #7046E6; opacity: 0.8; }

<p style="color:#7046E6;opacity:0.8;">80%</p>

Text with #7046E6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7046E6;}

<p style="text-shadow: 3px 3px 1px #7046E6">Text here.</p>

This text has shadow with #7046E6 color.


.textShadow {text-shadow: 3px 3px 1px #7046E6', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7046E6, 5px 5px 20px red">Text here.</p>

This text has shadow with #7046E6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7046E6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7046E6, Direction=45, Strength=4)">Text</p>

This text has shadow with #7046E6 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7046E6;
-webkit-box-shadow: 1px 1px 3px 2px #7046E6;
box-shadow: 1px 1px 3px 2px #7046E6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7046E6; -webkit-box-shadow: 1px 1px 3px 2px #7046E6; box-shadow:1px 1px 3px 2px #7046E6;">
Div content here
</div>

This div box has shadow with color #7046E6.

Preview

Color preview on black background

This text has color #7046E6 on black background.


Color preview on white background

This text has color #7046E6 on white background.


Black color preview on #7046E6 background

This text has black color on #7046E6 background.


White color preview on #7046E6 background

This text has white color on #7046E6 background.


Related colors

Complementary color

Complementary color for #hex is #8FB919.


I love getcolorcode.com

Triadic colors

1 #E67046 and #46E670 with #7046E6 are triadic colors.

2 #E64670 and #4670E6 with #7046E6 are triadic colors.