#61405C

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

Shades of Purple Taupe #61405C

Tints of Purple Taupe #61405C

Color information

#61405C (or 0x61405C) is unknown color: approx Purple Taupe. HEX triplet: 61, 40 and 5C. RGB value is (97,64,92). Sum of RGB (Red+Green+Blue) = 97+64+92=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 97 - color contains mainly: red. Hex color #61405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61405C is #9EBFA3. Grayscale: #4C4C4C. Windows color (decimal): -10403748 or 6045793. OLE color: 6045793.

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

Color convert

RGB976492-
CMYK00.340.050.62
HSL309.09º20.5%31.57%-
HSV(B)309.09º34.02%38.04%-
XYZ8.696.9811.01-
YUV77.06136.43142.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.34%
GREEN value IS 64 (25.39% from 255) = 25.30%
BLUE value IS 92 (36.33% from 255) = 36.36%
R=38.34%
G=25.30%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97649200.340.050.62309.0920.531.57
Hex61405C02253E1351420
Octal1411001340425764652440
Binary110000110000001011100010001010111111010011010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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