#614459

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

Shades of Purple Taupe #614459

Tints of Purple Taupe #614459

Color information

#614459 (or 0x614459) is unknown color: approx Purple Taupe. HEX triplet: 61, 44 and 59. RGB value is (97,68,89). Sum of RGB (Red+Green+Blue) = 97+68+89=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 97 - color contains mainly: red. Hex color #614459 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614459 is #9EBBA6. Grayscale: #4F4F4F. Windows color (decimal): -10402727 or 5850209. OLE color: 5850209.

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

Color convert

RGB976889-
CMYK00.300.080.62
HSL316.55º17.58%32.35%-
HSV(B)316.55º29.9%38.04%-
XYZ8.87.410.42-
YUV79.06133.61140.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.19%
GREEN value IS 68 (26.95% from 255) = 26.77%
BLUE value IS 89 (35.16% from 255) = 35.04%
R=38.19%
G=26.77%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97688900.300.080.62316.5517.5832.35
Hex61445901E83E13d1220
Octal14110413103610764752240
Binary110000110001001011001011110100011111010011110110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614459; }

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

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

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

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

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

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

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

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