COLOR #754185

HEX: #754185
RGB: (117,65,133)

Color info

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

RGB color model

#754185 color RGB value is (117,65,133).

  • red value is 117;
  • green value is 65;
  • blue value is 133.
RGB:
(117,65,133)
(46%,25%,52%)

RGB channels and saturation

R 117 of 255 = 46%
G 65 of 255 = 25%
B 133 of 255 = 52%

117
65
133

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

Portions of RGB colors in percentages

R + G + B =
117 + 65 + 133 = 315 (100%)
R 117 of 315 ~ 37.14%
G 65 of 315 ~ 20.63%
B 133 of 315 ~ 42.22%

%37.14
%20.63
%42.22

CMYK color model

#754185 color CMYK value is (12,51,0,48).

  • cyan value is 12.03%
  • magenta value is 51.13%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(12,51,0,48)
C12M51Y0K48 
(12%,51%,0%,48%)
(0.12/0.51/0.00/0.48)	

CMYK percentages

%12.03
%51.13
%0
%47.84

Codes

Color #754185 in popluar color models

754185
RGB11765133
HSL286°34.34%38.82%
HSB/HSV286°51.13%52.16%
CMYK12.03%51.13%0.00%
47.84%

Color #754185 in popluar number systems.

HEX754185
Decimal11765133
Binary1110101100000110000101
Octal165101205

Shades and tints

Shades of #754185

#754185
(117,65,133)
#6B3C79
(107,60,121)
#61376D
(97,55,109)
#573261
(87,50,97)
#4D2D55
(77,45,85)
#432849
(67,40,73)
#39233D
(57,35,61)
#2F1E31
(47,30,49)
#251925
(37,25,37)
#1B1419
(27,20,25)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #754185

#754185
(117,65,133)
#815290
(129,82,144)
#8D639B
(141,99,155)
#9974A6
(153,116,166)
#A585B1
(165,133,177)
#B196BC
(177,150,188)
#BDA7C7
(189,167,199)
#C9B8D2
(201,184,210)
#D5C9DD
(213,201,221)
#E1DAE8
(225,218,232)
#EDEBF3
(237,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754185 color. Also use rgb(117,65,133) instead hex code.

Text Font Color

.myTextColor { color: #754185; }

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

This text font color is #754185.


Background Color

.myBgColor { background-color: #754185; }

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

This div background color is #754185.


Border color

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

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

This div border color is #754185.


Opacity

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

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

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

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

This text has shadow with #754185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754185 on black background.


Color preview on white background

This text has color #754185 on white background.



Black color preview on #754185 background

This text has black color on #754185 background.


White color preview on #754185 background

This text has white color on #754185 background.