#61495D

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

Shades of Purple Taupe #61495D

Tints of Purple Taupe #61495D

Color information

#61495D (or 0x61495D) is unknown color: approx Purple Taupe. HEX triplet: 61, 49 and 5D. RGB value is (97,73,93). Sum of RGB (Red+Green+Blue) = 97+73+93=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 97 - color contains mainly: red. Hex color #61495D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61495D is #9EB6A2. Grayscale: #525252. Windows color (decimal): -10401443 or 6113633. OLE color: 6113633.

HSL color Cylindrical-coordinate representation of color #61495D: hue angle of 310º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #61495D is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB977393-
CMYK00.250.040.62
HSL310º14.12%33.33%-
HSV(B)310º24.74%38.04%-
XYZ9.298.111.43-
YUV82.46133.95138.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.88%
GREEN value IS 73 (28.91% from 255) = 27.76%
BLUE value IS 93 (36.72% from 255) = 35.36%
R=36.88%
G=27.76%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97739300.250.040.6231014.1233.33
Hex61495D01943E136e21
Octal1411111350314764661641
Binary1100001100100110111010110011001111101001101101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61495D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61495D; }

 p { color: rgb(97,73,93); }

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

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

 a { background-color: rgb(97,73,93); }

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

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

 span { border-color: rgb(97,73,93); }

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