COLOR #760F94

HEX: #760F94
RGB: (118,15,148)

Color info

#760F94 contains mainly red and blue colors. Web safe color of #760F94 is #660099 (or #609).

RGB color model

#760F94 color RGB value is (118,15,148).

  • red value is 118;
  • green value is 15;
  • blue value is 148.
RGB:
(118,15,148)
(46%,6%,58%)

RGB channels and saturation

R 118 of 255 = 46%
G 15 of 255 = 6%
B 148 of 255 = 58%

118
15
148

R + G + B ~ 37%. #760F94 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 15 + 148 = 281 (100%)
R 118 of 281 ~ 41.99%
G 15 of 281 ~ 5.34%
B 148 of 281 ~ 52.67%

%41.99
%52.67

CMYK color model

#760F94 color CMYK value is (20,90,0,42).

  • cyan value is 20.27%
  • magenta value is 89.86%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(20,90,0,42)
C20M90Y0K42 
(20%,90%,0%,42%)
(0.20/0.90/0.00/0.42)	

CMYK percentages

%20.27
%89.86
%0
%41.96

Codes

Color #760F94 in popluar color models

760F94
RGB11815148
HSL286°81.60%31.96%
HSB/HSV286°89.86%58.04%
CMYK20.27%89.86%0.00%
41.96%

Color #760F94 in popluar number systems.

HEX760F94
Decimal11815148
Binary1110110111110010100
Octal16617224

Shades and tints

Shades of #760F94

#760F94
(118,15,148)
#6C0E87
(108,14,135)
#620D7A
(98,13,122)
#580C6D
(88,12,109)
#4E0B60
(78,11,96)
#440A53
(68,10,83)
#3A0946
(58,9,70)
#300839
(48,8,57)
#26072C
(38,7,44)
#1C061F
(28,6,31)
#120512
(18,5,18)
#000000
(0,0,0)

Tints of #760F94

#760F94
(118,15,148)
#82249D
(130,36,157)
#8E39A6
(142,57,166)
#9A4EAF
(154,78,175)
#A663B8
(166,99,184)
#B278C1
(178,120,193)
#BE8DCA
(190,141,202)
#CAA2D3
(202,162,211)
#D6B7DC
(214,183,220)
#E2CCE5
(226,204,229)
#EEE1EE
(238,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #760F94 color. Also use rgb(118,15,148) instead hex code.

Text Font Color

.myTextColor { color: #760F94; }

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

This text font color is #760F94.


Background Color

.myBgColor { background-color: #760F94; }

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

This div background color is #760F94.


Border color

.myBorderColor { border: 1px solid #760F94; }

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

This div border color is #760F94.


Opacity

.myOpacity80 { color: #760F94; opacity: 0.8; }

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

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

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

This text has shadow with #760F94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #760F94 on black background.


Color preview on white background

This text has color #760F94 on white background.



Black color preview on #760F94 background

This text has black color on #760F94 background.


White color preview on #760F94 background

This text has white color on #760F94 background.