COLOR #683A7A

HEX: #683A7A
RGB: (104,58,122)

Color info

#683A7A contains mainly red and blue colors. Web safe color of #683A7A is #663366 (or #636).

RGB color model

#683A7A color RGB value is (104,58,122).

  • red value is 104;
  • green value is 58;
  • blue value is 122.
RGB:
(104,58,122)
(41%,23%,48%)

RGB channels and saturation

R 104 of 255 = 41%
G 58 of 255 = 23%
B 122 of 255 = 48%

104
58
122

R + G + B ~ 37%. #683A7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 58 + 122 = 284 (100%)
R 104 of 284 ~ 36.62%
G 58 of 284 ~ 20.42%
B 122 of 284 ~ 42.96%

%36.62
%20.42
%42.96

CMYK color model

#683A7A color CMYK value is (15,52,0,52).

  • cyan value is 14.75%
  • magenta value is 52.46%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(15,52,0,52)
C15M52Y0K52 
(15%,52%,0%,52%)
(0.15/0.52/0.00/0.52)	

CMYK percentages

%14.75
%52.46
%0
%52.16

Codes

Color #683A7A in popluar color models

683A7A
RGB10458122
HSL283°35.56%35.29%
HSB/HSV283°52.46%47.84%
CMYK14.75%52.46%0.00%
52.16%

Color #683A7A in popluar number systems.

HEX683A7A
Decimal10458122
Binary11010001110101111010
Octal15072172

Shades and tints

Shades of #683A7A

#683A7A
(104,58,122)
#5F356F
(95,53,111)
#563064
(86,48,100)
#4D2B59
(77,43,89)
#44264E
(68,38,78)
#3B2143
(59,33,67)
#321C38
(50,28,56)
#29172D
(41,23,45)
#201222
(32,18,34)
#170D17
(23,13,23)
#0E080C
(14,8,12)
#000000
(0,0,0)

Tints of #683A7A

#683A7A
(104,58,122)
#754B86
(117,75,134)
#825C92
(130,92,146)
#8F6D9E
(143,109,158)
#9C7EAA
(156,126,170)
#A98FB6
(169,143,182)
#B6A0C2
(182,160,194)
#C3B1CE
(195,177,206)
#D0C2DA
(208,194,218)
#DDD3E6
(221,211,230)
#EAE4F2
(234,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683A7A color. Also use rgb(104,58,122) instead hex code.

Text Font Color

.myTextColor { color: #683A7A; }

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

This text font color is #683A7A.


Background Color

.myBgColor { background-color: #683A7A; }

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

This div background color is #683A7A.


Border color

.myBorderColor { border: 1px solid #683A7A; }

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

This div border color is #683A7A.


Opacity

.myOpacity80 { color: #683A7A; opacity: 0.8; }

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

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

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

This text has shadow with #683A7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683A7A on black background.


Color preview on white background

This text has color #683A7A on white background.



Black color preview on #683A7A background

This text has black color on #683A7A background.


White color preview on #683A7A background

This text has white color on #683A7A background.