#624A5D

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

Shades of Purple Taupe #624A5D

Tints of Purple Taupe #624A5D

Color information

#624A5D (or 0x624A5D) is unknown color: approx Purple Taupe. HEX triplet: 62, 4A and 5D. RGB value is (98,74,93). Sum of RGB (Red+Green+Blue) = 98+74+93=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 98 - color contains mainly: red. Hex color #624A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624A5D is #9DB5A2. Grayscale: #535353. Windows color (decimal): -10335651 or 6113890. OLE color: 6113890.

HSL color Cylindrical-coordinate representation of color #624A5D: hue angle of 312.5º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #624A5D is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB987493-
CMYK00.240.050.62
HSL312.5º13.95%33.73%-
HSV(B)312.5º24.49%38.43%-
XYZ9.468.2811.46-
YUV83.34133.45138.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.98%
GREEN value IS 74 (29.30% from 255) = 27.92%
BLUE value IS 93 (36.72% from 255) = 35.09%
R=36.98%
G=27.92%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98749300.240.050.62312.513.9533.73
Hex624A5D01853E138e22
Octal1421121350305764701642
Binary1100010100101010111010110001011111101001110001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624A5D; }

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

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

<style>
 a { background-color: #624A5D; }

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

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

<style>
 span { border-color: #624A5D; }

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

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