COLOR #724CBA

HEX: #724CBA RGB: (114,76,186)

Color info

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

RGB color model

#724CBA color RGB value is (114,76,186).

RGB: (114,76,186) (45%, 30%, 73%)

RGB channels and saturation

R 114 of 255 = 45%
G 76 of 255 = 30%
B 186 of 255 = 73%

114
76
186

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

Portions of RGB colors in percentages

R + G + B = 114 + 76 + 186 = 376 (100%)
R 114 of 376 ~ 30.32%
G 76 of 376 ~ 20.21%
B 186 of 376 ~ 49.47'%

%30.32
%20.21
%49.47

CMYK color model

#724CBA color CMYK value is (39,59,0,27).

  • cyan value is 38.71%
  • magenta value is 59.14%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (39,59,0,27)
C39M59Y0K27 (39%, 59%, 0%, 27%)
(0.39 / 0.59 / 0.00 / 0.27)

CMYK percentages

%38.71
%59.14
%0
%27.06

Codes

Color #724CBA in popluar color models

72 4C BA
RGB 114 76 186
HSL 261° 44.35% 51.37%
HSB/HSV 261° 59.14% 72.94%
CMYK 38.71% 59.14% 0.00%
27.06%

Color #724CBA in popluar number systems.

HEX 72 4C BA
Decimal 114 76 186
Binary 1110010 1001100 10111010
Octal 162 114 272

Shades and tints

Shades of #724CBA

#724CBA
(114,76,186)
#6846AA
(104,70,170)
#5E409A
(94,64,154)
#543A8A
(84,58,138)
#4A347A
(74,52,122)
#402E6A
(64,46,106)
#36285A
(54,40,90)
#2C224A
(44,34,74)
#221C3A
(34,28,58)
#18162A
(24,22,42)
#0E101A
(14,16,26)
#000000
(0,0,0)

Tints of #724CBA

#724CBA
(114,76,186)
#7E5CC0
(126,92,192)
#8A6CC6
(138,108,198)
#967CCC
(150,124,204)
#A28CD2
(162,140,210)
#AE9CD8
(174,156,216)
#BAACDE
(186,172,222)
#C6BCE4
(198,188,228)
#D2CCEA
(210,204,234)
#DEDCF0
(222,220,240)
#EAECF6
(234,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724CBA; }

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

This text font color is #724CBA.

Background Color

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

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

This div background color is #724CBA.

Border color

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

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

This div border color is #724CBA.

Opacity

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

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

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

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

This text has shadow with #724CBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #724CBA.

Preview

Color preview on black background

This text has color #724CBA on black background.


Color preview on white background

This text has color #724CBA on white background.


Black color preview on #724CBA background

This text has black color on #724CBA background.


White color preview on #724CBA background

This text has white color on #724CBA background.


Related colors

Complementary color

Complementary color for #hex is #8DB345.


I love getcolorcode.com

Triadic colors

1 #BA724C and #4CBA72 with #724CBA are triadic colors.

2 #BA4C72 and #4C72BA with #724CBA are triadic colors.