COLOR #762997

HEX: #762997
RGB: (118,41,151)

Color info

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

RGB color model

#762997 color RGB value is (118,41,151).

  • red value is 118;
  • green value is 41;
  • blue value is 151.
RGB:
(118,41,151)
(46%,16%,59%)

RGB channels and saturation

R 118 of 255 = 46%
G 41 of 255 = 16%
B 151 of 255 = 59%

118
41
151

R + G + B ~ 40%. #762997 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 41 + 151 = 310 (100%)
R 118 of 310 ~ 38.06%
G 41 of 310 ~ 13.23%
B 151 of 310 ~ 48.71%

%38.06
%13.23
%48.71

CMYK color model

#762997 color CMYK value is (22,73,0,41).

  • cyan value is 21.85%
  • magenta value is 72.85%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(22,73,0,41)
C22M73Y0K41 
(22%,73%,0%,41%)
(0.22/0.73/0.00/0.41)	

CMYK percentages

%21.85
%72.85
%0
%40.78

Codes

Color #762997 in popluar color models

762997
RGB11841151
HSL282°57.29%37.65%
HSB/HSV282°72.85%59.22%
CMYK21.85%72.85%0.00%
40.78%

Color #762997 in popluar number systems.

HEX762997
Decimal11841151
Binary111011010100110010111
Octal16651227

Shades and tints

Shades of #762997

#762997
(118,41,151)
#6C268A
(108,38,138)
#62237D
(98,35,125)
#582070
(88,32,112)
#4E1D63
(78,29,99)
#441A56
(68,26,86)
#3A1749
(58,23,73)
#30143C
(48,20,60)
#26112F
(38,17,47)
#1C0E22
(28,14,34)
#120B15
(18,11,21)
#000000
(0,0,0)

Tints of #762997

#762997
(118,41,151)
#823CA0
(130,60,160)
#8E4FA9
(142,79,169)
#9A62B2
(154,98,178)
#A675BB
(166,117,187)
#B288C4
(178,136,196)
#BE9BCD
(190,155,205)
#CAAED6
(202,174,214)
#D6C1DF
(214,193,223)
#E2D4E8
(226,212,232)
#EEE7F1
(238,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #762997 color. Also use rgb(118,41,151) instead hex code.

Text Font Color

.myTextColor { color: #762997; }

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

This text font color is #762997.


Background Color

.myBgColor { background-color: #762997; }

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

This div background color is #762997.


Border color

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

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

This div border color is #762997.


Opacity

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

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

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

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

This text has shadow with #762997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #762997 on black background.


Color preview on white background

This text has color #762997 on white background.



Black color preview on #762997 background

This text has black color on #762997 background.


White color preview on #762997 background

This text has white color on #762997 background.