COLOR #7575FF

HEX: #7575FF
RGB: (117,117,255)

Color info

#7575FF contains mainly blue color. Web safe color of #7575FF is #6666FF (or #66F).

RGB color model

#7575FF color RGB value is (117,117,255).

  • red value is 117;
  • green value is 117;
  • blue value is 255.
RGB:
(117,117,255)
(46%,46%,100%)

RGB channels and saturation

R 117 of 255 = 46%
G 117 of 255 = 46%
B 255 of 255 = 100%

117
117
255

R + G + B ~ 64%. #7575FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 117 + 255 = 489 (100%)
R 117 of 489 ~ 23.93%
G 117 of 489 ~ 23.93%
B 255 of 489 ~ 52.15%

%23.93
%23.93
%52.15

CMYK color model

#7575FF color CMYK value is (54,54,0,0).

  • cyan value is 54.12%
  • magenta value is 54.12%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(54,54,0,0)
C54M54Y0K0 
(54%,54%,0%,0%)
(0.54/0.54/0.00/0.00)	

CMYK percentages

%54.12
%54.12
%0
%0

Codes

Color #7575FF in popluar color models

7575FF
RGB117117255
HSL240°100.00%72.94%
HSB/HSV240°54.12%100.00%
CMYK54.12%54.12%0.00%
0.00%

Color #7575FF in popluar number systems.

HEX7575FF
Decimal117117255
Binary1110101111010111111111
Octal165165377

Shades and tints

Shades of #7575FF

#7575FF
(117,117,255)
#6B6BE8
(107,107,232)
#6161D1
(97,97,209)
#5757BA
(87,87,186)
#4D4DA3
(77,77,163)
#43438C
(67,67,140)
#393975
(57,57,117)
#2F2F5E
(47,47,94)
#252547
(37,37,71)
#1B1B30
(27,27,48)
#111119
(17,17,25)
#000000
(0,0,0)

Tints of #7575FF

#7575FF
(117,117,255)
#8181FF
(129,129,255)
#8D8DFF
(141,141,255)
#9999FF
(153,153,255)
#A5A5FF
(165,165,255)
#B1B1FF
(177,177,255)
#BDBDFF
(189,189,255)
#C9C9FF
(201,201,255)
#D5D5FF
(213,213,255)
#E1E1FF
(225,225,255)
#EDEDFF
(237,237,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7575FF color. Also use rgb(117,117,255) instead hex code.

Text Font Color

.myTextColor { color: #7575FF; }

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

This text font color is #7575FF.


Background Color

.myBgColor { background-color: #7575FF; }

<div style="background-color:#7575FF">Inner text</div>

This div background color is #7575FF.


Border color

.myBorderColor { border: 1px solid #7575FF; }

<div style="border:3px solid #7575FF">Div</div>

This div border color is #7575FF.


Opacity

.myOpacity80 { color: #7575FF; opacity: 0.8; }

<p style="color:#7575FF;opacity:0.8;">80%</p>

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

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

This text has shadow with #7575FF color.

.textShadow {text-shadow: 3px 3px 1px #7575FF, 3px 3px 1px red;}

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

This text has shadow with #7575FF primary color and red secondary color.


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

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

This text has shadow with #7575FF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7575FF on black background.


Color preview on white background

This text has color #7575FF on white background.



Black color preview on #7575FF background

This text has black color on #7575FF background.


White color preview on #7575FF background

This text has white color on #7575FF background.