COLOR #7338A7

HEX: #7338A7
RGB: (115,56,167)

Color info

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

RGB color model

#7338A7 color RGB value is (115,56,167).

  • red value is 115;
  • green value is 56;
  • blue value is 167.
RGB:
(115,56,167)
(45%,22%,65%)

RGB channels and saturation

R 115 of 255 = 45%
G 56 of 255 = 22%
B 167 of 255 = 65%

115
56
167

R + G + B ~ 44%. #7338A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 56 + 167 = 338 (100%)
R 115 of 338 ~ 34.02%
G 56 of 338 ~ 16.57%
B 167 of 338 ~ 49.41%

%34.02
%16.57
%49.41

CMYK color model

#7338A7 color CMYK value is (31,66,0,35).

  • cyan value is 31.14%
  • magenta value is 66.47%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(31,66,0,35)
C31M66Y0K35 
(31%,66%,0%,35%)
(0.31/0.66/0.00/0.35)	

CMYK percentages

%31.14
%66.47
%0
%34.51

Codes

Color #7338A7 in popluar color models

7338A7
RGB11556167
HSL272°49.78%43.73%
HSB/HSV272°66.47%65.49%
CMYK31.14%66.47%0.00%
34.51%

Color #7338A7 in popluar number systems.

HEX7338A7
Decimal11556167
Binary111001111100010100111
Octal16370247

Shades and tints

Shades of #7338A7

#7338A7
(115,56,167)
#693398
(105,51,152)
#5F2E89
(95,46,137)
#55297A
(85,41,122)
#4B246B
(75,36,107)
#411F5C
(65,31,92)
#371A4D
(55,26,77)
#2D153E
(45,21,62)
#23102F
(35,16,47)
#190B20
(25,11,32)
#0F0611
(15,6,17)
#000000
(0,0,0)

Tints of #7338A7

#7338A7
(115,56,167)
#7F4AAF
(127,74,175)
#8B5CB7
(139,92,183)
#976EBF
(151,110,191)
#A380C7
(163,128,199)
#AF92CF
(175,146,207)
#BBA4D7
(187,164,215)
#C7B6DF
(199,182,223)
#D3C8E7
(211,200,231)
#DFDAEF
(223,218,239)
#EBECF7
(235,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7338A7 color. Also use rgb(115,56,167) instead hex code.

Text Font Color

.myTextColor { color: #7338A7; }

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

This text font color is #7338A7.


Background Color

.myBgColor { background-color: #7338A7; }

<div style="background-color:#7338A7">Inner text</div>

This div background color is #7338A7.


Border color

.myBorderColor { border: 1px solid #7338A7; }

<div style="border:3px solid #7338A7">Div</div>

This div border color is #7338A7.


Opacity

.myOpacity80 { color: #7338A7; opacity: 0.8; }

<p style="color:#7338A7;opacity:0.8;">80%</p>

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

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

This text has shadow with #7338A7 color.

.textShadow {text-shadow: 3px 3px 1px #7338A7, 3px 3px 1px red;}

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

This text has shadow with #7338A7 primary color and red secondary color.


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

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

This text has shadow with #7338A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7338A7 on black background.


Color preview on white background

This text has color #7338A7 on white background.



Black color preview on #7338A7 background

This text has black color on #7338A7 background.


White color preview on #7338A7 background

This text has white color on #7338A7 background.