#61445E

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

Shades of Purple Taupe #61445E

Tints of Purple Taupe #61445E

Color information

#61445E (or 0x61445E) is unknown color: approx Purple Taupe. HEX triplet: 61, 44 and 5E. RGB value is (97,68,94). Sum of RGB (Red+Green+Blue) = 97+68+94=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 97 - color contains mainly: red. Hex color #61445E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61445E is #9EBBA1. Grayscale: #4F4F4F. Windows color (decimal): -10402722 or 6177889. OLE color: 6177889.

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

Color convert

RGB976894-
CMYK00.300.030.62
HSL306.21º17.58%32.35%-
HSV(B)306.21º29.9%38.04%-
XYZ9.027.4811.56-
YUV79.63136.11140.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.45%
GREEN value IS 68 (26.95% from 255) = 26.25%
BLUE value IS 94 (37.11% from 255) = 36.29%
R=37.45%
G=26.25%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97689400.300.030.62306.2117.5832.35
Hex61445E01E33E1321220
Octal1411041360363764622240
Binary1100001100010010111100111101111111010011001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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