COLOR #734980

HEX: #734980
RGB: (115,73,128)

Color info

#734980 contains red, green and blue colors in about the same proportion. Web safe color of #734980 is #663366 (or #636).

RGB color model

#734980 color RGB value is (115,73,128).

  • red value is 115;
  • green value is 73;
  • blue value is 128.
RGB:
(115,73,128)
(45%,29%,50%)

RGB channels and saturation

R 115 of 255 = 45%
G 73 of 255 = 29%
B 128 of 255 = 50%

115
73
128

R + G + B ~ 41%. #734980 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 73 + 128 = 316 (100%)
R 115 of 316 ~ 36.39%
G 73 of 316 ~ 23.1%
B 128 of 316 ~ 40.51%

%36.39
%23.1
%40.51

CMYK color model

#734980 color CMYK value is (10,43,0,50).

  • cyan value is 10.16%
  • magenta value is 42.97%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(10,43,0,50)
C10M43Y0K50 
(10%,43%,0%,50%)
(0.10/0.43/0.00/0.50)	

CMYK percentages

%10.16
%42.97
%0
%49.8

Codes

Color #734980 in popluar color models

734980
RGB11573128
HSL286°27.36%39.41%
HSB/HSV286°42.97%50.20%
CMYK10.16%42.97%0.00%
49.80%

Color #734980 in popluar number systems.

HEX734980
Decimal11573128
Binary1110011100100110000000
Octal163111200

Shades and tints

Shades of #734980

#734980
(115,73,128)
#694375
(105,67,117)
#5F3D6A
(95,61,106)
#55375F
(85,55,95)
#4B3154
(75,49,84)
#412B49
(65,43,73)
#37253E
(55,37,62)
#2D1F33
(45,31,51)
#231928
(35,25,40)
#19131D
(25,19,29)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #734980

#734980
(115,73,128)
#7F598B
(127,89,139)
#8B6996
(139,105,150)
#9779A1
(151,121,161)
#A389AC
(163,137,172)
#AF99B7
(175,153,183)
#BBA9C2
(187,169,194)
#C7B9CD
(199,185,205)
#D3C9D8
(211,201,216)
#DFD9E3
(223,217,227)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734980 color. Also use rgb(115,73,128) instead hex code.

Text Font Color

.myTextColor { color: #734980; }

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

This text font color is #734980.


Background Color

.myBgColor { background-color: #734980; }

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

This div background color is #734980.


Border color

.myBorderColor { border: 1px solid #734980; }

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

This div border color is #734980.


Opacity

.myOpacity80 { color: #734980; opacity: 0.8; }

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

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

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

This text has shadow with #734980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734980 on black background.


Color preview on white background

This text has color #734980 on white background.



Black color preview on #734980 background

This text has black color on #734980 background.


White color preview on #734980 background

This text has white color on #734980 background.