COLOR #7146DD

HEX: #7146DD
RGB: (113,70,221)

Color info

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

RGB color model

#7146DD color RGB value is (113,70,221).

  • red value is 113;
  • green value is 70;
  • blue value is 221.
RGB:
(113,70,221)
(44%,27%,87%)

RGB channels and saturation

R 113 of 255 = 44%
G 70 of 255 = 27%
B 221 of 255 = 87%

113
70
221

R + G + B ~ 53%. #7146DD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 70 + 221 = 404 (100%)
R 113 of 404 ~ 27.97%
G 70 of 404 ~ 17.33%
B 221 of 404 ~ 54.7%

%27.97
%17.33
%54.7

CMYK color model

#7146DD color CMYK value is (49,68,0,13).

  • cyan value is 48.87%
  • magenta value is 68.33%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(49,68,0,13)
C49M68Y0K13 
(49%,68%,0%,13%)
(0.49/0.68/0.00/0.13)	

CMYK percentages

%48.87
%68.33
%0
%13.33

Codes

Color #7146DD in popluar color models

7146DD
RGB11370221
HSL257°68.95%57.06%
HSB/HSV257°68.33%86.67%
CMYK48.87%68.33%0.00%
13.33%

Color #7146DD in popluar number systems.

HEX7146DD
Decimal11370221
Binary1110001100011011011101
Octal161106335

Shades and tints

Shades of #7146DD

#7146DD
(113,70,221)
#6740C9
(103,64,201)
#5D3AB5
(93,58,181)
#5334A1
(83,52,161)
#492E8D
(73,46,141)
#3F2879
(63,40,121)
#352265
(53,34,101)
#2B1C51
(43,28,81)
#21163D
(33,22,61)
#171029
(23,16,41)
#0D0A15
(13,10,21)
#000000
(0,0,0)

Tints of #7146DD

#7146DD
(113,70,221)
#7D56E0
(125,86,224)
#8966E3
(137,102,227)
#9576E6
(149,118,230)
#A186E9
(161,134,233)
#AD96EC
(173,150,236)
#B9A6EF
(185,166,239)
#C5B6F2
(197,182,242)
#D1C6F5
(209,198,245)
#DDD6F8
(221,214,248)
#E9E6FB
(233,230,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7146DD color. Also use rgb(113,70,221) instead hex code.

Text Font Color

.myTextColor { color: #7146DD; }

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

This text font color is #7146DD.


Background Color

.myBgColor { background-color: #7146DD; }

<div style="background-color:#7146DD">Inner text</div>

This div background color is #7146DD.


Border color

.myBorderColor { border: 1px solid #7146DD; }

<div style="border:3px solid #7146DD">Div</div>

This div border color is #7146DD.


Opacity

.myOpacity80 { color: #7146DD; opacity: 0.8; }

<p style="color:#7146DD;opacity:0.8;">80%</p>

Text with #7146DD 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 #7146DD;}

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

This text has shadow with #7146DD color.

.textShadow {text-shadow: 3px 3px 1px #7146DD, 3px 3px 1px red;}

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

This text has shadow with #7146DD primary color and red secondary color.


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

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

This text has shadow with #7146DD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7146DD on black background.


Color preview on white background

This text has color #7146DD on white background.



Black color preview on #7146DD background

This text has black color on #7146DD background.


White color preview on #7146DD background

This text has white color on #7146DD background.