#613D58

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

Shades of Purple Taupe #613D58

Tints of Purple Taupe #613D58

Color information

#613D58 (or 0x613D58) is unknown color: approx Purple Taupe. HEX triplet: 61, 3D and 58. RGB value is (97,61,88). Sum of RGB (Red+Green+Blue) = 97+61+88=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 97 - color contains mainly: red. Hex color #613D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613D58 is #9EC2A7. Grayscale: #4A4A4A. Windows color (decimal): -10404520 or 5782881. OLE color: 5782881.

HSL color Cylindrical-coordinate representation of color #613D58: hue angle of 315º 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 #613D58 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB976188-
CMYK00.370.090.62
HSL315º22.78%30.98%-
HSV(B)315º37.11%38.04%-
XYZ8.366.5810.06-
YUV74.84135.43143.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.43%
GREEN value IS 61 (24.22% from 255) = 24.80%
BLUE value IS 88 (34.77% from 255) = 35.77%
R=39.43%
G=24.80%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97618800.370.090.6231522.7830.98
Hex613D5802593E13b171f
Octal1417513004511764732737
Binary11000011111011011000010010110011111101001110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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