COLOR #735F99

HEX: #735F99
RGB: (115,95,153)

Color info

#735F99 contains red, green and blue colors in about the same proportion. Web safe color of #735F99 is #666699 (or #669).

RGB color model

#735F99 color RGB value is (115,95,153).

  • red value is 115;
  • green value is 95;
  • blue value is 153.
RGB:
(115,95,153)
(45%,37%,60%)

RGB channels and saturation

R 115 of 255 = 45%
G 95 of 255 = 37%
B 153 of 255 = 60%

115
95
153

R + G + B ~ 47%. #735F99 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 95 + 153 = 363 (100%)
R 115 of 363 ~ 31.68%
G 95 of 363 ~ 26.17%
B 153 of 363 ~ 42.15%

%31.68
%26.17
%42.15

CMYK color model

#735F99 color CMYK value is (25,38,0,40).

  • cyan value is 24.84%
  • magenta value is 37.91%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(25,38,0,40)
C25M38Y0K40 
(25%,38%,0%,40%)
(0.25/0.38/0.00/0.40)	

CMYK percentages

%24.84
%37.91
%0
%40

Codes

Color #735F99 in popluar color models

735F99
RGB11595153
HSL261°23.39%48.63%
HSB/HSV261°37.91%60.00%
CMYK24.84%37.91%0.00%
40.00%

Color #735F99 in popluar number systems.

HEX735F99
Decimal11595153
Binary1110011101111110011001
Octal163137231

Shades and tints

Shades of #735F99

#735F99
(115,95,153)
#69578C
(105,87,140)
#5F4F7F
(95,79,127)
#554772
(85,71,114)
#4B3F65
(75,63,101)
#413758
(65,55,88)
#372F4B
(55,47,75)
#2D273E
(45,39,62)
#231F31
(35,31,49)
#191724
(25,23,36)
#0F0F17
(15,15,23)
#000000
(0,0,0)

Tints of #735F99

#735F99
(115,95,153)
#7F6DA2
(127,109,162)
#8B7BAB
(139,123,171)
#9789B4
(151,137,180)
#A397BD
(163,151,189)
#AFA5C6
(175,165,198)
#BBB3CF
(187,179,207)
#C7C1D8
(199,193,216)
#D3CFE1
(211,207,225)
#DFDDEA
(223,221,234)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #735F99 color. Also use rgb(115,95,153) instead hex code.

Text Font Color

.myTextColor { color: #735F99; }

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

This text font color is #735F99.


Background Color

.myBgColor { background-color: #735F99; }

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

This div background color is #735F99.


Border color

.myBorderColor { border: 1px solid #735F99; }

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

This div border color is #735F99.


Opacity

.myOpacity80 { color: #735F99; opacity: 0.8; }

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

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

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

This text has shadow with #735F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #735F99 on black background.


Color preview on white background

This text has color #735F99 on white background.



Black color preview on #735F99 background

This text has black color on #735F99 background.


White color preview on #735F99 background

This text has white color on #735F99 background.