COLOR #7F63B7

HEX: #7F63B7
RGB: (127,99,183)

Renk bilgisi

#7F63B7 contains mainly red and blue colors. #7F63B7 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#7F63B7 color RGB value is (127,99,183).

  • kırmız ton 127;
  • yeşil ton 99;
  • mavi ton 183.
RGB:
(127,99,183)
(50%,39%,72%)

RGB bağlantıları ve doygunluk

R 127 of 255 = 50%
G 99 of 255 = 39%
B 183 of 255 = 72%

127
99
183

R + G + B ~ 54%. #7F63B7 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
127 + 99 + 183 = 409 (100%)
R 127 of 409 ~ 31.05%
G 99 of 409 ~ 24.21%
B 183 of 409 ~ 44.74%

%31.05
%24.21
%44.74

CMYK RENK MODELİ

#7F63B7 rengi CMYK tonu (31,46,0,28).

  • camgöbeği tonu 30.60%
  • eflatun tonu 45.90%
  • sarı tonu 0.00%
  • ana renk tonu 28.24%
CMYK:
(31,46,0,28)
C31M46Y0K28 
(31%,46%,0%,28%)
(0.31/0.46/0.00/0.28)	

CMYK yüzdeleri

%30.6
%45.9
%0
%28.24

Codes

Color #7F63B7 in popluar color models

7F63B7
RGB12799183
HSL260°36.84%55.29%
HSB/HSV260°45.90%71.76%
CMYK30.60%45.90%0.00%
28.24%

Color #7F63B7 in popluar number systems.

HEX7F63B7
Decimal12799183
Binary1111111110001110110111
Octal177143267

Shades and tints

Shades of #7F63B7

#7F63B7
(127,99,183)
#745AA7
(116,90,167)
#695197
(105,81,151)
#5E4887
(94,72,135)
#533F77
(83,63,119)
#483667
(72,54,103)
#3D2D57
(61,45,87)
#322447
(50,36,71)
#271B37
(39,27,55)
#1C1227
(28,18,39)
#110917
(17,9,23)
#000000
(0,0,0)

Tints of #7F63B7

#7F63B7
(127,99,183)
#8A71BD
(138,113,189)
#957FC3
(149,127,195)
#A08DC9
(160,141,201)
#AB9BCF
(171,155,207)
#B6A9D5
(182,169,213)
#C1B7DB
(193,183,219)
#CCC5E1
(204,197,225)
#D7D3E7
(215,211,231)
#E2E1ED
(226,225,237)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F63B7 color. Also use rgb(127,99,183) instead hex code.

Text Font Color

.myTextColor { color: #7F63B7; }

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

This text font color is #7F63B7.


Background Color

.myBgColor { background-color: #7F63B7; }

<div style="background-color:#7F63B7">Inner text</div>

This div background color is #7F63B7.


Border color

.myBorderColor { border: 1px solid #7F63B7; }

<div style="border:3px solid #7F63B7">Div</div>

This div border color is #7F63B7.


Opacity

.myOpacity80 { color: #7F63B7; opacity: 0.8; }

<p style="color:#7F63B7;opacity:0.8;">80%</p>

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

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

This text has shadow with #7F63B7 color.

.textShadow {text-shadow: 3px 3px 1px #7F63B7, 3px 3px 1px red;}

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

This text has shadow with #7F63B7 primary color and red secondary color.


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

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

This text has shadow with #7F63B7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F63B7 on black background.


Color preview on white background

This text has color #7F63B7 on white background.



Black color preview on #7F63B7 background

This text has black color on #7F63B7 background.


White color preview on #7F63B7 background

This text has white color on #7F63B7 background.