#62405A

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

Shades of Purple Taupe #62405A

Tints of Purple Taupe #62405A

Color information

#62405A (or 0x62405A) is unknown color: approx Purple Taupe. HEX triplet: 62, 40 and 5A. RGB value is (98,64,90). Sum of RGB (Red+Green+Blue) = 98+64+90=252 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.89% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 98 - color contains mainly: red. Hex color #62405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62405A is #9DBFA5. Grayscale: #4D4D4D. Windows color (decimal): -10338214 or 5914722. OLE color: 5914722.

HSL color Cylindrical-coordinate representation of color #62405A: hue angle of 314.12º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #62405A is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB986490-
CMYK00.350.080.62
HSL314.12º20.99%31.76%-
HSV(B)314.12º34.69%38.43%-
XYZ8.72710.56-
YUV77.13135.26142.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.89%
GREEN value IS 64 (25.39% from 255) = 25.40%
BLUE value IS 90 (35.55% from 255) = 35.71%
R=38.89%
G=25.40%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98649000.350.080.62314.1220.9931.76
Hex62405A02383E13a1520
Octal14210013204310764722540
Binary1100010100000010110100100011100011111010011101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62405A; }

 p { color: rgb(98,64,90); }

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

<style>
 a { background-color: #62405A; }

 a { background-color: rgb(98,64,90); }

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

<style>
 span { border-color: #62405A; }

 span { border-color: rgb(98,64,90); }

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