COLOR #734D94

HEX: #734D94
RGB: (115,77,148)

Color info

#734D94 contains mainly red and blue colors. Web safe color of #734D94 is #663399 (or #639).

RGB color model

#734D94 color RGB value is (115,77,148).

  • red value is 115;
  • green value is 77;
  • blue value is 148.
RGB:
(115,77,148)
(45%,30%,58%)

RGB channels and saturation

R 115 of 255 = 45%
G 77 of 255 = 30%
B 148 of 255 = 58%

115
77
148

R + G + B ~ 44%. #734D94 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 77 + 148 = 340 (100%)
R 115 of 340 ~ 33.82%
G 77 of 340 ~ 22.65%
B 148 of 340 ~ 43.53%

%33.82
%22.65
%43.53

CMYK color model

#734D94 color CMYK value is (22,48,0,42).

  • cyan value is 22.30%
  • magenta value is 47.97%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(22,48,0,42)
C22M48Y0K42 
(22%,48%,0%,42%)
(0.22/0.48/0.00/0.42)	

CMYK percentages

%22.3
%47.97
%0
%41.96

Codes

Color #734D94 in popluar color models

734D94
RGB11577148
HSL272°31.56%44.12%
HSB/HSV272°47.97%58.04%
CMYK22.30%47.97%0.00%
41.96%

Color #734D94 in popluar number systems.

HEX734D94
Decimal11577148
Binary1110011100110110010100
Octal163115224

Shades and tints

Shades of #734D94

#734D94
(115,77,148)
#694687
(105,70,135)
#5F3F7A
(95,63,122)
#55386D
(85,56,109)
#4B3160
(75,49,96)
#412A53
(65,42,83)
#372346
(55,35,70)
#2D1C39
(45,28,57)
#23152C
(35,21,44)
#190E1F
(25,14,31)
#0F0712
(15,7,18)
#000000
(0,0,0)

Tints of #734D94

#734D94
(115,77,148)
#7F5D9D
(127,93,157)
#8B6DA6
(139,109,166)
#977DAF
(151,125,175)
#A38DB8
(163,141,184)
#AF9DC1
(175,157,193)
#BBADCA
(187,173,202)
#C7BDD3
(199,189,211)
#D3CDDC
(211,205,220)
#DFDDE5
(223,221,229)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734D94 color. Also use rgb(115,77,148) instead hex code.

Text Font Color

.myTextColor { color: #734D94; }

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

This text font color is #734D94.


Background Color

.myBgColor { background-color: #734D94; }

<div style="background-color:#734D94">Inner text</div>

This div background color is #734D94.


Border color

.myBorderColor { border: 1px solid #734D94; }

<div style="border:3px solid #734D94">Div</div>

This div border color is #734D94.


Opacity

.myOpacity80 { color: #734D94; opacity: 0.8; }

<p style="color:#734D94;opacity:0.8;">80%</p>

Text with #734D94 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 #734D94;}

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

This text has shadow with #734D94 color.

.textShadow {text-shadow: 3px 3px 1px #734D94, 3px 3px 1px red;}

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

This text has shadow with #734D94 primary color and red secondary color.


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

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

This text has shadow with #734D94 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734D94 on black background.


Color preview on white background

This text has color #734D94 on white background.



Black color preview on #734D94 background

This text has black color on #734D94 background.


White color preview on #734D94 background

This text has white color on #734D94 background.