COLOR #7A5FAF

HEX: #7A5FAF RGB: (122,95,175)

Color info

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

RGB color model

#7A5FAF color RGB value is (122,95,175).

RGB: (122,95,175) (48%, 37%, 69%)

RGB channels and saturation

R 122 of 255 = 48%
G 95 of 255 = 37%
B 175 of 255 = 69%

122
95
175

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

Portions of RGB colors in percentages

R + G + B = 122 + 95 + 175 = 392 (100%)
R 122 of 392 ~ 31.12%
G 95 of 392 ~ 24.23%
B 175 of 392 ~ 44.64'%

%31.12
%24.23
%44.64

CMYK color model

#7A5FAF color CMYK value is (30,46,0,31).

  • cyan value is 30.29%
  • magenta value is 45.71%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (30,46,0,31)
C30M46Y0K31 (30%, 46%, 0%, 31%)
(0.30 / 0.46 / 0.00 / 0.31)

CMYK percentages

%30.29
%45.71
%0
%31.37

Codes

Color #7A5FAF in popluar color models

7A 5F AF
RGB 122 95 175
HSL 260° 33.33% 52.94%
HSB/HSV 260° 45.71% 68.63%
CMYK 30.29% 45.71% 0.00%
31.37%

Color #7A5FAF in popluar number systems.

HEX 7A 5F AF
Decimal 122 95 175
Binary 1111010 1011111 10101111
Octal 172 137 257

Shades and tints

Shades of #7A5FAF

#7A5FAF
(122,95,175)
#6F57A0
(111,87,160)
#644F91
(100,79,145)
#594782
(89,71,130)
#4E3F73
(78,63,115)
#433764
(67,55,100)
#382F55
(56,47,85)
#2D2746
(45,39,70)
#221F37
(34,31,55)
#171728
(23,23,40)
#0C0F19
(12,15,25)
#000000
(0,0,0)

Tints of #7A5FAF

#7A5FAF
(122,95,175)
#866DB6
(134,109,182)
#927BBD
(146,123,189)
#9E89C4
(158,137,196)
#AA97CB
(170,151,203)
#B6A5D2
(182,165,210)
#C2B3D9
(194,179,217)
#CEC1E0
(206,193,224)
#DACFE7
(218,207,231)
#E6DDEE
(230,221,238)
#F2EBF5
(242,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5FAF color. Also use rgb(122,95,175) instead hex code.

Text Font Color

.myTextColor { color: #7A5FAF; }

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

This text font color is #7A5FAF.

Background Color

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

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

This div background color is #7A5FAF.

Border color

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

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

This div border color is #7A5FAF.

Opacity

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

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

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

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

This text has shadow with #7A5FAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A5FAF.

Preview

Color preview on black background

This text has color #7A5FAF on black background.


Color preview on white background

This text has color #7A5FAF on white background.


Black color preview on #7A5FAF background

This text has black color on #7A5FAF background.


White color preview on #7A5FAF background

This text has white color on #7A5FAF background.


Related colors

Complementary color

Complementary color for #hex is #85A050.


I love getcolorcode.com

Triadic colors

1 #AF7A5F and #5FAF7A with #7A5FAF are triadic colors.

2 #AF5F7A and #5F7AAF with #7A5FAF are triadic colors.