COLOR #724BBA

HEX: #724BBA
RGB: (114,75,186)

Color info

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

RGB color model

#724BBA color RGB value is (114,75,186).

  • red value is 114;
  • green value is 75;
  • blue value is 186.
RGB:
(114,75,186)
(45%,29%,73%)

RGB channels and saturation

R 114 of 255 = 45%
G 75 of 255 = 29%
B 186 of 255 = 73%

114
75
186

R + G + B ~ 49%. #724BBA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 75 + 186 = 375 (100%)
R 114 of 375 ~ 30.4%
G 75 of 375 ~ 20%
B 186 of 375 ~ 49.6%

%30.4
%20
%49.6

CMYK color model

#724BBA color CMYK value is (39,60,0,27).

  • cyan value is 38.71%
  • magenta value is 59.68%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(39,60,0,27)
C39M60Y0K27 
(39%,60%,0%,27%)
(0.39/0.60/0.00/0.27)	

CMYK percentages

%38.71
%59.68
%0
%27.06

Codes

Color #724BBA in popluar color models

724BBA
RGB11475186
HSL261°44.58%51.18%
HSB/HSV261°59.68%72.94%
CMYK38.71%59.68%0.00%
27.06%

Color #724BBA in popluar number systems.

HEX724BBA
Decimal11475186
Binary1110010100101110111010
Octal162113272

Shades and tints

Shades of #724BBA

#724BBA
(114,75,186)
#6845AA
(104,69,170)
#5E3F9A
(94,63,154)
#54398A
(84,57,138)
#4A337A
(74,51,122)
#402D6A
(64,45,106)
#36275A
(54,39,90)
#2C214A
(44,33,74)
#221B3A
(34,27,58)
#18152A
(24,21,42)
#0E0F1A
(14,15,26)
#000000
(0,0,0)

Tints of #724BBA

#724BBA
(114,75,186)
#7E5BC0
(126,91,192)
#8A6BC6
(138,107,198)
#967BCC
(150,123,204)
#A28BD2
(162,139,210)
#AE9BD8
(174,155,216)
#BAABDE
(186,171,222)
#C6BBE4
(198,187,228)
#D2CBEA
(210,203,234)
#DEDBF0
(222,219,240)
#EAEBF6
(234,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724BBA color. Also use rgb(114,75,186) instead hex code.

Text Font Color

.myTextColor { color: #724BBA; }

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

This text font color is #724BBA.


Background Color

.myBgColor { background-color: #724BBA; }

<div style="background-color:#724BBA">Inner text</div>

This div background color is #724BBA.


Border color

.myBorderColor { border: 1px solid #724BBA; }

<div style="border:3px solid #724BBA">Div</div>

This div border color is #724BBA.


Opacity

.myOpacity80 { color: #724BBA; opacity: 0.8; }

<p style="color:#724BBA;opacity:0.8;">80%</p>

Text with #724BBA 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 #724BBA;}

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

This text has shadow with #724BBA color.

.textShadow {text-shadow: 3px 3px 1px #724BBA, 3px 3px 1px red;}

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

This text has shadow with #724BBA primary color and red secondary color.


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

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

This text has shadow with #724BBA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724BBA on black background.


Color preview on white background

This text has color #724BBA on white background.



Black color preview on #724BBA background

This text has black color on #724BBA background.


White color preview on #724BBA background

This text has white color on #724BBA background.