#60405E

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

Shades of Purple Taupe #60405E

Tints of Purple Taupe #60405E

Color information

#60405E (or 0x60405E) is unknown color: approx Purple Taupe. HEX triplet: 60, 40 and 5E. RGB value is (96,64,94). Sum of RGB (Red+Green+Blue) = 96+64+94=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 96 - color contains mainly: red. Hex color #60405E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60405E is #9FBFA1. Grayscale: #4C4C4C. Windows color (decimal): -10469282 or 6176864. OLE color: 6176864.

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

Color convert

RGB966494-
CMYK00.330.020.62
HSL303.75º20%31.37%-
HSV(B)303.75º33.33%37.65%-
XYZ8.686.9611.48-
YUV76.99137.6141.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.80%
GREEN value IS 64 (25.39% from 255) = 25.20%
BLUE value IS 94 (37.11% from 255) = 37.01%
R=37.80%
G=25.20%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96649400.330.020.62303.752031.37
Hex60405E02123E130141f
Octal1401001360412764602437
Binary1100000100000010111100100001101111101001100001010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60405E; }

 p { color: rgb(96,64,94); }

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

<style>
 a { background-color: #60405E; }

 a { background-color: rgb(96,64,94); }

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

<style>
 span { border-color: #60405E; }

 span { border-color: rgb(96,64,94); }

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