COLOR #7065A9

HEX: #7065A9
RGB: (112,101,169)

Color info

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

RGB color model

#7065A9 color RGB value is (112,101,169).

  • red value is 112;
  • green value is 101;
  • blue value is 169.
RGB:
(112,101,169)
(44%,40%,66%)

RGB channels and saturation

R 112 of 255 = 44%
G 101 of 255 = 40%
B 169 of 255 = 66%

112
101
169

R + G + B ~ 50%. #7065A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 101 + 169 = 382 (100%)
R 112 of 382 ~ 29.32%
G 101 of 382 ~ 26.44%
B 169 of 382 ~ 44.24%

%29.32
%26.44
%44.24

CMYK color model

#7065A9 color CMYK value is (34,40,0,34).

  • cyan value is 33.73%
  • magenta value is 40.24%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(34,40,0,34)
C34M40Y0K34 
(34%,40%,0%,34%)
(0.34/0.40/0.00/0.34)	

CMYK percentages

%33.73
%40.24
%0
%33.73

Codes

Color #7065A9 in popluar color models

7065A9
RGB112101169
HSL250°28.33%52.94%
HSB/HSV250°40.24%66.27%
CMYK33.73%40.24%0.00%
33.73%

Color #7065A9 in popluar number systems.

HEX7065A9
Decimal112101169
Binary1110000110010110101001
Octal160145251

Shades and tints

Shades of #7065A9

#7065A9
(112,101,169)
#665C9A
(102,92,154)
#5C538B
(92,83,139)
#524A7C
(82,74,124)
#48416D
(72,65,109)
#3E385E
(62,56,94)
#342F4F
(52,47,79)
#2A2640
(42,38,64)
#201D31
(32,29,49)
#161422
(22,20,34)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #7065A9

#7065A9
(112,101,169)
#7D73B0
(125,115,176)
#8A81B7
(138,129,183)
#978FBE
(151,143,190)
#A49DC5
(164,157,197)
#B1ABCC
(177,171,204)
#BEB9D3
(190,185,211)
#CBC7DA
(203,199,218)
#D8D5E1
(216,213,225)
#E5E3E8
(229,227,232)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7065A9 color. Also use rgb(112,101,169) instead hex code.

Text Font Color

.myTextColor { color: #7065A9; }

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

This text font color is #7065A9.


Background Color

.myBgColor { background-color: #7065A9; }

<div style="background-color:#7065A9">Inner text</div>

This div background color is #7065A9.


Border color

.myBorderColor { border: 1px solid #7065A9; }

<div style="border:3px solid #7065A9">Div</div>

This div border color is #7065A9.


Opacity

.myOpacity80 { color: #7065A9; opacity: 0.8; }

<p style="color:#7065A9;opacity:0.8;">80%</p>

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

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

This text has shadow with #7065A9 color.

.textShadow {text-shadow: 3px 3px 1px #7065A9, 3px 3px 1px red;}

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

This text has shadow with #7065A9 primary color and red secondary color.


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

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

This text has shadow with #7065A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7065A9 on black background.


Color preview on white background

This text has color #7065A9 on white background.



Black color preview on #7065A9 background

This text has black color on #7065A9 background.


White color preview on #7065A9 background

This text has white color on #7065A9 background.