#61485C

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

Shades of Purple Taupe #61485C

Tints of Purple Taupe #61485C

Color information

#61485C (or 0x61485C) is unknown color: approx Purple Taupe. HEX triplet: 61, 48 and 5C. RGB value is (97,72,92). Sum of RGB (Red+Green+Blue) = 97+72+92=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 97 - color contains mainly: red. Hex color #61485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61485C is #9EB7A3. Grayscale: #515151. Windows color (decimal): -10401700 or 6047841. OLE color: 6047841.

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

Color convert

RGB977292-
CMYK00.260.050.62
HSL312º14.79%33.14%-
HSV(B)312º25.77%38.04%-
XYZ9.187.9511.18-
YUV81.76133.78138.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.16%
GREEN value IS 72 (28.52% from 255) = 27.59%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=37.16%
G=27.59%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97729200.260.050.6231214.7933.14
Hex61485C01A53E138f21
Octal1411101340325764701741
Binary1100001100100010111000110101011111101001110001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61485C; }

 p { color: rgb(97,72,92); }

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

<style>
 a { background-color: #61485C; }

 a { background-color: rgb(97,72,92); }

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

<style>
 span { border-color: #61485C; }

 span { border-color: rgb(97,72,92); }

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