COLOR #682487

HEX: #682487
RGB: (104,36,135)

Color info

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

RGB color model

#682487 color RGB value is (104,36,135).

  • red value is 104;
  • green value is 36;
  • blue value is 135.
RGB:
(104,36,135)
(41%,14%,53%)

RGB channels and saturation

R 104 of 255 = 41%
G 36 of 255 = 14%
B 135 of 255 = 53%

104
36
135

R + G + B ~ 36%. #682487 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 36 + 135 = 275 (100%)
R 104 of 275 ~ 37.82%
G 36 of 275 ~ 13.09%
B 135 of 275 ~ 49.09%

%37.82
%13.09
%49.09

CMYK color model

#682487 color CMYK value is (23,73,0,47).

  • cyan value is 22.96%
  • magenta value is 73.33%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(23,73,0,47)
C23M73Y0K47 
(23%,73%,0%,47%)
(0.23/0.73/0.00/0.47)	

CMYK percentages

%22.96
%73.33
%0
%47.06

Codes

Color #682487 in popluar color models

682487
RGB10436135
HSL281°57.89%33.53%
HSB/HSV281°73.33%52.94%
CMYK22.96%73.33%0.00%
47.06%

Color #682487 in popluar number systems.

HEX682487
Decimal10436135
Binary110100010010010000111
Octal15044207

Shades and tints

Shades of #682487

#682487
(104,36,135)
#5F217B
(95,33,123)
#561E6F
(86,30,111)
#4D1B63
(77,27,99)
#441857
(68,24,87)
#3B154B
(59,21,75)
#32123F
(50,18,63)
#290F33
(41,15,51)
#200C27
(32,12,39)
#17091B
(23,9,27)
#0E060F
(14,6,15)
#000000
(0,0,0)

Tints of #682487

#682487
(104,36,135)
#753791
(117,55,145)
#824A9B
(130,74,155)
#8F5DA5
(143,93,165)
#9C70AF
(156,112,175)
#A983B9
(169,131,185)
#B696C3
(182,150,195)
#C3A9CD
(195,169,205)
#D0BCD7
(208,188,215)
#DDCFE1
(221,207,225)
#EAE2EB
(234,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #682487 color. Also use rgb(104,36,135) instead hex code.

Text Font Color

.myTextColor { color: #682487; }

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

This text font color is #682487.


Background Color

.myBgColor { background-color: #682487; }

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

This div background color is #682487.


Border color

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

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

This div border color is #682487.


Opacity

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

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

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

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

This text has shadow with #682487 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #682487 on black background.


Color preview on white background

This text has color #682487 on white background.



Black color preview on #682487 background

This text has black color on #682487 background.


White color preview on #682487 background

This text has white color on #682487 background.