#62485E

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

Shades of Purple Taupe #62485E

Tints of Purple Taupe #62485E

Color information

#62485E (or 0x62485E) is unknown color: approx Purple Taupe. HEX triplet: 62, 48 and 5E. RGB value is (98,72,94). Sum of RGB (Red+Green+Blue) = 98+72+94=264 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.12% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 94 (37.11% from 255 or 35.61% from 264); Max value from RGB is 98 - color contains mainly: red. Hex color #62485E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62485E is #9DB7A1. Grayscale: #525252. Windows color (decimal): -10336162 or 6178914. OLE color: 6178914.

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

Color convert

RGB987294-
CMYK00.270.040.62
HSL309.23º15.29%33.33%-
HSV(B)309.23º26.53%38.43%-
XYZ9.378.0411.65-
YUV82.28134.61139.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.12%
GREEN value IS 72 (28.52% from 255) = 27.27%
BLUE value IS 94 (37.11% from 255) = 35.61%
R=37.12%
G=27.27%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98729400.270.040.62309.2315.2933.33
Hex62485E01B43E135f21
Octal1421101360334764651741
Binary1100010100100010111100110111001111101001101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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