COLOR #734F8A

HEX: #734F8A
RGB: (115,79,138)

Color info

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

RGB color model

#734F8A color RGB value is (115,79,138).

  • red value is 115;
  • green value is 79;
  • blue value is 138.
RGB:
(115,79,138)
(45%,31%,54%)

RGB channels and saturation

R 115 of 255 = 45%
G 79 of 255 = 31%
B 138 of 255 = 54%

115
79
138

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

Portions of RGB colors in percentages

R + G + B =
115 + 79 + 138 = 332 (100%)
R 115 of 332 ~ 34.64%
G 79 of 332 ~ 23.8%
B 138 of 332 ~ 41.57%

%34.64
%23.8
%41.57

CMYK color model

#734F8A color CMYK value is (17,43,0,46).

  • cyan value is 16.67%
  • magenta value is 42.75%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(17,43,0,46)
C17M43Y0K46 
(17%,43%,0%,46%)
(0.17/0.43/0.00/0.46)	

CMYK percentages

%16.67
%42.75
%0
%45.88

Codes

Color #734F8A in popluar color models

734F8A
RGB11579138
HSL277°27.19%42.55%
HSB/HSV277°42.75%54.12%
CMYK16.67%42.75%0.00%
45.88%

Color #734F8A in popluar number systems.

HEX734F8A
Decimal11579138
Binary1110011100111110001010
Octal163117212

Shades and tints

Shades of #734F8A

#734F8A
(115,79,138)
#69487E
(105,72,126)
#5F4172
(95,65,114)
#553A66
(85,58,102)
#4B335A
(75,51,90)
#412C4E
(65,44,78)
#372542
(55,37,66)
#2D1E36
(45,30,54)
#23172A
(35,23,42)
#19101E
(25,16,30)
#0F0912
(15,9,18)
#000000
(0,0,0)

Tints of #734F8A

#734F8A
(115,79,138)
#7F5F94
(127,95,148)
#8B6F9E
(139,111,158)
#977FA8
(151,127,168)
#A38FB2
(163,143,178)
#AF9FBC
(175,159,188)
#BBAFC6
(187,175,198)
#C7BFD0
(199,191,208)
#D3CFDA
(211,207,218)
#DFDFE4
(223,223,228)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734F8A color. Also use rgb(115,79,138) instead hex code.

Text Font Color

.myTextColor { color: #734F8A; }

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

This text font color is #734F8A.


Background Color

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

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

This div background color is #734F8A.


Border color

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

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

This div border color is #734F8A.


Opacity

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

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

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

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

This text has shadow with #734F8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734F8A on black background.


Color preview on white background

This text has color #734F8A on white background.



Black color preview on #734F8A background

This text has black color on #734F8A background.


White color preview on #734F8A background

This text has white color on #734F8A background.