COLOR #6F2B7F

HEX: #6F2B7F
RGB: (111,43,127)

Color info

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

RGB color model

#6F2B7F color RGB value is (111,43,127).

  • red value is 111;
  • green value is 43;
  • blue value is 127.
RGB:
(111,43,127)
(44%,17%,50%)

RGB channels and saturation

R 111 of 255 = 44%
G 43 of 255 = 17%
B 127 of 255 = 50%

111
43
127

R + G + B ~ 37%. #6F2B7F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 43 + 127 = 281 (100%)
R 111 of 281 ~ 39.5%
G 43 of 281 ~ 15.3%
B 127 of 281 ~ 45.2%

%39.5
%15.3
%45.2

CMYK color model

#6F2B7F color CMYK value is (13,66,0,50).

  • cyan value is 12.60%
  • magenta value is 66.14%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(13,66,0,50)
C13M66Y0K50 
(13%,66%,0%,50%)
(0.13/0.66/0.00/0.50)	

CMYK percentages

%12.6
%66.14
%0
%50.2

Codes

Color #6F2B7F in popluar color models

6F2B7F
RGB11143127
HSL289°49.41%33.33%
HSB/HSV289°66.14%49.80%
CMYK12.60%66.14%0.00%
50.20%

Color #6F2B7F in popluar number systems.

HEX6F2B7F
Decimal11143127
Binary11011111010111111111
Octal15753177

Shades and tints

Shades of #6F2B7F

#6F2B7F
(111,43,127)
#652874
(101,40,116)
#5B2569
(91,37,105)
#51225E
(81,34,94)
#471F53
(71,31,83)
#3D1C48
(61,28,72)
#33193D
(51,25,61)
#291632
(41,22,50)
#1F1327
(31,19,39)
#15101C
(21,16,28)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #6F2B7F

#6F2B7F
(111,43,127)
#7C3E8A
(124,62,138)
#895195
(137,81,149)
#9664A0
(150,100,160)
#A377AB
(163,119,171)
#B08AB6
(176,138,182)
#BD9DC1
(189,157,193)
#CAB0CC
(202,176,204)
#D7C3D7
(215,195,215)
#E4D6E2
(228,214,226)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F2B7F color. Also use rgb(111,43,127) instead hex code.

Text Font Color

.myTextColor { color: #6F2B7F; }

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

This text font color is #6F2B7F.


Background Color

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

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

This div background color is #6F2B7F.


Border color

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

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

This div border color is #6F2B7F.


Opacity

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

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

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

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

This text has shadow with #6F2B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F2B7F on black background.


Color preview on white background

This text has color #6F2B7F on white background.



Black color preview on #6F2B7F background

This text has black color on #6F2B7F background.


White color preview on #6F2B7F background

This text has white color on #6F2B7F background.