#61445D

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

Shades of Purple Taupe #61445D

Tints of Purple Taupe #61445D

Color information

#61445D (or 0x61445D) is unknown color: approx Purple Taupe. HEX triplet: 61, 44 and 5D. RGB value is (97,68,93). Sum of RGB (Red+Green+Blue) = 97+68+93=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 97 - color contains mainly: red. Hex color #61445D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61445D is #9EBBA2. Grayscale: #4F4F4F. Windows color (decimal): -10402723 or 6112353. OLE color: 6112353.

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

Color convert

RGB976893-
CMYK00.300.040.62
HSL308.28º17.58%32.35%-
HSV(B)308.28º29.9%38.04%-
XYZ8.977.4711.32-
YUV79.52135.61140.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.60%
GREEN value IS 68 (26.95% from 255) = 26.36%
BLUE value IS 93 (36.72% from 255) = 36.05%
R=37.60%
G=26.36%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97689300.300.040.62308.2817.5832.35
Hex61445D01E43E1341220
Octal1411041350364764642240
Binary11000011000100101110101111010011111010011010010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61445D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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