#614659

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

Shades of Purple Taupe #614659

Tints of Purple Taupe #614659

Color information

#614659 (or 0x614659) is unknown color: approx Purple Taupe. HEX triplet: 61, 46 and 59. RGB value is (97,70,89). Sum of RGB (Red+Green+Blue) = 97+70+89=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 97 - color contains mainly: red. Hex color #614659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614659 is #9EB9A6. Grayscale: #505050. Windows color (decimal): -10402215 or 5850721. OLE color: 5850721.

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

Color convert

RGB977089-
CMYK00.280.080.62
HSL317.78º16.17%32.75%-
HSV(B)317.78º27.84%38.04%-
XYZ8.927.6410.46-
YUV80.24132.95139.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.89%
GREEN value IS 70 (27.73% from 255) = 27.34%
BLUE value IS 89 (35.16% from 255) = 34.77%
R=37.89%
G=27.34%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97708900.280.080.62317.7816.1732.75
Hex61465901C83E13e1021
Octal14110613103410764762041
Binary110000110001101011001011100100011111010011111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614659; }

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

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

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

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

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

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

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

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