COLOR #7272DD

HEX: #7272DD RGB: (114,114,221)

Color info

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

RGB color model

#7272DD color RGB value is (114,114,221).

RGB: (114,114,221) (45%, 45%, 87%)

RGB channels and saturation

R 114 of 255 = 45%
G 114 of 255 = 45%
B 221 of 255 = 87%

114
114
221

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

Portions of RGB colors in percentages

R + G + B = 114 + 114 + 221 = 449 (100%)
R 114 of 449 ~ 25.39%
G 114 of 449 ~ 25.39%
B 221 of 449 ~ 49.22'%

%25.39
%25.39
%49.22

CMYK color model

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

  • cyan value is 48.42%
  • magenta value is 48.42%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (48,48,0,13)
C48M48Y0K13 (48%, 48%, 0%, 13%)
(0.48 / 0.48 / 0.00 / 0.13)

CMYK percentages

%48.42
%48.42
%0
%13.33

Codes

Color #7272DD in popluar color models

72 72 DD
RGB 114 114 221
HSL 240° 61.14% 65.69%
HSB/HSV 240° 48.42% 86.67%
CMYK 48.42% 48.42% 0.00%
13.33%

Color #7272DD in popluar number systems.

HEX 72 72 DD
Decimal 114 114 221
Binary 1110010 1110010 11011101
Octal 162 162 335

Shades and tints

Shades of #7272DD

#7272DD
(114,114,221)
#6868C9
(104,104,201)
#5E5EB5
(94,94,181)
#5454A1
(84,84,161)
#4A4A8D
(74,74,141)
#404079
(64,64,121)
#363665
(54,54,101)
#2C2C51
(44,44,81)
#22223D
(34,34,61)
#181829
(24,24,41)
#0E0E15
(14,14,21)
#000000
(0,0,0)

Tints of #7272DD

#7272DD
(114,114,221)
#7E7EE0
(126,126,224)
#8A8AE3
(138,138,227)
#9696E6
(150,150,230)
#A2A2E9
(162,162,233)
#AEAEEC
(174,174,236)
#BABAEF
(186,186,239)
#C6C6F2
(198,198,242)
#D2D2F5
(210,210,245)
#DEDEF8
(222,222,248)
#EAEAFB
(234,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7272DD; }

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

This text font color is #7272DD.

Background Color

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

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

This div background color is #7272DD.

Border color

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

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

This div border color is #7272DD.

Opacity

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

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

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

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

This text has shadow with #7272DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7272DD.

Preview

Color preview on black background

This text has color #7272DD on black background.


Color preview on white background

This text has color #7272DD on white background.


Black color preview on #7272DD background

This text has black color on #7272DD background.


White color preview on #7272DD background

This text has white color on #7272DD background.


Related colors

Complementary color

Complementary color for #7272DD is #8D8D22.


I love getcolorcode.com