COLOR #75519C

HEX: #75519C
RGB: (117,81,156)

Color info

#75519C contains mainly red and blue colors. Web safe color of #75519C is #666699 (or #669).

RGB color model

#75519C color RGB value is (117,81,156).

  • red value is 117;
  • green value is 81;
  • blue value is 156.
RGB:
(117,81,156)
(46%,32%,61%)

RGB channels and saturation

R 117 of 255 = 46%
G 81 of 255 = 32%
B 156 of 255 = 61%

117
81
156

R + G + B ~ 46%. #75519C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 81 + 156 = 354 (100%)
R 117 of 354 ~ 33.05%
G 81 of 354 ~ 22.88%
B 156 of 354 ~ 44.07%

%33.05
%22.88
%44.07

CMYK color model

#75519C color CMYK value is (25,48,0,39).

  • cyan value is 25.00%
  • magenta value is 48.08%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(25,48,0,39)
C25M48Y0K39 
(25%,48%,0%,39%)
(0.25/0.48/0.00/0.39)	

CMYK percentages

%25
%48.08
%0
%38.82

Codes

Color #75519C in popluar color models

75519C
RGB11781156
HSL269°31.65%46.47%
HSB/HSV269°48.08%61.18%
CMYK25.00%48.08%0.00%
38.82%

Color #75519C in popluar number systems.

HEX75519C
Decimal11781156
Binary1110101101000110011100
Octal165121234

Shades and tints

Shades of #75519C

#75519C
(117,81,156)
#6B4A8E
(107,74,142)
#614380
(97,67,128)
#573C72
(87,60,114)
#4D3564
(77,53,100)
#432E56
(67,46,86)
#392748
(57,39,72)
#2F203A
(47,32,58)
#25192C
(37,25,44)
#1B121E
(27,18,30)
#110B10
(17,11,16)
#000000
(0,0,0)

Tints of #75519C

#75519C
(117,81,156)
#8160A5
(129,96,165)
#8D6FAE
(141,111,174)
#997EB7
(153,126,183)
#A58DC0
(165,141,192)
#B19CC9
(177,156,201)
#BDABD2
(189,171,210)
#C9BADB
(201,186,219)
#D5C9E4
(213,201,228)
#E1D8ED
(225,216,237)
#EDE7F6
(237,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75519C color. Also use rgb(117,81,156) instead hex code.

Text Font Color

.myTextColor { color: #75519C; }

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

This text font color is #75519C.


Background Color

.myBgColor { background-color: #75519C; }

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

This div background color is #75519C.


Border color

.myBorderColor { border: 1px solid #75519C; }

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

This div border color is #75519C.


Opacity

.myOpacity80 { color: #75519C; opacity: 0.8; }

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

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

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

This text has shadow with #75519C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75519C on black background.


Color preview on white background

This text has color #75519C on white background.



Black color preview on #75519C background

This text has black color on #75519C background.


White color preview on #75519C background

This text has white color on #75519C background.