#614157

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

Shades of Purple Taupe #614157

Tints of Purple Taupe #614157

Color information

#614157 (or 0x614157) is unknown color: approx Purple Taupe. HEX triplet: 61, 41 and 57. RGB value is (97,65,87). Sum of RGB (Red+Green+Blue) = 97+65+87=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 97 - color contains mainly: red. Hex color #614157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614157 is #9EBEA8. Grayscale: #4D4D4D. Windows color (decimal): -10403497 or 5718369. OLE color: 5718369.

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

Color convert

RGB976587-
CMYK00.330.100.62
HSL318.75º19.75%31.76%-
HSV(B)318.75º32.99%38.04%-
XYZ8.547.019.92-
YUV77.08133.6142.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.96%
GREEN value IS 65 (25.78% from 255) = 26.10%
BLUE value IS 87 (34.38% from 255) = 34.94%
R=38.96%
G=26.10%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97658700.330.100.62318.7519.7531.76
Hex614157021A3E13f1420
Octal14110112704112764772440
Binary1100001100000110101110100001101011111010011111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614157; }

 p { color: rgb(97,65,87); }

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

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

 a { background-color: rgb(97,65,87); }

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

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

 span { border-color: rgb(97,65,87); }

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