COLOR #734784

HEX: #734784
RGB: (115,71,132)

Color info

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

RGB color model

#734784 color RGB value is (115,71,132).

  • red value is 115;
  • green value is 71;
  • blue value is 132.
RGB:
(115,71,132)
(45%,28%,52%)

RGB channels and saturation

R 115 of 255 = 45%
G 71 of 255 = 28%
B 132 of 255 = 52%

115
71
132

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

Portions of RGB colors in percentages

R + G + B =
115 + 71 + 132 = 318 (100%)
R 115 of 318 ~ 36.16%
G 71 of 318 ~ 22.33%
B 132 of 318 ~ 41.51%

%36.16
%22.33
%41.51

CMYK color model

#734784 color CMYK value is (13,46,0,48).

  • cyan value is 12.88%
  • magenta value is 46.21%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(13,46,0,48)
C13M46Y0K48 
(13%,46%,0%,48%)
(0.13/0.46/0.00/0.48)	

CMYK percentages

%12.88
%46.21
%0
%48.24

Codes

Color #734784 in popluar color models

734784
RGB11571132
HSL283°30.05%39.80%
HSB/HSV283°46.21%51.76%
CMYK12.88%46.21%0.00%
48.24%

Color #734784 in popluar number systems.

HEX734784
Decimal11571132
Binary1110011100011110000100
Octal163107204

Shades and tints

Shades of #734784

#734784
(115,71,132)
#694178
(105,65,120)
#5F3B6C
(95,59,108)
#553560
(85,53,96)
#4B2F54
(75,47,84)
#412948
(65,41,72)
#37233C
(55,35,60)
#2D1D30
(45,29,48)
#231724
(35,23,36)
#191118
(25,17,24)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #734784

#734784
(115,71,132)
#7F578F
(127,87,143)
#8B679A
(139,103,154)
#9777A5
(151,119,165)
#A387B0
(163,135,176)
#AF97BB
(175,151,187)
#BBA7C6
(187,167,198)
#C7B7D1
(199,183,209)
#D3C7DC
(211,199,220)
#DFD7E7
(223,215,231)
#EBE7F2
(235,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734784 color. Also use rgb(115,71,132) instead hex code.

Text Font Color

.myTextColor { color: #734784; }

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

This text font color is #734784.


Background Color

.myBgColor { background-color: #734784; }

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

This div background color is #734784.


Border color

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

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

This div border color is #734784.


Opacity

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

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

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

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

This text has shadow with #734784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734784 on black background.


Color preview on white background

This text has color #734784 on white background.



Black color preview on #734784 background

This text has black color on #734784 background.


White color preview on #734784 background

This text has white color on #734784 background.