#614359

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

Shades of Purple Taupe #614359

Tints of Purple Taupe #614359

Color information

#614359 (or 0x614359) is unknown color: approx Purple Taupe. HEX triplet: 61, 43 and 59. RGB value is (97,67,89). Sum of RGB (Red+Green+Blue) = 97+67+89=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 97 - color contains mainly: red. Hex color #614359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614359 is #9EBCA6. Grayscale: #4E4E4E. Windows color (decimal): -10402983 or 5849953. OLE color: 5849953.

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

Color convert

RGB976789-
CMYK00.310.080.62
HSL316º18.29%32.16%-
HSV(B)316º30.93%38.04%-
XYZ8.747.2810.4-
YUV78.48133.94141.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.34%
GREEN value IS 67 (26.56% from 255) = 26.48%
BLUE value IS 89 (35.16% from 255) = 35.18%
R=38.34%
G=26.48%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97678900.310.080.6231618.2932.16
Hex61435901F83E13c1220
Octal14110313103710764742240
Binary110000110000111011001011111100011111010011110010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614359; }

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

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

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

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

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

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

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

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