#61455C

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

Shades of Purple Taupe #61455C

Tints of Purple Taupe #61455C

Color information

#61455C (or 0x61455C) is unknown color: approx Purple Taupe. HEX triplet: 61, 45 and 5C. RGB value is (97,69,92). Sum of RGB (Red+Green+Blue) = 97+69+92=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 97 - color contains mainly: red. Hex color #61455C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61455C is #9EBAA3. Grayscale: #4F4F4F. Windows color (decimal): -10402468 or 6047073. OLE color: 6047073.

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

Color convert

RGB976992-
CMYK00.290.050.62
HSL310.71º16.87%32.55%-
HSV(B)310.71º28.87%38.04%-
XYZ8.997.5711.11-
YUV79.99134.78140.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.60%
GREEN value IS 69 (27.34% from 255) = 26.74%
BLUE value IS 92 (36.33% from 255) = 35.66%
R=37.60%
G=26.74%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97699200.290.050.62310.7116.8732.55
Hex61455C01D53E1371121
Octal1411051340355764672141
Binary11000011000101101110001110110111111010011011110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61455C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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