#62475D

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

Shades of Purple Taupe #62475D

Tints of Purple Taupe #62475D

Color information

#62475D (or 0x62475D) is unknown color: approx Purple Taupe. HEX triplet: 62, 47 and 5D. RGB value is (98,71,93). Sum of RGB (Red+Green+Blue) = 98+71+93=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 98 - color contains mainly: red. Hex color #62475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62475D is #9DB8A2. Grayscale: #515151. Windows color (decimal): -10336419 or 6113122. OLE color: 6113122.

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

Color convert

RGB987193-
CMYK00.280.050.62
HSL311.11º15.98%33.14%-
HSV(B)311.11º27.55%38.43%-
XYZ9.277.8911.39-
YUV81.58134.45139.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.40%
GREEN value IS 71 (28.12% from 255) = 27.10%
BLUE value IS 93 (36.72% from 255) = 35.50%
R=37.40%
G=27.10%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98719300.280.050.62311.1115.9833.14
Hex62475D01C53E1371021
Octal1421071350345764672041
Binary11000101000111101110101110010111111010011011110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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