#62485D

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

Shades of Purple Taupe #62485D

Tints of Purple Taupe #62485D

Color information

#62485D (or 0x62485D) is unknown color: approx Purple Taupe. HEX triplet: 62, 48 and 5D. RGB value is (98,72,93). Sum of RGB (Red+Green+Blue) = 98+72+93=263 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.26% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 98 - color contains mainly: red. Hex color #62485D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62485D is #9DB7A2. Grayscale: #525252. Windows color (decimal): -10336163 or 6113378. OLE color: 6113378.

HSL color Cylindrical-coordinate representation of color #62485D: hue angle of 311.54º 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 #62485D is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB987293-
CMYK00.270.050.62
HSL311.54º15.29%33.33%-
HSV(B)311.54º26.53%38.43%-
XYZ9.338.0211.41-
YUV82.17134.11139.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.26%
GREEN value IS 72 (28.52% from 255) = 27.38%
BLUE value IS 93 (36.72% from 255) = 35.36%
R=37.26%
G=27.38%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98729300.270.050.62311.5415.2933.33
Hex62485D01B53E138f21
Octal1421101350335764701741
Binary1100010100100010111010110111011111101001110001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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