#62425B

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

Shades of Purple Taupe #62425B

Tints of Purple Taupe #62425B

Color information

#62425B (or 0x62425B) is unknown color: approx Purple Taupe. HEX triplet: 62, 42 and 5B. RGB value is (98,66,91). Sum of RGB (Red+Green+Blue) = 98+66+91=255 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.43% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 98 - color contains mainly: red. Hex color #62425B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62425B is #9DBDA4. Grayscale: #4E4E4E. Windows color (decimal): -10337701 or 5980770. OLE color: 5980770.

HSL color Cylindrical-coordinate representation of color #62425B: hue angle of 313.12º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #62425B is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB986691-
CMYK00.330.070.62
HSL313.12º19.51%32.16%-
HSV(B)313.12º32.65%38.43%-
XYZ8.877.2510.83-
YUV78.42135.1141.97-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.43%
GREEN value IS 66 (26.17% from 255) = 25.88%
BLUE value IS 91 (35.94% from 255) = 35.69%
R=38.43%
G=25.88%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98669100.330.070.62313.1219.5132.16
Hex62425B02173E1391420
Octal1421021330417764712440
Binary110001010000101011011010000111111111010011100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62425B; }

 p { color: rgb(98,66,91); }

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

<style>
 a { background-color: #62425B; }

 a { background-color: rgb(98,66,91); }

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

<style>
 span { border-color: #62425B; }

 span { border-color: rgb(98,66,91); }

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