COLOR #75257B

HEX: #75257B RGB: (117,37,123)

Color info

#75257B contains mainly red and blue colors. Web safe color of #75257B is #663366 (or #636).

RGB color model

#75257B color RGB value is (117,37,123).

RGB: (117,37,123) (46%, 15%, 48%)

RGB channels and saturation

R 117 of 255 = 46%
G 37 of 255 = 15%
B 123 of 255 = 48%

117
37
123

R + G + B ~ 36%. #75257B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 37 + 123 = 277 (100%)
R 117 of 277 ~ 42.24%
G 37 of 277 ~ 13.36%
B 123 of 277 ~ 44.4'%

%42.24
%13.36
%44.4

CMYK color model

#75257B color CMYK value is (5,70,0,52).

  • cyan value is 4.88%
  • magenta value is 69.92%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (5,70,0,52)
C5M70Y0K52 (5%, 70%, 0%, 52%)
(0.05 / 0.70 / 0.00 / 0.52)

CMYK percentages

%4.88
%69.92
%0
%51.76

Codes

Color #75257B in popluar color models

75 25 7B
RGB 117 37 123
HSL 296° 53.75% 31.37%
HSB/HSV 296° 69.92% 48.24%
CMYK 4.88% 69.92% 0.00%
51.76%

Color #75257B in popluar number systems.

HEX 75 25 7B
Decimal 117 37 123
Binary 1110101 100101 1111011
Octal 165 45 173

Shades and tints

Shades of #75257B

#75257B
(117,37,123)
#6B2270
(107,34,112)
#611F65
(97,31,101)
#571C5A
(87,28,90)
#4D194F
(77,25,79)
#431644
(67,22,68)
#391339
(57,19,57)
#2F102E
(47,16,46)
#250D23
(37,13,35)
#1B0A18
(27,10,24)
#11070D
(17,7,13)
#000000
(0,0,0)

Tints of #75257B

#75257B
(117,37,123)
#813887
(129,56,135)
#8D4B93
(141,75,147)
#995E9F
(153,94,159)
#A571AB
(165,113,171)
#B184B7
(177,132,183)
#BD97C3
(189,151,195)
#C9AACF
(201,170,207)
#D5BDDB
(213,189,219)
#E1D0E7
(225,208,231)
#EDE3F3
(237,227,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75257B color. Also use rgb(117,37,123) instead hex code.

Text Font Color

.myTextColor { color: #75257B; }

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

This text font color is #75257B.

Background Color

.myBgColor { background-color: #75257B; }

<div style="background-color:#75257B">Inner text</div>

This div background color is #75257B.

Border color

.myBorderColor { border: 1px solid #75257B; }

<div style="border:3px solid #75257B">Div</div>

This div border color is #75257B.

Opacity

.myOpacity80 { color: #75257B; opacity: 0.8; }

<p style="color:#75257B;opacity:0.8;">80%</p>

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

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

This text has shadow with #75257B color.


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

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

This text has shadow with #75257B primary color and red secondary color.


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

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

This text has shadow with #75257B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #75257B.

Preview

Color preview on black background

This text has color #75257B on black background.


Color preview on white background

This text has color #75257B on white background.


Black color preview on #75257B background

This text has black color on #75257B background.


White color preview on #75257B background

This text has white color on #75257B background.


Related colors

Complementary color

Complementary color for #hex is #8ADA84.


I love getcolorcode.com

Triadic colors

1 #7B7525 and #257B75 with #75257B are triadic colors.

2 #7B2575 and #25757B with #75257B are triadic colors.