COLOR #7371DD

HEX: #7371DD RGB: (115,113,221)

Color info

#7371DD contains mainly blue color. Web safe color of #7371DD is #6666CC (or #66C).

RGB color model

#7371DD color RGB value is (115,113,221).

RGB: (115,113,221) (45%, 44%, 87%)

RGB channels and saturation

R 115 of 255 = 45%
G 113 of 255 = 44%
B 221 of 255 = 87%

115
113
221

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

Portions of RGB colors in percentages

R + G + B = 115 + 113 + 221 = 449 (100%)
R 115 of 449 ~ 25.61%
G 113 of 449 ~ 25.17%
B 221 of 449 ~ 49.22'%

%25.61
%25.17
%49.22

CMYK color model

#7371DD color CMYK value is (48,49,0,13).

  • cyan value is 47.96%
  • magenta value is 48.87%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (48,49,0,13)
C48M49Y0K13 (48%, 49%, 0%, 13%)
(0.48 / 0.49 / 0.00 / 0.13)

CMYK percentages

%47.96
%48.87
%0
%13.33

Codes

Color #7371DD in popluar color models

73 71 DD
RGB 115 113 221
HSL 241° 61.36% 65.49%
HSB/HSV 241° 48.87% 86.67%
CMYK 47.96% 48.87% 0.00%
13.33%

Color #7371DD in popluar number systems.

HEX 73 71 DD
Decimal 115 113 221
Binary 1110011 1110001 11011101
Octal 163 161 335

Shades and tints

Shades of #7371DD

#7371DD
(115,113,221)
#6967C9
(105,103,201)
#5F5DB5
(95,93,181)
#5553A1
(85,83,161)
#4B498D
(75,73,141)
#413F79
(65,63,121)
#373565
(55,53,101)
#2D2B51
(45,43,81)
#23213D
(35,33,61)
#191729
(25,23,41)
#0F0D15
(15,13,21)
#000000
(0,0,0)

Tints of #7371DD

#7371DD
(115,113,221)
#7F7DE0
(127,125,224)
#8B89E3
(139,137,227)
#9795E6
(151,149,230)
#A3A1E9
(163,161,233)
#AFADEC
(175,173,236)
#BBB9EF
(187,185,239)
#C7C5F2
(199,197,242)
#D3D1F5
(211,209,245)
#DFDDF8
(223,221,248)
#EBE9FB
(235,233,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7371DD; }

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

This text font color is #7371DD.

Background Color

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

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

This div background color is #7371DD.

Border color

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

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

This div border color is #7371DD.

Opacity

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

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

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

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

This text has shadow with #7371DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7371DD.

Preview

Color preview on black background

This text has color #7371DD on black background.


Color preview on white background

This text has color #7371DD on white background.


Black color preview on #7371DD background

This text has black color on #7371DD background.


White color preview on #7371DD background

This text has white color on #7371DD background.


Related colors

Complementary color

Complementary color for #hex is #8C8E22.


I love getcolorcode.com

Triadic colors

1 #DD7371 and #71DD73 with #7371DD are triadic colors.

2 #DD7173 and #7173DD with #7371DD are triadic colors.