#613D59

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

Shades of Purple Taupe #613D59

Tints of Purple Taupe #613D59

Color information

#613D59 (or 0x613D59) is unknown color: approx Purple Taupe. HEX triplet: 61, 3D and 59. RGB value is (97,61,89). Sum of RGB (Red+Green+Blue) = 97+61+89=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 97 - color contains mainly: red. Hex color #613D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613D59 is #9EC2A6. Grayscale: #4A4A4A. Windows color (decimal): -10404519 or 5848417. OLE color: 5848417.

HSL color Cylindrical-coordinate representation of color #613D59: hue angle of 313.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #613D59 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB976189-
CMYK00.370.080.62
HSL313.33º22.78%30.98%-
HSV(B)313.33º37.11%38.04%-
XYZ8.46.610.28-
YUV74.96135.93143.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.27%
GREEN value IS 61 (24.22% from 255) = 24.70%
BLUE value IS 89 (35.16% from 255) = 36.03%
R=39.27%
G=24.70%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97618900.370.080.62313.3322.7830.98
Hex613D5902583E139171f
Octal1417513104510764712737
Binary11000011111011011001010010110001111101001110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613D59; }

 p { color: rgb(97,61,89); }

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

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

 a { background-color: rgb(97,61,89); }

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

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

 span { border-color: rgb(97,61,89); }

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