COLOR #753081

HEX: #753081
RGB: (117,48,129)

Color info

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

RGB color model

#753081 color RGB value is (117,48,129).

  • red value is 117;
  • green value is 48;
  • blue value is 129.
RGB:
(117,48,129)
(46%,19%,51%)

RGB channels and saturation

R 117 of 255 = 46%
G 48 of 255 = 19%
B 129 of 255 = 51%

117
48
129

R + G + B ~ 39%. #753081 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 48 + 129 = 294 (100%)
R 117 of 294 ~ 39.8%
G 48 of 294 ~ 16.33%
B 129 of 294 ~ 43.88%

%39.8
%16.33
%43.88

CMYK color model

#753081 color CMYK value is (9,63,0,49).

  • cyan value is 9.30%
  • magenta value is 62.79%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(9,63,0,49)
C9M63Y0K49 
(9%,63%,0%,49%)
(0.09/0.63/0.00/0.49)	

CMYK percentages

%9.3
%62.79
%0
%49.41

Codes

Color #753081 in popluar color models

753081
RGB11748129
HSL291°45.76%34.71%
HSB/HSV291°62.79%50.59%
CMYK9.30%62.79%0.00%
49.41%

Color #753081 in popluar number systems.

HEX753081
Decimal11748129
Binary111010111000010000001
Octal16560201

Shades and tints

Shades of #753081

#753081
(117,48,129)
#6B2C76
(107,44,118)
#61286B
(97,40,107)
#572460
(87,36,96)
#4D2055
(77,32,85)
#431C4A
(67,28,74)
#39183F
(57,24,63)
#2F1434
(47,20,52)
#251029
(37,16,41)
#1B0C1E
(27,12,30)
#110813
(17,8,19)
#000000
(0,0,0)

Tints of #753081

#753081
(117,48,129)
#81428C
(129,66,140)
#8D5497
(141,84,151)
#9966A2
(153,102,162)
#A578AD
(165,120,173)
#B18AB8
(177,138,184)
#BD9CC3
(189,156,195)
#C9AECE
(201,174,206)
#D5C0D9
(213,192,217)
#E1D2E4
(225,210,228)
#EDE4EF
(237,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #753081 color. Also use rgb(117,48,129) instead hex code.

Text Font Color

.myTextColor { color: #753081; }

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

This text font color is #753081.


Background Color

.myBgColor { background-color: #753081; }

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

This div background color is #753081.


Border color

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

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

This div border color is #753081.


Opacity

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

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

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

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

This text has shadow with #753081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753081 on black background.


Color preview on white background

This text has color #753081 on white background.



Black color preview on #753081 background

This text has black color on #753081 background.


White color preview on #753081 background

This text has white color on #753081 background.