COLOR #734B90

HEX: #734B90
RGB: (115,75,144)

Color info

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

RGB color model

#734B90 color RGB value is (115,75,144).

  • red value is 115;
  • green value is 75;
  • blue value is 144.
RGB:
(115,75,144)
(45%,29%,56%)

RGB channels and saturation

R 115 of 255 = 45%
G 75 of 255 = 29%
B 144 of 255 = 56%

115
75
144

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

Portions of RGB colors in percentages

R + G + B =
115 + 75 + 144 = 334 (100%)
R 115 of 334 ~ 34.43%
G 75 of 334 ~ 22.46%
B 144 of 334 ~ 43.11%

%34.43
%22.46
%43.11

CMYK color model

#734B90 color CMYK value is (20,48,0,44).

  • cyan value is 20.14%
  • magenta value is 47.92%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(20,48,0,44)
C20M48Y0K44 
(20%,48%,0%,44%)
(0.20/0.48/0.00/0.44)	

CMYK percentages

%20.14
%47.92
%0
%43.53

Codes

Color #734B90 in popluar color models

734B90
RGB11575144
HSL275°31.51%42.94%
HSB/HSV275°47.92%56.47%
CMYK20.14%47.92%0.00%
43.53%

Color #734B90 in popluar number systems.

HEX734B90
Decimal11575144
Binary1110011100101110010000
Octal163113220

Shades and tints

Shades of #734B90

#734B90
(115,75,144)
#694583
(105,69,131)
#5F3F76
(95,63,118)
#553969
(85,57,105)
#4B335C
(75,51,92)
#412D4F
(65,45,79)
#372742
(55,39,66)
#2D2135
(45,33,53)
#231B28
(35,27,40)
#19151B
(25,21,27)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #734B90

#734B90
(115,75,144)
#7F5B9A
(127,91,154)
#8B6BA4
(139,107,164)
#977BAE
(151,123,174)
#A38BB8
(163,139,184)
#AF9BC2
(175,155,194)
#BBABCC
(187,171,204)
#C7BBD6
(199,187,214)
#D3CBE0
(211,203,224)
#DFDBEA
(223,219,234)
#EBEBF4
(235,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734B90 color. Also use rgb(115,75,144) instead hex code.

Text Font Color

.myTextColor { color: #734B90; }

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

This text font color is #734B90.


Background Color

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

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

This div background color is #734B90.


Border color

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

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

This div border color is #734B90.


Opacity

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

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

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

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

This text has shadow with #734B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734B90 on black background.


Color preview on white background

This text has color #734B90 on white background.



Black color preview on #734B90 background

This text has black color on #734B90 background.


White color preview on #734B90 background

This text has white color on #734B90 background.