#61445C

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

Shades of Purple Taupe #61445C

Tints of Purple Taupe #61445C

Color information

#61445C (or 0x61445C) is unknown color: approx Purple Taupe. HEX triplet: 61, 44 and 5C. RGB value is (97,68,92). Sum of RGB (Red+Green+Blue) = 97+68+92=257 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.74% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 97 - color contains mainly: red. Hex color #61445C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61445C is #9EBBA3. Grayscale: #4F4F4F. Windows color (decimal): -10402724 or 6046817. OLE color: 6046817.

HSL color Cylindrical-coordinate representation of color #61445C: hue angle of 310.34º 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 #61445C is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB976892-
CMYK00.300.050.62
HSL310.34º17.58%32.35%-
HSV(B)310.34º29.9%38.04%-
XYZ8.937.4511.09-
YUV79.41135.11140.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.74%
GREEN value IS 68 (26.95% from 255) = 26.46%
BLUE value IS 92 (36.33% from 255) = 35.80%
R=37.74%
G=26.46%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97689200.300.050.62310.3417.5832.35
Hex61445C01E53E1361220
Octal1411041340365764662240
Binary11000011000100101110001111010111111010011011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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