#614259

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

Shades of Purple Taupe #614259

Tints of Purple Taupe #614259

Color information

#614259 (or 0x614259) is unknown color: approx Purple Taupe. HEX triplet: 61, 42 and 59. RGB value is (97,66,89). Sum of RGB (Red+Green+Blue) = 97+66+89=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 97 - color contains mainly: red. Hex color #614259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614259 is #9EBDA6. Grayscale: #4D4D4D. Windows color (decimal): -10403239 or 5849697. OLE color: 5849697.

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

Color convert

RGB976689-
CMYK00.320.080.62
HSL315.48º19.02%31.96%-
HSV(B)315.48º31.96%38.04%-
XYZ8.687.1610.38-
YUV77.89134.27141.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.49%
GREEN value IS 66 (26.17% from 255) = 26.19%
BLUE value IS 89 (35.16% from 255) = 35.32%
R=38.49%
G=26.19%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97668900.320.080.62315.4819.0231.96
Hex61425902083E13b1320
Octal14110213104010764732340
Binary1100001100001010110010100000100011111010011101110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614259; }

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

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

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

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

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

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

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

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