#613755

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

Shades of Purple Taupe #613755

Tints of Purple Taupe #613755

Color information

#613755 (or 0x613755) is unknown color: approx Purple Taupe. HEX triplet: 61, 37 and 55. RGB value is (97,55,85). Sum of RGB (Red+Green+Blue) = 97+55+85=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 97 - color contains mainly: red. Hex color #613755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613755 is #9EC8AA. Grayscale: #464646. Windows color (decimal): -10406059 or 5584737. OLE color: 5584737.

HSL color Cylindrical-coordinate representation of color #613755: hue angle of 317.14º 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 #613755 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB975585-
CMYK00.430.120.62
HSL317.14º27.63%29.8%-
HSV(B)317.14º43.3%38.04%-
XYZ7.945.939.32-
YUV70.98135.91146.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.93%
GREEN value IS 55 (21.88% from 255) = 23.21%
BLUE value IS 85 (33.59% from 255) = 35.86%
R=40.93%
G=23.21%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97558500.430.120.62317.1427.6329.8
Hex61375502BC3E13d1c1e
Octal1416712505314764753436
Binary11000011101111010101010101111001111101001111011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613755; }

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

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

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

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

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

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

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

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