#614059

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

Shades of Purple Taupe #614059

Tints of Purple Taupe #614059

Color information

#614059 (or 0x614059) is unknown color: approx Purple Taupe. HEX triplet: 61, 40 and 59. RGB value is (97,64,89). Sum of RGB (Red+Green+Blue) = 97+64+89=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 97 - color contains mainly: red. Hex color #614059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614059 is #9EBFA6. Grayscale: #4C4C4C. Windows color (decimal): -10403751 or 5849185. OLE color: 5849185.

HSL color Cylindrical-coordinate representation of color #614059: hue angle of 314.55º 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 #614059 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB976489-
CMYK00.340.080.62
HSL314.55º20.5%31.57%-
HSV(B)314.55º34.02%38.04%-
XYZ8.576.9310.34-
YUV76.72134.93142.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.8%
GREEN value IS 64 (25.39% from 255) = 25.6%
BLUE value IS 89 (35.16% from 255) = 35.6%
R=38.8%
G=25.6%
B=35.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97648900.340.080.62314.5520.531.57
Hex61405902283E13b1420
Octal14110013104210764732440
Binary1100001100000010110010100010100011111010011101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614059; }

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

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

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

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

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

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

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

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