#62495D

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

Shades of Purple Taupe #62495D

Tints of Purple Taupe #62495D

Color information

#62495D (or 0x62495D) is unknown color: approx Purple Taupe. HEX triplet: 62, 49 and 5D. RGB value is (98,73,93). Sum of RGB (Red+Green+Blue) = 98+73+93=264 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.12% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 98 - color contains mainly: red. Hex color #62495D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62495D is #9DB6A2. Grayscale: #525252. Windows color (decimal): -10335907 or 6113634. OLE color: 6113634.

HSL color Cylindrical-coordinate representation of color #62495D: hue angle of 312º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #62495D is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB987393-
CMYK00.260.050.62
HSL312º14.62%33.53%-
HSV(B)312º25.51%38.43%-
XYZ9.48.1511.43-
YUV82.76133.78138.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.12%
GREEN value IS 73 (28.91% from 255) = 27.65%
BLUE value IS 93 (36.72% from 255) = 35.23%
R=37.12%
G=27.65%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98739300.260.050.6231214.6233.53
Hex62495D01A53E138f22
Octal1421111350325764701742
Binary1100010100100110111010110101011111101001110001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62495D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62495D; }

 p { color: rgb(98,73,93); }

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

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

 a { background-color: rgb(98,73,93); }

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

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

 span { border-color: rgb(98,73,93); }

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