#603F5A

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

Shades of Purple Taupe #603F5A

Tints of Purple Taupe #603F5A

Color information

#603F5A (or 0x603F5A) is unknown color: approx Purple Taupe. HEX triplet: 60, 3F and 5A. RGB value is (96,63,90). Sum of RGB (Red+Green+Blue) = 96+63+90=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 96 - color contains mainly: red. Hex color #603F5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603F5A is #9FC0A5. Grayscale: #4B4B4B. Windows color (decimal): -10469542 or 5914464. OLE color: 5914464.

HSL color Cylindrical-coordinate representation of color #603F5A: hue angle of 310.91º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #603F5A is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB966390-
CMYK00.340.060.62
HSL310.91º20.75%31.18%-
HSV(B)310.91º34.38%37.65%-
XYZ8.456.7810.54-
YUV75.95135.93142.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.55%
GREEN value IS 63 (25% from 255) = 25.30%
BLUE value IS 90 (35.55% from 255) = 36.14%
R=38.55%
G=25.30%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96639000.340.060.62310.9120.7531.18
Hex603F5A02263E137151f
Octal140771320426764672537
Binary1100000111111101101001000101101111101001101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603F5A; }

 p { color: rgb(96,63,90); }

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

<style>
 a { background-color: #603F5A; }

 a { background-color: rgb(96,63,90); }

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

<style>
 span { border-color: #603F5A; }

 span { border-color: rgb(96,63,90); }

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