COLOR #762690

HEX: #762690
RGB: (118,38,144)

Color info

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

RGB color model

#762690 color RGB value is (118,38,144).

  • red value is 118;
  • green value is 38;
  • blue value is 144.
RGB:
(118,38,144)
(46%,15%,56%)

RGB channels and saturation

R 118 of 255 = 46%
G 38 of 255 = 15%
B 144 of 255 = 56%

118
38
144

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

Portions of RGB colors in percentages

R + G + B =
118 + 38 + 144 = 300 (100%)
R 118 of 300 ~ 39.33%
G 38 of 300 ~ 12.67%
B 144 of 300 ~ 48%

%39.33
%12.67
%48

CMYK color model

#762690 color CMYK value is (18,74,0,44).

  • cyan value is 18.06%
  • magenta value is 73.61%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(18,74,0,44)
C18M74Y0K44 
(18%,74%,0%,44%)
(0.18/0.74/0.00/0.44)	

CMYK percentages

%18.06
%73.61
%0
%43.53

Codes

Color #762690 in popluar color models

762690
RGB11838144
HSL285°58.24%35.69%
HSB/HSV285°73.61%56.47%
CMYK18.06%73.61%0.00%
43.53%

Color #762690 in popluar number systems.

HEX762690
Decimal11838144
Binary111011010011010010000
Octal16646220

Shades and tints

Shades of #762690

#762690
(118,38,144)
#6C2383
(108,35,131)
#622076
(98,32,118)
#581D69
(88,29,105)
#4E1A5C
(78,26,92)
#44174F
(68,23,79)
#3A1442
(58,20,66)
#301135
(48,17,53)
#260E28
(38,14,40)
#1C0B1B
(28,11,27)
#12080E
(18,8,14)
#000000
(0,0,0)

Tints of #762690

#762690
(118,38,144)
#82399A
(130,57,154)
#8E4CA4
(142,76,164)
#9A5FAE
(154,95,174)
#A672B8
(166,114,184)
#B285C2
(178,133,194)
#BE98CC
(190,152,204)
#CAABD6
(202,171,214)
#D6BEE0
(214,190,224)
#E2D1EA
(226,209,234)
#EEE4F4
(238,228,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #762690 color. Also use rgb(118,38,144) instead hex code.

Text Font Color

.myTextColor { color: #762690; }

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

This text font color is #762690.


Background Color

.myBgColor { background-color: #762690; }

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

This div background color is #762690.


Border color

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

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

This div border color is #762690.


Opacity

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

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

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

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

This text has shadow with #762690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #762690 on black background.


Color preview on white background

This text has color #762690 on white background.



Black color preview on #762690 background

This text has black color on #762690 background.


White color preview on #762690 background

This text has white color on #762690 background.