COLOR #7272C7

HEX: #7272C7
RGB: (114,114,199)

Color info

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

RGB color model

#7272C7 color RGB value is (114,114,199).

  • red value is 114;
  • green value is 114;
  • blue value is 199.
RGB:
(114,114,199)
(45%,45%,78%)

RGB channels and saturation

R 114 of 255 = 45%
G 114 of 255 = 45%
B 199 of 255 = 78%

114
114
199

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

Portions of RGB colors in percentages

R + G + B =
114 + 114 + 199 = 427 (100%)
R 114 of 427 ~ 26.7%
G 114 of 427 ~ 26.7%
B 199 of 427 ~ 46.6%

%26.7
%26.7
%46.6

CMYK color model

#7272C7 color CMYK value is (43,43,0,22).

  • cyan value is 42.71%
  • magenta value is 42.71%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(43,43,0,22)
C43M43Y0K22 
(43%,43%,0%,22%)
(0.43/0.43/0.00/0.22)	

CMYK percentages

%42.71
%42.71
%0
%21.96

Codes

Color #7272C7 in popluar color models

7272C7
RGB114114199
HSL240°43.15%61.37%
HSB/HSV240°42.71%78.04%
CMYK42.71%42.71%0.00%
21.96%

Color #7272C7 in popluar number systems.

HEX7272C7
Decimal114114199
Binary1110010111001011000111
Octal162162307

Shades and tints

Shades of #7272C7

#7272C7
(114,114,199)
#6868B5
(104,104,181)
#5E5EA3
(94,94,163)
#545491
(84,84,145)
#4A4A7F
(74,74,127)
#40406D
(64,64,109)
#36365B
(54,54,91)
#2C2C49
(44,44,73)
#222237
(34,34,55)
#181825
(24,24,37)
#0E0E13
(14,14,19)
#000000
(0,0,0)

Tints of #7272C7

#7272C7
(114,114,199)
#7E7ECC
(126,126,204)
#8A8AD1
(138,138,209)
#9696D6
(150,150,214)
#A2A2DB
(162,162,219)
#AEAEE0
(174,174,224)
#BABAE5
(186,186,229)
#C6C6EA
(198,198,234)
#D2D2EF
(210,210,239)
#DEDEF4
(222,222,244)
#EAEAF9
(234,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7272C7; }

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

This text font color is #7272C7.


Background Color

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

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

This div background color is #7272C7.


Border color

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

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

This div border color is #7272C7.


Opacity

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

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

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

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

This text has shadow with #7272C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7272C7 on black background.


Color preview on white background

This text has color #7272C7 on white background.



Black color preview on #7272C7 background

This text has black color on #7272C7 background.


White color preview on #7272C7 background

This text has white color on #7272C7 background.