#62485C

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

Shades of Purple Taupe #62485C

Tints of Purple Taupe #62485C

Color information

#62485C (or 0x62485C) is unknown color: approx Purple Taupe. HEX triplet: 62, 48 and 5C. RGB value is (98,72,92). Sum of RGB (Red+Green+Blue) = 98+72+92=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 98 - color contains mainly: red. Hex color #62485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62485C is #9DB7A3. Grayscale: #525252. Windows color (decimal): -10336164 or 6047842. OLE color: 6047842.

HSL color Cylindrical-coordinate representation of color #62485C: hue angle of 313.85º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #62485C is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB987292-
CMYK00.270.060.62
HSL313.85º15.29%33.33%-
HSV(B)313.85º26.53%38.43%-
XYZ9.29811.18-
YUV82.05133.61139.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.40%
GREEN value IS 72 (28.52% from 255) = 27.48%
BLUE value IS 92 (36.33% from 255) = 35.11%
R=37.40%
G=27.48%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98729200.270.060.62313.8515.2933.33
Hex62485C01B63E13af21
Octal1421101340336764721741
Binary1100010100100010111000110111101111101001110101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62485C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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