COLOR #734D9B

HEX: #734D9B
RGB: (115,77,155)

Color info

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

RGB color model

#734D9B color RGB value is (115,77,155).

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

RGB channels and saturation

R 115 of 255 = 45%
G 77 of 255 = 30%
B 155 of 255 = 61%

115
77
155

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

Portions of RGB colors in percentages

R + G + B =
115 + 77 + 155 = 347 (100%)
R 115 of 347 ~ 33.14%
G 77 of 347 ~ 22.19%
B 155 of 347 ~ 44.67%

%33.14
%22.19
%44.67

CMYK color model

#734D9B color CMYK value is (26,50,0,39).

  • cyan value is 25.81%
  • magenta value is 50.32%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(26,50,0,39)
C26M50Y0K39 
(26%,50%,0%,39%)
(0.26/0.50/0.00/0.39)	

CMYK percentages

%25.81
%50.32
%0
%39.22

Codes

Color #734D9B in popluar color models

734D9B
RGB11577155
HSL269°33.62%45.49%
HSB/HSV269°50.32%60.78%
CMYK25.81%50.32%0.00%
39.22%

Color #734D9B in popluar number systems.

HEX734D9B
Decimal11577155
Binary1110011100110110011011
Octal163115233

Shades and tints

Shades of #734D9B

#734D9B
(115,77,155)
#69468D
(105,70,141)
#5F3F7F
(95,63,127)
#553871
(85,56,113)
#4B3163
(75,49,99)
#412A55
(65,42,85)
#372347
(55,35,71)
#2D1C39
(45,28,57)
#23152B
(35,21,43)
#190E1D
(25,14,29)
#0F070F
(15,7,15)
#000000
(0,0,0)

Tints of #734D9B

#734D9B
(115,77,155)
#7F5DA4
(127,93,164)
#8B6DAD
(139,109,173)
#977DB6
(151,125,182)
#A38DBF
(163,141,191)
#AF9DC8
(175,157,200)
#BBADD1
(187,173,209)
#C7BDDA
(199,189,218)
#D3CDE3
(211,205,227)
#DFDDEC
(223,221,236)
#EBEDF5
(235,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #734D9B; }

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

This text font color is #734D9B.


Background Color

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

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

This div background color is #734D9B.


Border color

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

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

This div border color is #734D9B.


Opacity

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

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

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

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

This text has shadow with #734D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734D9B on black background.


Color preview on white background

This text has color #734D9B on white background.



Black color preview on #734D9B background

This text has black color on #734D9B background.


White color preview on #734D9B background

This text has white color on #734D9B background.