COLOR #762096

HEX: #762096
RGB: (118,32,150)

Color info

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

RGB color model

#762096 color RGB value is (118,32,150).

  • red value is 118;
  • green value is 32;
  • blue value is 150.
RGB:
(118,32,150)
(46%,13%,59%)

RGB channels and saturation

R 118 of 255 = 46%
G 32 of 255 = 13%
B 150 of 255 = 59%

118
32
150

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

Portions of RGB colors in percentages

R + G + B =
118 + 32 + 150 = 300 (100%)
R 118 of 300 ~ 39.33%
G 32 of 300 ~ 10.67%
B 150 of 300 ~ 50%

%39.33
%10.67
%50

CMYK color model

#762096 color CMYK value is (21,79,0,41).

  • cyan value is 21.33%
  • magenta value is 78.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(21,79,0,41)
C21M79Y0K41 
(21%,79%,0%,41%)
(0.21/0.79/0.00/0.41)	

CMYK percentages

%21.33
%78.67
%0
%41.18

Codes

Color #762096 in popluar color models

762096
RGB11832150
HSL284°64.84%35.69%
HSB/HSV284°78.67%58.82%
CMYK21.33%78.67%0.00%
41.18%

Color #762096 in popluar number systems.

HEX762096
Decimal11832150
Binary111011010000010010110
Octal16640226

Shades and tints

Shades of #762096

#762096
(118,32,150)
#6C1E89
(108,30,137)
#621C7C
(98,28,124)
#581A6F
(88,26,111)
#4E1862
(78,24,98)
#441655
(68,22,85)
#3A1448
(58,20,72)
#30123B
(48,18,59)
#26102E
(38,16,46)
#1C0E21
(28,14,33)
#120C14
(18,12,20)
#000000
(0,0,0)

Tints of #762096

#762096
(118,32,150)
#82349F
(130,52,159)
#8E48A8
(142,72,168)
#9A5CB1
(154,92,177)
#A670BA
(166,112,186)
#B284C3
(178,132,195)
#BE98CC
(190,152,204)
#CAACD5
(202,172,213)
#D6C0DE
(214,192,222)
#E2D4E7
(226,212,231)
#EEE8F0
(238,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #762096 color. Also use rgb(118,32,150) instead hex code.

Text Font Color

.myTextColor { color: #762096; }

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

This text font color is #762096.


Background Color

.myBgColor { background-color: #762096; }

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

This div background color is #762096.


Border color

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

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

This div border color is #762096.


Opacity

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

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

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

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

This text has shadow with #762096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #762096 on black background.


Color preview on white background

This text has color #762096 on white background.



Black color preview on #762096 background

This text has black color on #762096 background.


White color preview on #762096 background

This text has white color on #762096 background.