COLOR #754FAC

HEX: #754FAC RGB: (117,79,172)

Color info

#754FAC contains mainly red and blue colors. Web safe color of #754FAC is #666699 (or #669).

RGB color model

#754FAC color RGB value is (117,79,172).

RGB: (117,79,172) (46%, 31%, 67%)

RGB channels and saturation

R 117 of 255 = 46%
G 79 of 255 = 31%
B 172 of 255 = 67%

117
79
172

R + G + B ~ 48%. #754FAC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 79 + 172 = 368 (100%)
R 117 of 368 ~ 31.79%
G 79 of 368 ~ 21.47%
B 172 of 368 ~ 46.74'%

%31.79
%21.47
%46.74

CMYK color model

#754FAC color CMYK value is (32,54,0,33).

  • cyan value is 31.98%
  • magenta value is 54.07%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (32,54,0,33)
C32M54Y0K33 (32%, 54%, 0%, 33%)
(0.32 / 0.54 / 0.00 / 0.33)

CMYK percentages

%31.98
%54.07
%0
%32.55

Codes

Color #754FAC in popluar color models

75 4F AC
RGB 117 79 172
HSL 265° 37.05% 49.22%
HSB/HSV 265° 54.07% 67.45%
CMYK 31.98% 54.07% 0.00%
32.55%

Color #754FAC in popluar number systems.

HEX 75 4F AC
Decimal 117 79 172
Binary 1110101 1001111 10101100
Octal 165 117 254

Shades and tints

Shades of #754FAC

#754FAC
(117,79,172)
#6B489D
(107,72,157)
#61418E
(97,65,142)
#573A7F
(87,58,127)
#4D3370
(77,51,112)
#432C61
(67,44,97)
#392552
(57,37,82)
#2F1E43
(47,30,67)
#251734
(37,23,52)
#1B1025
(27,16,37)
#110916
(17,9,22)
#000000
(0,0,0)

Tints of #754FAC

#754FAC
(117,79,172)
#815FB3
(129,95,179)
#8D6FBA
(141,111,186)
#997FC1
(153,127,193)
#A58FC8
(165,143,200)
#B19FCF
(177,159,207)
#BDAFD6
(189,175,214)
#C9BFDD
(201,191,221)
#D5CFE4
(213,207,228)
#E1DFEB
(225,223,235)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754FAC color. Also use rgb(117,79,172) instead hex code.

Text Font Color

.myTextColor { color: #754FAC; }

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

This text font color is #754FAC.

Background Color

.myBgColor { background-color: #754FAC; }

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

This div background color is #754FAC.

Border color

.myBorderColor { border: 1px solid #754FAC; }

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

This div border color is #754FAC.

Opacity

.myOpacity80 { color: #754FAC; opacity: 0.8; }

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

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

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

This text has shadow with #754FAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #754FAC.

Preview

Color preview on black background

This text has color #754FAC on black background.


Color preview on white background

This text has color #754FAC on white background.


Black color preview on #754FAC background

This text has black color on #754FAC background.


White color preview on #754FAC background

This text has white color on #754FAC background.


Related colors

Complementary color

Complementary color for #hex is #8AB053.


I love getcolorcode.com

Triadic colors

1 #AC754F and #4FAC75 with #754FAC are triadic colors.

2 #AC4F75 and #4F75AC with #754FAC are triadic colors.