#613756

Color #613756 Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #613756

Tints of Purple Taupe #613756

Color information

#613756 (or 0x613756) is unknown color: approx Purple Taupe. HEX triplet: 61, 37 and 56. RGB value is (97,55,86). Sum of RGB (Red+Green+Blue) = 97+55+86=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #613756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613756 is #9EC8A9. Grayscale: #474747. Windows color (decimal): -10406058 or 5650273. OLE color: 5650273.

HSL color Cylindrical-coordinate representation of color #613756: hue angle of 315.71º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #613756 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB975586-
CMYK00.430.110.62
HSL315.71º27.63%29.8%-
HSV(B)315.71º43.3%38.04%-
XYZ7.985.959.53-
YUV71.09136.41146.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 40.76%
GREEN value IS 55 (21.88% from 255) = 23.11%
BLUE value IS 86 (33.98% from 255) = 36.13%
R=40.76%
G=23.11%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97558600.430.110.62315.7127.6329.8
Hex61375602BB3E13c1c1e
Octal1416712605313764743436
Binary11000011101111010110010101110111111101001111001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613756; }

 p { color: rgb(97,55,86); }

 H1.HeaderClassName
 {
   color: #613756;
 }
 .AnyTagClassName
 {
   color: #613756;
 }
</style>
background-color css

<style>
 a { background-color: #613756; }

 a { background-color: rgb(97,55,86); }

 div.DivClassName
 {
   background-color: #613756;
 }
 .BgClassName
 {
   background-color: #613756;
 }
</style>
border-color css

<style>
 span { border-color: #613756; }

 span { border-color: rgb(97,55,86); }

 td.TdClassName
 {
   border-color: #613756;
 }
 .TagClassName
 {
   border-color: #613756;
 }
</style>