#61495B

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

Shades of Purple Taupe #61495B

Tints of Purple Taupe #61495B

Color information

#61495B (or 0x61495B) is unknown color: approx Purple Taupe. HEX triplet: 61, 49 and 5B. RGB value is (97,73,91). Sum of RGB (Red+Green+Blue) = 97+73+91=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 97 - color contains mainly: red. Hex color #61495B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61495B is #9EB6A4. Grayscale: #525252. Windows color (decimal): -10401445 or 5982561. OLE color: 5982561.

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

Color convert

RGB977391-
CMYK00.250.060.62
HSL315º14.12%33.33%-
HSV(B)315º24.74%38.04%-
XYZ9.28.0610.97-
YUV82.23132.95138.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.16%
GREEN value IS 73 (28.91% from 255) = 27.97%
BLUE value IS 91 (35.94% from 255) = 34.87%
R=37.16%
G=27.97%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97739100.250.060.6231514.1233.33
Hex61495B01963E13be21
Octal1411111330316764731641
Binary1100001100100110110110110011101111101001110111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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