COLOR #7255A5

HEX: #7255A5
RGB: (114,85,165)

Color info

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

RGB color model

#7255A5 color RGB value is (114,85,165).

  • red value is 114;
  • green value is 85;
  • blue value is 165.
RGB:
(114,85,165)
(45%,33%,65%)

RGB channels and saturation

R 114 of 255 = 45%
G 85 of 255 = 33%
B 165 of 255 = 65%

114
85
165

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

Portions of RGB colors in percentages

R + G + B =
114 + 85 + 165 = 364 (100%)
R 114 of 364 ~ 31.32%
G 85 of 364 ~ 23.35%
B 165 of 364 ~ 45.33%

%31.32
%23.35
%45.33

CMYK color model

#7255A5 color CMYK value is (31,48,0,35).

  • cyan value is 30.91%
  • magenta value is 48.48%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(31,48,0,35)
C31M48Y0K35 
(31%,48%,0%,35%)
(0.31/0.48/0.00/0.35)	

CMYK percentages

%30.91
%48.48
%0
%35.29

Codes

Color #7255A5 in popluar color models

7255A5
RGB11485165
HSL262°32.00%49.02%
HSB/HSV262°48.48%64.71%
CMYK30.91%48.48%0.00%
35.29%

Color #7255A5 in popluar number systems.

HEX7255A5
Decimal11485165
Binary1110010101010110100101
Octal162125245

Shades and tints

Shades of #7255A5

#7255A5
(114,85,165)
#684E96
(104,78,150)
#5E4787
(94,71,135)
#544078
(84,64,120)
#4A3969
(74,57,105)
#40325A
(64,50,90)
#362B4B
(54,43,75)
#2C243C
(44,36,60)
#221D2D
(34,29,45)
#18161E
(24,22,30)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #7255A5

#7255A5
(114,85,165)
#7E64AD
(126,100,173)
#8A73B5
(138,115,181)
#9682BD
(150,130,189)
#A291C5
(162,145,197)
#AEA0CD
(174,160,205)
#BAAFD5
(186,175,213)
#C6BEDD
(198,190,221)
#D2CDE5
(210,205,229)
#DEDCED
(222,220,237)
#EAEBF5
(234,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7255A5 color. Also use rgb(114,85,165) instead hex code.

Text Font Color

.myTextColor { color: #7255A5; }

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

This text font color is #7255A5.


Background Color

.myBgColor { background-color: #7255A5; }

<div style="background-color:#7255A5">Inner text</div>

This div background color is #7255A5.


Border color

.myBorderColor { border: 1px solid #7255A5; }

<div style="border:3px solid #7255A5">Div</div>

This div border color is #7255A5.


Opacity

.myOpacity80 { color: #7255A5; opacity: 0.8; }

<p style="color:#7255A5;opacity:0.8;">80%</p>

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

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

This text has shadow with #7255A5 color.

.textShadow {text-shadow: 3px 3px 1px #7255A5, 3px 3px 1px red;}

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

This text has shadow with #7255A5 primary color and red secondary color.


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

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

This text has shadow with #7255A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7255A5 on black background.


Color preview on white background

This text has color #7255A5 on white background.



Black color preview on #7255A5 background

This text has black color on #7255A5 background.


White color preview on #7255A5 background

This text has white color on #7255A5 background.