COLOR #7047D2

HEX: #7047D2
RGB: (112,71,210)

Color info

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

RGB color model

#7047D2 color RGB value is (112,71,210).

  • red value is 112;
  • green value is 71;
  • blue value is 210.
RGB:
(112,71,210)
(44%,28%,82%)

RGB channels and saturation

R 112 of 255 = 44%
G 71 of 255 = 28%
B 210 of 255 = 82%

112
71
210

R + G + B ~ 51%. #7047D2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 71 + 210 = 393 (100%)
R 112 of 393 ~ 28.5%
G 71 of 393 ~ 18.07%
B 210 of 393 ~ 53.44%

%28.5
%18.07
%53.44

CMYK color model

#7047D2 color CMYK value is (47,66,0,18).

  • cyan value is 46.67%
  • magenta value is 66.19%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(47,66,0,18)
C47M66Y0K18 
(47%,66%,0%,18%)
(0.47/0.66/0.00/0.18)	

CMYK percentages

%46.67
%66.19
%0
%17.65

Codes

Color #7047D2 in popluar color models

7047D2
RGB11271210
HSL258°60.70%55.10%
HSB/HSV258°66.19%82.35%
CMYK46.67%66.19%0.00%
17.65%

Color #7047D2 in popluar number systems.

HEX7047D2
Decimal11271210
Binary1110000100011111010010
Octal160107322

Shades and tints

Shades of #7047D2

#7047D2
(112,71,210)
#6641BF
(102,65,191)
#5C3BAC
(92,59,172)
#523599
(82,53,153)
#482F86
(72,47,134)
#3E2973
(62,41,115)
#342360
(52,35,96)
#2A1D4D
(42,29,77)
#20173A
(32,23,58)
#161127
(22,17,39)
#0C0B14
(12,11,20)
#000000
(0,0,0)

Tints of #7047D2

#7047D2
(112,71,210)
#7D57D6
(125,87,214)
#8A67DA
(138,103,218)
#9777DE
(151,119,222)
#A487E2
(164,135,226)
#B197E6
(177,151,230)
#BEA7EA
(190,167,234)
#CBB7EE
(203,183,238)
#D8C7F2
(216,199,242)
#E5D7F6
(229,215,246)
#F2E7FA
(242,231,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7047D2 color. Also use rgb(112,71,210) instead hex code.

Text Font Color

.myTextColor { color: #7047D2; }

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

This text font color is #7047D2.


Background Color

.myBgColor { background-color: #7047D2; }

<div style="background-color:#7047D2">Inner text</div>

This div background color is #7047D2.


Border color

.myBorderColor { border: 1px solid #7047D2; }

<div style="border:3px solid #7047D2">Div</div>

This div border color is #7047D2.


Opacity

.myOpacity80 { color: #7047D2; opacity: 0.8; }

<p style="color:#7047D2;opacity:0.8;">80%</p>

Text with #7047D2 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 #7047D2;}

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

This text has shadow with #7047D2 color.

.textShadow {text-shadow: 3px 3px 1px #7047D2, 3px 3px 1px red;}

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

This text has shadow with #7047D2 primary color and red secondary color.


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

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

This text has shadow with #7047D2 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7047D2;
-webkit-box-shadow: 1px 1px 3px 2px #7047D2;
box-shadow:1px 1px 3px 2px #7047D2;">
Div content here</div>
This div box has shadow with color #7047D2.

Preview

Color preview on black background

This text has color #7047D2 on black background.


Color preview on white background

This text has color #7047D2 on white background.



Black color preview on #7047D2 background

This text has black color on #7047D2 background.


White color preview on #7047D2 background

This text has white color on #7047D2 background.