Color Hex Logo

#613197 Color Hex

#613197
(97,49,151)
0 Favorites   0 Comments

Color spaces of #613197

RGB 9749151
HSL0.750.510.39
HSV268°68°59°
CMYK 0.360.680.00   0.41
XYZ11.61406.972430.0118
Yxy6.97240.23900.1435
Hunter Lab26.405332.3014-48.9043
CIE-Lab31.744042.3208-47.8417

#613197 color RGB value is (97,49,151).

#613197 hex color red value is 97, green value is 49 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #613197 hue: 0.75 , saturation: 0.51 and the lightness value of 613197 is 0.39.

The process color (four color CMYK) of #613197 color hex is 0.36, 0.68, 0.00, 0.41. Web safe color of #613197 is #663399. Color #613197 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110001 10010111
Octal 141 61 227
Decimal 97 49 151
Hex 61 31 97

RGB Percentages of Color #613197

%32.66
%16.50
%50.84

CMYK Percentages of Color #613197

%36
%68
%0
%41

Triadic Colors of #613197

#613197 #976131 #319761

Analogous Colors of #613197

#613197 #943197 #313497

Monochromatic Colors of #613197

#613197

Complementary Color

#613197 #679731

#613197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613197 Color CSS Codes

.mybgcolor {background-color:#613197; } 
.myforecolor {color:#613197; }
.mybordercolor {border:3px solid #613197; }

#613197 Text Font Color

<p style="color:#613197">Text here</p>

This sample text font color is #613197
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#613197 Background Color

<div style="background-color:#613197">
Div content here</div>

This div background color is #613197


#613197 Border Color

<div style="border:3px solid #613197">
Div here</div>

This div border color is #613197


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,49,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #613197; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #613197;
  -webkit-box-shadow: 1px 1px 3px 2px #613197;
  box-shadow:         1px 1px 3px 2px #613197; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,49,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #613197">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #613197;
  -webkit-box-shadow: 1px 1px 3px 2px #613197;
  box-shadow:         1px 1px 3px 2px #613197;">
Div content here</div>

This div box has shadow with color #613197


Comments

No comments written yet.

Please login to write comment.