#614257

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

Shades of Purple Taupe #614257

Tints of Purple Taupe #614257

Color information

#614257 (or 0x614257) is unknown color: approx Purple Taupe. HEX triplet: 61, 42 and 57. RGB value is (97,66,87). Sum of RGB (Red+Green+Blue) = 97+66+87=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 97 - color contains mainly: red. Hex color #614257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614257 is #9EBDA8. Grayscale: #4D4D4D. Windows color (decimal): -10403241 or 5718625. OLE color: 5718625.

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

Color convert

RGB976687-
CMYK00.320.100.62
HSL319.35º19.02%31.96%-
HSV(B)319.35º31.96%38.04%-
XYZ8.67.139.94-
YUV77.66133.27141.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.8%
GREEN value IS 66 (26.17% from 255) = 26.4%
BLUE value IS 87 (34.38% from 255) = 34.8%
R=38.8%
G=26.4%
B=34.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97668700.320.100.62319.3519.0231.96
Hex614257020A3E13f1320
Octal14110212704012764772340
Binary1100001100001010101110100000101011111010011111110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614257; }

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

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

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

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

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

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

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

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