#62495C

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

Shades of Purple Taupe #62495C

Tints of Purple Taupe #62495C

Color information

#62495C (or 0x62495C) is unknown color: approx Purple Taupe. HEX triplet: 62, 49 and 5C. RGB value is (98,73,92). Sum of RGB (Red+Green+Blue) = 98+73+92=263 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.26% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 98 - color contains mainly: red. Hex color #62495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62495C is #9DB6A3. Grayscale: #525252. Windows color (decimal): -10335908 or 6048098. OLE color: 6048098.

HSL color Cylindrical-coordinate representation of color #62495C: hue angle of 314.4º 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 #62495C is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB987392-
CMYK00.260.060.62
HSL314.4º14.62%33.53%-
HSV(B)314.4º25.51%38.43%-
XYZ9.358.1311.2-
YUV82.64133.28138.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.26%
GREEN value IS 73 (28.91% from 255) = 27.76%
BLUE value IS 92 (36.33% from 255) = 34.98%
R=37.26%
G=27.76%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98739200.260.060.62314.414.6233.53
Hex62495C01A63E13af22
Octal1421111340326764721742
Binary1100010100100110111000110101101111101001110101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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