COLOR #741469

HEX: #741469
RGB: (116,20,105)

Color info

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

RGB color model

#741469 color RGB value is (116,20,105).

  • red value is 116;
  • green value is 20;
  • blue value is 105.
RGB:
(116,20,105)
(45%,8%,41%)

RGB channels and saturation

R 116 of 255 = 45%
G 20 of 255 = 8%
B 105 of 255 = 41%

116
20
105

R + G + B ~ 31%. #741469 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 20 + 105 = 241 (100%)
R 116 of 241 ~ 48.13%
G 20 of 241 ~ 8.3%
B 105 of 241 ~ 43.57%

%48.13
%43.57

CMYK color model

#741469 color CMYK value is (0,83,9,55).

  • cyan value is 0.00%
  • magenta value is 82.76%
  • yellow value is 9.48%
  • key color value is 54.51%
CMYK:
(0,83,9,55)
C0M83Y9K55 
(0%,83%,9%,55%)
(0.00/0.83/0.09/0.55)	

CMYK percentages

%0
%82.76
%9.48
%54.51

Codes

Color #741469 in popluar color models

741469
RGB11620105
HSL307°70.59%26.67%
HSB/HSV307°82.76%45.49%
CMYK0.00%82.76%9.48%
54.51%

Color #741469 in popluar number systems.

HEX741469
Decimal11620105
Binary1110100101001101001
Octal16424151

Shades and tints

Shades of #741469

#741469
(116,20,105)
#6A1360
(106,19,96)
#601257
(96,18,87)
#56114E
(86,17,78)
#4C1045
(76,16,69)
#420F3C
(66,15,60)
#380E33
(56,14,51)
#2E0D2A
(46,13,42)
#240C21
(36,12,33)
#1A0B18
(26,11,24)
#100A0F
(16,10,15)
#000000
(0,0,0)

Tints of #741469

#741469
(116,20,105)
#802976
(128,41,118)
#8C3E83
(140,62,131)
#985390
(152,83,144)
#A4689D
(164,104,157)
#B07DAA
(176,125,170)
#BC92B7
(188,146,183)
#C8A7C4
(200,167,196)
#D4BCD1
(212,188,209)
#E0D1DE
(224,209,222)
#ECE6EB
(236,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #741469 color. Also use rgb(116,20,105) instead hex code.

Text Font Color

.myTextColor { color: #741469; }

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

This text font color is #741469.


Background Color

.myBgColor { background-color: #741469; }

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

This div background color is #741469.


Border color

.myBorderColor { border: 1px solid #741469; }

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

This div border color is #741469.


Opacity

.myOpacity80 { color: #741469; opacity: 0.8; }

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

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

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

This text has shadow with #741469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #741469 on black background.


Color preview on white background

This text has color #741469 on white background.



Black color preview on #741469 background

This text has black color on #741469 background.


White color preview on #741469 background

This text has white color on #741469 background.