#61435D

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

Shades of Purple Taupe #61435D

Tints of Purple Taupe #61435D

Color information

#61435D (or 0x61435D) is unknown color: approx Purple Taupe. HEX triplet: 61, 43 and 5D. RGB value is (97,67,93). Sum of RGB (Red+Green+Blue) = 97+67+93=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #61435D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61435D is #9EBCA2. Grayscale: #4E4E4E. Windows color (decimal): -10402979 or 6112097. OLE color: 6112097.

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

Color convert

RGB976793-
CMYK00.310.040.62
HSL308º18.29%32.16%-
HSV(B)308º30.93%38.04%-
XYZ8.917.3511.3-
YUV78.93135.94140.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.74%
GREEN value IS 67 (26.56% from 255) = 26.07%
BLUE value IS 93 (36.72% from 255) = 36.19%
R=37.74%
G=26.07%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97679300.310.040.6230818.2932.16
Hex61435D01F43E1341220
Octal1411031350374764642240
Binary11000011000011101110101111110011111010011010010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61435D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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