COLOR #74127C

HEX: #74127C RGB: (116,18,124)

Color info

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

RGB color model

#74127C color RGB value is (116,18,124).

RGB: (116,18,124) (45%, 7%, 49%)

RGB channels and saturation

R 116 of 255 = 45%
G 18 of 255 = 7%
B 124 of 255 = 49%

116
18
124

R + G + B ~ 34%. #74127C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 18 + 124 = 258 (100%)
R 116 of 258 ~ 44.96%
G 18 of 258 ~ 6.98%
B 124 of 258 ~ 48.06'%

%44.96
%48.06

CMYK color model

#74127C color CMYK value is (6,85,0,51).

  • cyan value is 6.45%
  • magenta value is 85.48%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (6,85,0,51)
C6M85Y0K51 (6%, 85%, 0%, 51%)
(0.06 / 0.85 / 0.00 / 0.51)

CMYK percentages

%6.45
%85.48
%0
%51.37

Codes

Color #74127C in popluar color models

74 12 7C
RGB 116 18 124
HSL 295° 74.65% 27.84%
HSB/HSV 295° 85.48% 48.63%
CMYK 6.45% 85.48% 0.00%
51.37%

Color #74127C in popluar number systems.

HEX 74 12 7C
Decimal 116 18 124
Binary 1110100 10010 1111100
Octal 164 22 174

Shades and tints

Shades of #74127C

#74127C
(116,18,124)
#6A1171
(106,17,113)
#601066
(96,16,102)
#560F5B
(86,15,91)
#4C0E50
(76,14,80)
#420D45
(66,13,69)
#380C3A
(56,12,58)
#2E0B2F
(46,11,47)
#240A24
(36,10,36)
#1A0919
(26,9,25)
#10080E
(16,8,14)
#000000
(0,0,0)

Tints of #74127C

#74127C
(116,18,124)
#802787
(128,39,135)
#8C3C92
(140,60,146)
#98519D
(152,81,157)
#A466A8
(164,102,168)
#B07BB3
(176,123,179)
#BC90BE
(188,144,190)
#C8A5C9
(200,165,201)
#D4BAD4
(212,186,212)
#E0CFDF
(224,207,223)
#ECE4EA
(236,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74127C color. Also use rgb(116,18,124) instead hex code.

Text Font Color

.myTextColor { color: #74127C; }

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

This text font color is #74127C.

Background Color

.myBgColor { background-color: #74127C; }

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

This div background color is #74127C.

Border color

.myBorderColor { border: 1px solid #74127C; }

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

This div border color is #74127C.

Opacity

.myOpacity80 { color: #74127C; opacity: 0.8; }

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

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

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

This text has shadow with #74127C color.


.textShadow {text-shadow: 3px 3px 1px #74127C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74127C; -webkit-box-shadow: 1px 1px 3px 2px #74127C; box-shadow:1px 1px 3px 2px #74127C;">
Div content here
</div>

This div box has shadow with color #74127C.

Preview

Color preview on black background

This text has color #74127C on black background.


Color preview on white background

This text has color #74127C on white background.


Black color preview on #74127C background

This text has black color on #74127C background.


White color preview on #74127C background

This text has white color on #74127C background.


Related colors

Complementary color

Complementary color for #hex is #8BED83.


I love getcolorcode.com

Triadic colors

1 #7C7412 and #127C74 with #74127C are triadic colors.

2 #7C1274 and #12747C with #74127C are triadic colors.