#62425C

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

Shades of Purple Taupe #62425C

Tints of Purple Taupe #62425C

Color information

#62425C (or 0x62425C) is unknown color: approx Purple Taupe. HEX triplet: 62, 42 and 5C. RGB value is (98,66,92). Sum of RGB (Red+Green+Blue) = 98+66+92=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 98 - color contains mainly: red. Hex color #62425C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62425C is #9DBDA3. Grayscale: #4E4E4E. Windows color (decimal): -10337700 or 6046306. OLE color: 6046306.

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

Color convert

RGB986692-
CMYK00.330.060.62
HSL311.25º19.51%32.16%-
HSV(B)311.25º32.65%38.43%-
XYZ8.927.2711.06-
YUV78.53135.6141.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.28%
GREEN value IS 66 (26.17% from 255) = 25.78%
BLUE value IS 92 (36.33% from 255) = 35.94%
R=38.28%
G=25.78%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98669200.330.060.62311.2519.5132.16
Hex62425C02163E1371420
Octal1421021340416764672440
Binary110001010000101011100010000111011111010011011110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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