COLOR #734A82

HEX: #734A82
RGB: (115,74,130)

Color info

#734A82 contains red, green and blue colors in about the same proportion. Web safe color of #734A82 is #663399 (or #639).

RGB color model

#734A82 color RGB value is (115,74,130).

  • red value is 115;
  • green value is 74;
  • blue value is 130.
RGB:
(115,74,130)
(45%,29%,51%)

RGB channels and saturation

R 115 of 255 = 45%
G 74 of 255 = 29%
B 130 of 255 = 51%

115
74
130

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

Portions of RGB colors in percentages

R + G + B =
115 + 74 + 130 = 319 (100%)
R 115 of 319 ~ 36.05%
G 74 of 319 ~ 23.2%
B 130 of 319 ~ 40.75%

%36.05
%23.2
%40.75

CMYK color model

#734A82 color CMYK value is (12,43,0,49).

  • cyan value is 11.54%
  • magenta value is 43.08%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(12,43,0,49)
C12M43Y0K49 
(12%,43%,0%,49%)
(0.12/0.43/0.00/0.49)	

CMYK percentages

%11.54
%43.08
%0
%49.02

Codes

Color #734A82 in popluar color models

734A82
RGB11574130
HSL284°27.45%40.00%
HSB/HSV284°43.08%50.98%
CMYK11.54%43.08%0.00%
49.02%

Color #734A82 in popluar number systems.

HEX734A82
Decimal11574130
Binary1110011100101010000010
Octal163112202

Shades and tints

Shades of #734A82

#734A82
(115,74,130)
#694477
(105,68,119)
#5F3E6C
(95,62,108)
#553861
(85,56,97)
#4B3256
(75,50,86)
#412C4B
(65,44,75)
#372640
(55,38,64)
#2D2035
(45,32,53)
#231A2A
(35,26,42)
#19141F
(25,20,31)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #734A82

#734A82
(115,74,130)
#7F5A8D
(127,90,141)
#8B6A98
(139,106,152)
#977AA3
(151,122,163)
#A38AAE
(163,138,174)
#AF9AB9
(175,154,185)
#BBAAC4
(187,170,196)
#C7BACF
(199,186,207)
#D3CADA
(211,202,218)
#DFDAE5
(223,218,229)
#EBEAF0
(235,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734A82 color. Also use rgb(115,74,130) instead hex code.

Text Font Color

.myTextColor { color: #734A82; }

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

This text font color is #734A82.


Background Color

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

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

This div background color is #734A82.


Border color

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

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

This div border color is #734A82.


Opacity

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

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

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

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

This text has shadow with #734A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734A82 on black background.


Color preview on white background

This text has color #734A82 on white background.



Black color preview on #734A82 background

This text has black color on #734A82 background.


White color preview on #734A82 background

This text has white color on #734A82 background.