COLOR #7574C1

HEX: #7574C1 RGB: (117,116,193)

Color info

#7574C1 contains mainly blue color. Web safe color of #7574C1 is #6666CC (or #66C).

RGB color model

#7574C1 color RGB value is (117,116,193).

RGB: (117,116,193) (46%, 45%, 76%)

RGB channels and saturation

R 117 of 255 = 46%
G 116 of 255 = 45%
B 193 of 255 = 76%

117
116
193

R + G + B ~ 56%. #7574C1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 116 + 193 = 426 (100%)
R 117 of 426 ~ 27.46%
G 116 of 426 ~ 27.23%
B 193 of 426 ~ 45.31'%

%27.46
%27.23
%45.31

CMYK color model

#7574C1 color CMYK value is (39,40,0,24).

  • cyan value is 39.38%
  • magenta value is 39.90%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (39,40,0,24)
C39M40Y0K24 (39%, 40%, 0%, 24%)
(0.39 / 0.40 / 0.00 / 0.24)

CMYK percentages

%39.38
%39.9
%0
%24.31

Codes

Color #7574C1 in popluar color models

75 74 C1
RGB 117 116 193
HSL 241° 38.31% 60.59%
HSB/HSV 241° 39.90% 75.69%
CMYK 39.38% 39.90% 0.00%
24.31%

Color #7574C1 in popluar number systems.

HEX 75 74 C1
Decimal 117 116 193
Binary 1110101 1110100 11000001
Octal 165 164 301

Shades and tints

Shades of #7574C1

#7574C1
(117,116,193)
#6B6AB0
(107,106,176)
#61609F
(97,96,159)
#57568E
(87,86,142)
#4D4C7D
(77,76,125)
#43426C
(67,66,108)
#39385B
(57,56,91)
#2F2E4A
(47,46,74)
#252439
(37,36,57)
#1B1A28
(27,26,40)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #7574C1

#7574C1
(117,116,193)
#8180C6
(129,128,198)
#8D8CCB
(141,140,203)
#9998D0
(153,152,208)
#A5A4D5
(165,164,213)
#B1B0DA
(177,176,218)
#BDBCDF
(189,188,223)
#C9C8E4
(201,200,228)
#D5D4E9
(213,212,233)
#E1E0EE
(225,224,238)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7574C1 color. Also use rgb(117,116,193) instead hex code.

Text Font Color

.myTextColor { color: #7574C1; }

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

This text font color is #7574C1.

Background Color

.myBgColor { background-color: #7574C1; }

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

This div background color is #7574C1.

Border color

.myBorderColor { border: 1px solid #7574C1; }

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

This div border color is #7574C1.

Opacity

.myOpacity80 { color: #7574C1; opacity: 0.8; }

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

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

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

This text has shadow with #7574C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7574C1.

Preview

Color preview on black background

This text has color #7574C1 on black background.


Color preview on white background

This text has color #7574C1 on white background.


Black color preview on #7574C1 background

This text has black color on #7574C1 background.


White color preview on #7574C1 background

This text has white color on #7574C1 background.


Related colors

Complementary color

Complementary color for #hex is #8A8B3E.


I love getcolorcode.com

Triadic colors

1 #C17574 and #74C175 with #7574C1 are triadic colors.

2 #C17475 and #7475C1 with #7574C1 are triadic colors.