#62475C

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

Shades of Purple Taupe #62475C

Tints of Purple Taupe #62475C

Color information

#62475C (or 0x62475C) is unknown color: approx Purple Taupe. HEX triplet: 62, 47 and 5C. RGB value is (98,71,92). Sum of RGB (Red+Green+Blue) = 98+71+92=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 98 - color contains mainly: red. Hex color #62475C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62475C is #9DB8A3. Grayscale: #515151. Windows color (decimal): -10336420 or 6047586. OLE color: 6047586.

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

Color convert

RGB987192-
CMYK00.280.060.62
HSL313.33º15.98%33.14%-
HSV(B)313.33º27.55%38.43%-
XYZ9.227.8811.16-
YUV81.47133.95139.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.55%
GREEN value IS 71 (28.12% from 255) = 27.20%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=37.55%
G=27.20%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98719200.280.060.62313.3315.9833.14
Hex62475C01C63E1391021
Octal1421071340346764712041
Binary11000101000111101110001110011011111010011100110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62475C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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