COLOR #7574D4

HEX: #7574D4
RGB: (117,116,212)

Color info

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

RGB color model

#7574D4 color RGB value is (117,116,212).

  • red value is 117;
  • green value is 116;
  • blue value is 212.
RGB:
(117,116,212)
(46%,45%,83%)

RGB channels and saturation

R 117 of 255 = 46%
G 116 of 255 = 45%
B 212 of 255 = 83%

117
116
212

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

Portions of RGB colors in percentages

R + G + B =
117 + 116 + 212 = 445 (100%)
R 117 of 445 ~ 26.29%
G 116 of 445 ~ 26.07%
B 212 of 445 ~ 47.64%

%26.29
%26.07
%47.64

CMYK color model

#7574D4 color CMYK value is (45,45,0,17).

  • cyan value is 44.81%
  • magenta value is 45.28%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(45,45,0,17)
C45M45Y0K17 
(45%,45%,0%,17%)
(0.45/0.45/0.00/0.17)	

CMYK percentages

%44.81
%45.28
%0
%16.86

Codes

Color #7574D4 in popluar color models

7574D4
RGB117116212
HSL241°52.75%64.31%
HSB/HSV241°45.28%83.14%
CMYK44.81%45.28%0.00%
16.86%

Color #7574D4 in popluar number systems.

HEX7574D4
Decimal117116212
Binary1110101111010011010100
Octal165164324

Shades and tints

Shades of #7574D4

#7574D4
(117,116,212)
#6B6AC1
(107,106,193)
#6160AE
(97,96,174)
#57569B
(87,86,155)
#4D4C88
(77,76,136)
#434275
(67,66,117)
#393862
(57,56,98)
#2F2E4F
(47,46,79)
#25243C
(37,36,60)
#1B1A29
(27,26,41)
#111016
(17,16,22)
#000000
(0,0,0)

Tints of #7574D4

#7574D4
(117,116,212)
#8180D7
(129,128,215)
#8D8CDA
(141,140,218)
#9998DD
(153,152,221)
#A5A4E0
(165,164,224)
#B1B0E3
(177,176,227)
#BDBCE6
(189,188,230)
#C9C8E9
(201,200,233)
#D5D4EC
(213,212,236)
#E1E0EF
(225,224,239)
#EDECF2
(237,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7574D4; }

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

This text font color is #7574D4.


Background Color

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

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

This div background color is #7574D4.


Border color

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

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

This div border color is #7574D4.


Opacity

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

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

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

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

This text has shadow with #7574D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7574D4 on black background.


Color preview on white background

This text has color #7574D4 on white background.



Black color preview on #7574D4 background

This text has black color on #7574D4 background.


White color preview on #7574D4 background

This text has white color on #7574D4 background.