COLOR #735090

HEX: #735090
RGB: (115,80,144)

Color info

#735090 contains mainly red and blue colors. Web safe color of #735090 is #666699 (or #669).

RGB color model

#735090 color RGB value is (115,80,144).

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

RGB channels and saturation

R 115 of 255 = 45%
G 80 of 255 = 31%
B 144 of 255 = 56%

115
80
144

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

Portions of RGB colors in percentages

R + G + B =
115 + 80 + 144 = 339 (100%)
R 115 of 339 ~ 33.92%
G 80 of 339 ~ 23.6%
B 144 of 339 ~ 42.48%

%33.92
%23.6
%42.48

CMYK color model

#735090 color CMYK value is (20,44,0,44).

  • cyan value is 20.14%
  • magenta value is 44.44%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(20,44,0,44)
C20M44Y0K44 
(20%,44%,0%,44%)
(0.20/0.44/0.00/0.44)	

CMYK percentages

%20.14
%44.44
%0
%43.53

Codes

Color #735090 in popluar color models

735090
RGB11580144
HSL273°28.57%43.92%
HSB/HSV273°44.44%56.47%
CMYK20.14%44.44%0.00%
43.53%

Color #735090 in popluar number systems.

HEX735090
Decimal11580144
Binary1110011101000010010000
Octal163120220

Shades and tints

Shades of #735090

#735090
(115,80,144)
#694983
(105,73,131)
#5F4276
(95,66,118)
#553B69
(85,59,105)
#4B345C
(75,52,92)
#412D4F
(65,45,79)
#372642
(55,38,66)
#2D1F35
(45,31,53)
#231828
(35,24,40)
#19111B
(25,17,27)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #735090

#735090
(115,80,144)
#7F5F9A
(127,95,154)
#8B6EA4
(139,110,164)
#977DAE
(151,125,174)
#A38CB8
(163,140,184)
#AF9BC2
(175,155,194)
#BBAACC
(187,170,204)
#C7B9D6
(199,185,214)
#D3C8E0
(211,200,224)
#DFD7EA
(223,215,234)
#EBE6F4
(235,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #735090; }

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

This text font color is #735090.


Background Color

.myBgColor { background-color: #735090; }

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

This div background color is #735090.


Border color

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

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

This div border color is #735090.


Opacity

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

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

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

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

This text has shadow with #735090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735090 on black background.


Color preview on white background

This text has color #735090 on white background.



Black color preview on #735090 background

This text has black color on #735090 background.


White color preview on #735090 background

This text has white color on #735090 background.