#62465C

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

Shades of Purple Taupe #62465C

Tints of Purple Taupe #62465C

Color information

#62465C (or 0x62465C) is unknown color: approx Purple Taupe. HEX triplet: 62, 46 and 5C. RGB value is (98,70,92). Sum of RGB (Red+Green+Blue) = 98+70+92=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 98 - color contains mainly: red. Hex color #62465C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62465C is #9DB9A3. Grayscale: #505050. Windows color (decimal): -10336676 or 6047330. OLE color: 6047330.

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

Color convert

RGB987092-
CMYK00.290.060.62
HSL312.86º16.67%32.94%-
HSV(B)312.86º28.57%38.43%-
XYZ9.167.7511.14-
YUV80.88134.28140.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.69%
GREEN value IS 70 (27.73% from 255) = 26.92%
BLUE value IS 92 (36.33% from 255) = 35.38%
R=37.69%
G=26.92%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98709200.290.060.62312.8616.6732.94
Hex62465C01D63E1391121
Octal1421061340356764712141
Binary11000101000110101110001110111011111010011100110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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