#61475B

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

Shades of Purple Taupe #61475B

Tints of Purple Taupe #61475B

Color information

#61475B (or 0x61475B) is unknown color: approx Purple Taupe. HEX triplet: 61, 47 and 5B. RGB value is (97,71,91). Sum of RGB (Red+Green+Blue) = 97+71+91=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 97 - color contains mainly: red. Hex color #61475B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61475B is #9EB8A4. Grayscale: #515151. Windows color (decimal): -10401957 or 5982049. OLE color: 5982049.

HSL color Cylindrical-coordinate representation of color #61475B: hue angle of 313.85º 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 #61475B is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB977191-
CMYK00.270.060.62
HSL313.85º15.48%32.94%-
HSV(B)313.85º26.8%38.04%-
XYZ9.077.810.93-
YUV81.05133.61139.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.45%
GREEN value IS 71 (28.12% from 255) = 27.41%
BLUE value IS 91 (35.94% from 255) = 35.14%
R=37.45%
G=27.41%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97719100.270.060.62313.8515.4832.94
Hex61475B01B63E13af21
Octal1411071330336764721741
Binary1100001100011110110110110111101111101001110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61475B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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