COLOR #6D32A1

HEX: #6D32A1 RGB: (109,50,161)

Color info

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

RGB color model

#6D32A1 color RGB value is (109,50,161).

RGB: (109,50,161) (43%, 20%, 63%)

RGB channels and saturation

R 109 of 255 = 43%
G 50 of 255 = 20%
B 161 of 255 = 63%

109
50
161

R + G + B ~ 42%. #6D32A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 109 + 50 + 161 = 320 (100%)
R 109 of 320 ~ 34.06%
G 50 of 320 ~ 15.63%
B 161 of 320 ~ 50.31'%

%34.06
%15.63
%50.31

CMYK color model

#6D32A1 color CMYK value is (32,69,0,37).

  • cyan value is 32.30%
  • magenta value is 68.94%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (32,69,0,37)
C32M69Y0K37 (32%, 69%, 0%, 37%)
(0.32 / 0.69 / 0.00 / 0.37)

CMYK percentages

%32.3
%68.94
%0
%36.86

Codes

Color #6D32A1 in popluar color models

6D 32 A1
RGB 109 50 161
HSL 272° 52.61% 41.37%
HSB/HSV 272° 68.94% 63.14%
CMYK 32.30% 68.94% 0.00%
36.86%

Color #6D32A1 in popluar number systems.

HEX 6D 32 A1
Decimal 109 50 161
Binary 1101101 110010 10100001
Octal 155 62 241

Shades and tints

Shades of #6D32A1

#6D32A1
(109,50,161)
#642E93
(100,46,147)
#5B2A85
(91,42,133)
#522677
(82,38,119)
#492269
(73,34,105)
#401E5B
(64,30,91)
#371A4D
(55,26,77)
#2E163F
(46,22,63)
#251231
(37,18,49)
#1C0E23
(28,14,35)
#130A15
(19,10,21)
#000000
(0,0,0)

Tints of #6D32A1

#6D32A1
(109,50,161)
#7A44A9
(122,68,169)
#8756B1
(135,86,177)
#9468B9
(148,104,185)
#A17AC1
(161,122,193)
#AE8CC9
(174,140,201)
#BB9ED1
(187,158,209)
#C8B0D9
(200,176,217)
#D5C2E1
(213,194,225)
#E2D4E9
(226,212,233)
#EFE6F1
(239,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D32A1 color. Also use rgb(109,50,161) instead hex code.

Text Font Color

.myTextColor { color: #6D32A1; }

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

This text font color is #6D32A1.

Background Color

.myBgColor { background-color: #6D32A1; }

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

This div background color is #6D32A1.

Border color

.myBorderColor { border: 1px solid #6D32A1; }

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

This div border color is #6D32A1.

Opacity

.myOpacity80 { color: #6D32A1; opacity: 0.8; }

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

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

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

This text has shadow with #6D32A1 color.


.textShadow {text-shadow: 3px 3px 1px #6D32A1', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6D32A1; -webkit-box-shadow: 1px 1px 3px 2px #6D32A1; box-shadow:1px 1px 3px 2px #6D32A1;">
Div content here
</div>

This div box has shadow with color #6D32A1.

Preview

Color preview on black background

This text has color #6D32A1 on black background.


Color preview on white background

This text has color #6D32A1 on white background.


Black color preview on #6D32A1 background

This text has black color on #6D32A1 background.


White color preview on #6D32A1 background

This text has white color on #6D32A1 background.


Related colors

Complementary color

Complementary color for #hex is #92CD5E.


I love getcolorcode.com

Triadic colors

1 #A16D32 and #32A16D with #6D32A1 are triadic colors.

2 #A1326D and #326DA1 with #6D32A1 are triadic colors.