#603D5A

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

Shades of Purple Taupe #603D5A

Tints of Purple Taupe #603D5A

Color information

#603D5A (or 0x603D5A) is unknown color: approx Purple Taupe. HEX triplet: 60, 3D and 5A. RGB value is (96,61,90). Sum of RGB (Red+Green+Blue) = 96+61+90=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 61 (24.22% from 255 or 24.70% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 96 - color contains mainly: red. Hex color #603D5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603D5A is #9FC2A5. Grayscale: #4A4A4A. Windows color (decimal): -10470054 or 5913952. OLE color: 5913952.

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

Color convert

RGB966190-
CMYK00.360.060.62
HSL310.29º22.29%30.78%-
HSV(B)310.29º36.46%37.65%-
XYZ8.346.5610.5-
YUV74.77136.6143.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.87%
GREEN value IS 61 (24.22% from 255) = 24.70%
BLUE value IS 90 (35.55% from 255) = 36.44%
R=38.87%
G=24.70%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96619000.360.060.62310.2922.2930.78
Hex603D5A02463E136161f
Octal140751320446764662637
Binary1100000111101101101001001001101111101001101101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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