#61495F

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

Shades of Purple Taupe #61495F

Tints of Purple Taupe #61495F

Color information

#61495F (or 0x61495F) is unknown color: approx Purple Taupe. HEX triplet: 61, 49 and 5F. RGB value is (97,73,95). Sum of RGB (Red+Green+Blue) = 97+73+95=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 73 (28.91% from 255 or 27.55% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 97 - color contains mainly: red. Hex color #61495F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61495F is #9EB6A0. Grayscale: #525252. Windows color (decimal): -10401441 or 6244705. OLE color: 6244705.

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

Color convert

RGB977395-
CMYK00.250.020.62
HSL305º14.12%33.33%-
HSV(B)305º24.74%38.04%-
XYZ9.388.1311.9-
YUV82.68134.95138.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.60%
GREEN value IS 73 (28.91% from 255) = 27.55%
BLUE value IS 95 (37.5% from 255) = 35.85%
R=36.60%
G=27.55%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97739500.250.020.6230514.1233.33
Hex61495F01923E131e21
Octal1411111370312764611641
Binary110000110010011011111011001101111101001100011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61495F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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