COLOR #6F1C72

HEX: #6F1C72
RGB: (111,28,114)

Color info

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

RGB color model

#6F1C72 color RGB value is (111,28,114).

  • red value is 111;
  • green value is 28;
  • blue value is 114.
RGB:
(111,28,114)
(44%,11%,45%)

RGB channels and saturation

R 111 of 255 = 44%
G 28 of 255 = 11%
B 114 of 255 = 45%

111
28
114

R + G + B ~ 33%. #6F1C72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 28 + 114 = 253 (100%)
R 111 of 253 ~ 43.87%
G 28 of 253 ~ 11.07%
B 114 of 253 ~ 45.06%

%43.87
%11.07
%45.06

CMYK color model

#6F1C72 color CMYK value is (3,75,0,55).

  • cyan value is 2.63%
  • magenta value is 75.44%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(3,75,0,55)
C3M75Y0K55 
(3%,75%,0%,55%)
(0.03/0.75/0.00/0.55)	

CMYK percentages

%2.63
%75.44
%0
%55.29

Codes

Color #6F1C72 in popluar color models

6F1C72
RGB11128114
HSL298°60.56%27.84%
HSB/HSV298°75.44%44.71%
CMYK2.63%75.44%0.00%
55.29%

Color #6F1C72 in popluar number systems.

HEX6F1C72
Decimal11128114
Binary1101111111001110010
Octal15734162

Shades and tints

Shades of #6F1C72

#6F1C72
(111,28,114)
#651A68
(101,26,104)
#5B185E
(91,24,94)
#511654
(81,22,84)
#47144A
(71,20,74)
#3D1240
(61,18,64)
#331036
(51,16,54)
#290E2C
(41,14,44)
#1F0C22
(31,12,34)
#150A18
(21,10,24)
#0B080E
(11,8,14)
#000000
(0,0,0)

Tints of #6F1C72

#6F1C72
(111,28,114)
#7C307E
(124,48,126)
#89448A
(137,68,138)
#965896
(150,88,150)
#A36CA2
(163,108,162)
#B080AE
(176,128,174)
#BD94BA
(189,148,186)
#CAA8C6
(202,168,198)
#D7BCD2
(215,188,210)
#E4D0DE
(228,208,222)
#F1E4EA
(241,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F1C72 color. Also use rgb(111,28,114) instead hex code.

Text Font Color

.myTextColor { color: #6F1C72; }

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

This text font color is #6F1C72.


Background Color

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

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

This div background color is #6F1C72.


Border color

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

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

This div border color is #6F1C72.


Opacity

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

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

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

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

This text has shadow with #6F1C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F1C72 on black background.


Color preview on white background

This text has color #6F1C72 on white background.



Black color preview on #6F1C72 background

This text has black color on #6F1C72 background.


White color preview on #6F1C72 background

This text has white color on #6F1C72 background.