#61475E

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

Shades of Purple Taupe #61475E

Tints of Purple Taupe #61475E

Color information

#61475E (or 0x61475E) is unknown color: approx Purple Taupe. HEX triplet: 61, 47 and 5E. RGB value is (97,71,94). Sum of RGB (Red+Green+Blue) = 97+71+94=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 97 - color contains mainly: red. Hex color #61475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61475E is #9EB8A1. Grayscale: #515151. Windows color (decimal): -10401954 or 6178657. OLE color: 6178657.

HSL color Cylindrical-coordinate representation of color #61475E: hue angle of 306.92º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #61475E is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB977194-
CMYK00.270.030.62
HSL306.92º15.48%32.94%-
HSV(B)306.92º26.8%38.04%-
XYZ9.27.8611.62-
YUV81.4135.11139.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.02%
GREEN value IS 71 (28.12% from 255) = 27.10%
BLUE value IS 94 (37.11% from 255) = 35.88%
R=37.02%
G=27.10%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97719400.270.030.62306.9215.4832.94
Hex61475E01B33E133f21
Octal1411071360333764631741
Binary110000110001111011110011011111111101001100111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61475E; }

 p { color: rgb(97,71,94); }

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

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

 a { background-color: rgb(97,71,94); }

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

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

 span { border-color: rgb(97,71,94); }

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