COLOR #6F1A79

HEX: #6F1A79
RGB: (111,26,121)

Color info

#6F1A79 contains mainly red and blue colors. Web safe color of #6F1A79 is #660066 (or #606).

RGB color model

#6F1A79 color RGB value is (111,26,121).

  • red value is 111;
  • green value is 26;
  • blue value is 121.
RGB:
(111,26,121)
(44%,10%,47%)

RGB channels and saturation

R 111 of 255 = 44%
G 26 of 255 = 10%
B 121 of 255 = 47%

111
26
121

R + G + B ~ 34%. #6F1A79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 26 + 121 = 258 (100%)
R 111 of 258 ~ 43.02%
G 26 of 258 ~ 10.08%
B 121 of 258 ~ 46.9%

%43.02
%10.08
%46.9

CMYK color model

#6F1A79 color CMYK value is (8,79,0,53).

  • cyan value is 8.26%
  • magenta value is 78.51%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(8,79,0,53)
C8M79Y0K53 
(8%,79%,0%,53%)
(0.08/0.79/0.00/0.53)	

CMYK percentages

%8.26
%78.51
%0
%52.55

Codes

Color #6F1A79 in popluar color models

6F1A79
RGB11126121
HSL294°64.63%28.82%
HSB/HSV294°78.51%47.45%
CMYK8.26%78.51%0.00%
52.55%

Color #6F1A79 in popluar number systems.

HEX6F1A79
Decimal11126121
Binary1101111110101111001
Octal15732171

Shades and tints

Shades of #6F1A79

#6F1A79
(111,26,121)
#65186E
(101,24,110)
#5B1663
(91,22,99)
#511458
(81,20,88)
#47124D
(71,18,77)
#3D1042
(61,16,66)
#330E37
(51,14,55)
#290C2C
(41,12,44)
#1F0A21
(31,10,33)
#150816
(21,8,22)
#0B060B
(11,6,11)
#000000
(0,0,0)

Tints of #6F1A79

#6F1A79
(111,26,121)
#7C2E85
(124,46,133)
#894291
(137,66,145)
#96569D
(150,86,157)
#A36AA9
(163,106,169)
#B07EB5
(176,126,181)
#BD92C1
(189,146,193)
#CAA6CD
(202,166,205)
#D7BAD9
(215,186,217)
#E4CEE5
(228,206,229)
#F1E2F1
(241,226,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F1A79 color. Also use rgb(111,26,121) instead hex code.

Text Font Color

.myTextColor { color: #6F1A79; }

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

This text font color is #6F1A79.


Background Color

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

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

This div background color is #6F1A79.


Border color

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

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

This div border color is #6F1A79.


Opacity

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

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

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

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

This text has shadow with #6F1A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F1A79 on black background.


Color preview on white background

This text has color #6F1A79 on white background.



Black color preview on #6F1A79 background

This text has black color on #6F1A79 background.


White color preview on #6F1A79 background

This text has white color on #6F1A79 background.