COLOR #7200BB

HEX: #7200BB
RGB: (114,0,187)

Color info

#7200BB contains mainly blue color. Web safe color of #7200BB is #6600CC (or #60C).

RGB color model

#7200BB color RGB value is (114,0,187).

  • red value is 114;
  • green value is 0;
  • blue value is 187.
RGB:
(114,0,187)
(45%,0%,73%)

RGB channels and saturation

R 114 of 255 = 45%
G 0 of 255 = 0%
B 187 of 255 = 73%

114
0
187

R + G + B ~ 39%. #7200BB is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 0 + 187 = 301 (100%)
R 114 of 301 ~ 37.87%
G 0 of 301 ~ 0%
B 187 of 301 ~ 62.13%

%37.87
%62.13

CMYK color model

#7200BB color CMYK value is (39,100,0,27).

  • cyan value is 39.04%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(39,100,0,27)
C39M100Y0K27 
(39%,100%,0%,27%)
(0.39/1.00/0.00/0.27)	

CMYK percentages

%39.04
%100
%0
%26.67

Codes

Color #7200BB in popluar color models

7200BB
RGB1140187
HSL277°100.00%36.67%
HSB/HSV277°100.00%73.33%
CMYK39.04%100.00%0.00%
26.67%

Color #7200BB in popluar number systems.

HEX7200BB
Decimal1140187
Binary1110010010111011
Octal1620273

Shades and tints

Shades of #7200BB

#7200BB
(114,0,187)
#6800AA
(104,0,170)
#5E0099
(94,0,153)
#540088
(84,0,136)
#4A0077
(74,0,119)
#400066
(64,0,102)
#360055
(54,0,85)
#2C0044
(44,0,68)
#220033
(34,0,51)
#180022
(24,0,34)
#0E0011
(14,0,17)
#000000
(0,0,0)

Tints of #7200BB

#7200BB
(114,0,187)
#7E17C1
(126,23,193)
#8A2EC7
(138,46,199)
#9645CD
(150,69,205)
#A25CD3
(162,92,211)
#AE73D9
(174,115,217)
#BA8ADF
(186,138,223)
#C6A1E5
(198,161,229)
#D2B8EB
(210,184,235)
#DECFF1
(222,207,241)
#EAE6F7
(234,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7200BB color. Also use rgb(114,0,187) instead hex code.

Text Font Color

.myTextColor { color: #7200BB; }

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

This text font color is #7200BB.


Background Color

.myBgColor { background-color: #7200BB; }

<div style="background-color:#7200BB">Inner text</div>

This div background color is #7200BB.


Border color

.myBorderColor { border: 1px solid #7200BB; }

<div style="border:3px solid #7200BB">Div</div>

This div border color is #7200BB.


Opacity

.myOpacity80 { color: #7200BB; opacity: 0.8; }

<p style="color:#7200BB;opacity:0.8;">80%</p>

Text with #7200BB 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 #7200BB;}

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

This text has shadow with #7200BB color.

.textShadow {text-shadow: 3px 3px 1px #7200BB, 3px 3px 1px red;}

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

This text has shadow with #7200BB primary color and red secondary color.


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

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

This text has shadow with #7200BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7200BB on black background.


Color preview on white background

This text has color #7200BB on white background.



Black color preview on #7200BB background

This text has black color on #7200BB background.


White color preview on #7200BB background

This text has white color on #7200BB background.