COLOR #751369

HEX: #751369
RGB: (117,19,105)

Color info

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

RGB color model

#751369 color RGB value is (117,19,105).

  • red value is 117;
  • green value is 19;
  • blue value is 105.
RGB:
(117,19,105)
(46%,7%,41%)

RGB channels and saturation

R 117 of 255 = 46%
G 19 of 255 = 7%
B 105 of 255 = 41%

117
19
105

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

Portions of RGB colors in percentages

R + G + B =
117 + 19 + 105 = 241 (100%)
R 117 of 241 ~ 48.55%
G 19 of 241 ~ 7.88%
B 105 of 241 ~ 43.57%

%48.55
%43.57

CMYK color model

#751369 color CMYK value is (0,84,10,54).

  • cyan value is 0.00%
  • magenta value is 83.76%
  • yellow value is 10.26%
  • key color value is 54.12%
CMYK:
(0,84,10,54)
C0M84Y10K54 
(0%,84%,10%,54%)
(0.00/0.84/0.10/0.54)	

CMYK percentages

%0
%83.76
%10.26
%54.12

Codes

Color #751369 in popluar color models

751369
RGB11719105
HSL307°72.06%26.67%
HSB/HSV307°83.76%45.88%
CMYK0.00%83.76%10.26%
54.12%

Color #751369 in popluar number systems.

HEX751369
Decimal11719105
Binary1110101100111101001
Octal16523151

Shades and tints

Shades of #751369

#751369
(117,19,105)
#6B1260
(107,18,96)
#611157
(97,17,87)
#57104E
(87,16,78)
#4D0F45
(77,15,69)
#430E3C
(67,14,60)
#390D33
(57,13,51)
#2F0C2A
(47,12,42)
#250B21
(37,11,33)
#1B0A18
(27,10,24)
#11090F
(17,9,15)
#000000
(0,0,0)

Tints of #751369

#751369
(117,19,105)
#812876
(129,40,118)
#8D3D83
(141,61,131)
#995290
(153,82,144)
#A5679D
(165,103,157)
#B17CAA
(177,124,170)
#BD91B7
(189,145,183)
#C9A6C4
(201,166,196)
#D5BBD1
(213,187,209)
#E1D0DE
(225,208,222)
#EDE5EB
(237,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #751369 color. Also use rgb(117,19,105) instead hex code.

Text Font Color

.myTextColor { color: #751369; }

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

This text font color is #751369.


Background Color

.myBgColor { background-color: #751369; }

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

This div background color is #751369.


Border color

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

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

This div border color is #751369.


Opacity

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

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

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

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

This text has shadow with #751369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #751369 on black background.


Color preview on white background

This text has color #751369 on white background.



Black color preview on #751369 background

This text has black color on #751369 background.


White color preview on #751369 background

This text has white color on #751369 background.