COLOR #7A4585

HEX: #7A4585
RGB: (122,69,133)

Color info

#7A4585 contains mainly red and blue colors. Web safe color of #7A4585 is #663399 (or #639).

RGB color model

#7A4585 color RGB value is (122,69,133).

  • red value is 122;
  • green value is 69;
  • blue value is 133.
RGB:
(122,69,133)
(48%,27%,52%)

RGB channels and saturation

R 122 of 255 = 48%
G 69 of 255 = 27%
B 133 of 255 = 52%

122
69
133

R + G + B ~ 42%. #7A4585 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 69 + 133 = 324 (100%)
R 122 of 324 ~ 37.65%
G 69 of 324 ~ 21.3%
B 133 of 324 ~ 41.05%

%37.65
%21.3
%41.05

CMYK color model

#7A4585 color CMYK value is (8,48,0,48).

  • cyan value is 8.27%
  • magenta value is 48.12%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(8,48,0,48)
C8M48Y0K48 
(8%,48%,0%,48%)
(0.08/0.48/0.00/0.48)	

CMYK percentages

%8.27
%48.12
%0
%47.84

Codes

Color #7A4585 in popluar color models

7A4585
RGB12269133
HSL290°31.68%39.61%
HSB/HSV290°48.12%52.16%
CMYK8.27%48.12%0.00%
47.84%

Color #7A4585 in popluar number systems.

HEX7A4585
Decimal12269133
Binary1111010100010110000101
Octal172105205

Shades and tints

Shades of #7A4585

#7A4585
(122,69,133)
#6F3F79
(111,63,121)
#64396D
(100,57,109)
#593361
(89,51,97)
#4E2D55
(78,45,85)
#432749
(67,39,73)
#38213D
(56,33,61)
#2D1B31
(45,27,49)
#221525
(34,21,37)
#170F19
(23,15,25)
#0C090D
(12,9,13)
#000000
(0,0,0)

Tints of #7A4585

#7A4585
(122,69,133)
#865590
(134,85,144)
#92659B
(146,101,155)
#9E75A6
(158,117,166)
#AA85B1
(170,133,177)
#B695BC
(182,149,188)
#C2A5C7
(194,165,199)
#CEB5D2
(206,181,210)
#DAC5DD
(218,197,221)
#E6D5E8
(230,213,232)
#F2E5F3
(242,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A4585 color. Also use rgb(122,69,133) instead hex code.

Text Font Color

.myTextColor { color: #7A4585; }

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

This text font color is #7A4585.


Background Color

.myBgColor { background-color: #7A4585; }

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

This div background color is #7A4585.


Border color

.myBorderColor { border: 1px solid #7A4585; }

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

This div border color is #7A4585.


Opacity

.myOpacity80 { color: #7A4585; opacity: 0.8; }

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

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

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

This text has shadow with #7A4585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A4585 on black background.


Color preview on white background

This text has color #7A4585 on white background.



Black color preview on #7A4585 background

This text has black color on #7A4585 background.


White color preview on #7A4585 background

This text has white color on #7A4585 background.