COLOR #754985

HEX: #754985
RGB: (117,73,133)

Color info

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

RGB color model

#754985 color RGB value is (117,73,133).

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

RGB channels and saturation

R 117 of 255 = 46%
G 73 of 255 = 29%
B 133 of 255 = 52%

117
73
133

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

Portions of RGB colors in percentages

R + G + B =
117 + 73 + 133 = 323 (100%)
R 117 of 323 ~ 36.22%
G 73 of 323 ~ 22.6%
B 133 of 323 ~ 41.18%

%36.22
%22.6
%41.18

CMYK color model

#754985 color CMYK value is (12,45,0,48).

  • cyan value is 12.03%
  • magenta value is 45.11%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(12,45,0,48)
C12M45Y0K48 
(12%,45%,0%,48%)
(0.12/0.45/0.00/0.48)	

CMYK percentages

%12.03
%45.11
%0
%47.84

Codes

Color #754985 in popluar color models

754985
RGB11773133
HSL284°29.13%40.39%
HSB/HSV284°45.11%52.16%
CMYK12.03%45.11%0.00%
47.84%

Color #754985 in popluar number systems.

HEX754985
Decimal11773133
Binary1110101100100110000101
Octal165111205

Shades and tints

Shades of #754985

#754985
(117,73,133)
#6B4379
(107,67,121)
#613D6D
(97,61,109)
#573761
(87,55,97)
#4D3155
(77,49,85)
#432B49
(67,43,73)
#39253D
(57,37,61)
#2F1F31
(47,31,49)
#251925
(37,25,37)
#1B1319
(27,19,25)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #754985

#754985
(117,73,133)
#815990
(129,89,144)
#8D699B
(141,105,155)
#9979A6
(153,121,166)
#A589B1
(165,137,177)
#B199BC
(177,153,188)
#BDA9C7
(189,169,199)
#C9B9D2
(201,185,210)
#D5C9DD
(213,201,221)
#E1D9E8
(225,217,232)
#EDE9F3
(237,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754985; }

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

This text font color is #754985.


Background Color

.myBgColor { background-color: #754985; }

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

This div background color is #754985.


Border color

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

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

This div border color is #754985.


Opacity

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

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

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

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

This text has shadow with #754985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754985 on black background.


Color preview on white background

This text has color #754985 on white background.



Black color preview on #754985 background

This text has black color on #754985 background.


White color preview on #754985 background

This text has white color on #754985 background.