COLOR #762F99

HEX: #762F99
RGB: (118,47,153)

Color info

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

RGB color model

#762F99 color RGB value is (118,47,153).

  • red value is 118;
  • green value is 47;
  • blue value is 153.
RGB:
(118,47,153)
(46%,18%,60%)

RGB channels and saturation

R 118 of 255 = 46%
G 47 of 255 = 18%
B 153 of 255 = 60%

118
47
153

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

Portions of RGB colors in percentages

R + G + B =
118 + 47 + 153 = 318 (100%)
R 118 of 318 ~ 37.11%
G 47 of 318 ~ 14.78%
B 153 of 318 ~ 48.11%

%37.11
%14.78
%48.11

CMYK color model

#762F99 color CMYK value is (23,69,0,40).

  • cyan value is 22.88%
  • magenta value is 69.28%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(23,69,0,40)
C23M69Y0K40 
(23%,69%,0%,40%)
(0.23/0.69/0.00/0.40)	

CMYK percentages

%22.88
%69.28
%0
%40

Codes

Color #762F99 in popluar color models

762F99
RGB11847153
HSL280°53.00%39.22%
HSB/HSV280°69.28%60.00%
CMYK22.88%69.28%0.00%
40.00%

Color #762F99 in popluar number systems.

HEX762F99
Decimal11847153
Binary111011010111110011001
Octal16657231

Shades and tints

Shades of #762F99

#762F99
(118,47,153)
#6C2B8C
(108,43,140)
#62277F
(98,39,127)
#582372
(88,35,114)
#4E1F65
(78,31,101)
#441B58
(68,27,88)
#3A174B
(58,23,75)
#30133E
(48,19,62)
#260F31
(38,15,49)
#1C0B24
(28,11,36)
#120717
(18,7,23)
#000000
(0,0,0)

Tints of #762F99

#762F99
(118,47,153)
#8241A2
(130,65,162)
#8E53AB
(142,83,171)
#9A65B4
(154,101,180)
#A677BD
(166,119,189)
#B289C6
(178,137,198)
#BE9BCF
(190,155,207)
#CAADD8
(202,173,216)
#D6BFE1
(214,191,225)
#E2D1EA
(226,209,234)
#EEE3F3
(238,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #762F99 color. Also use rgb(118,47,153) instead hex code.

Text Font Color

.myTextColor { color: #762F99; }

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

This text font color is #762F99.


Background Color

.myBgColor { background-color: #762F99; }

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

This div background color is #762F99.


Border color

.myBorderColor { border: 1px solid #762F99; }

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

This div border color is #762F99.


Opacity

.myOpacity80 { color: #762F99; opacity: 0.8; }

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

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

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

This text has shadow with #762F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #762F99 on black background.


Color preview on white background

This text has color #762F99 on white background.



Black color preview on #762F99 background

This text has black color on #762F99 background.


White color preview on #762F99 background

This text has white color on #762F99 background.