#603B5A

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

Shades of Purple Taupe #603B5A

Tints of Purple Taupe #603B5A

Color information

#603B5A (or 0x603B5A) is unknown color: approx Purple Taupe. HEX triplet: 60, 3B and 5A. RGB value is (96,59,90). Sum of RGB (Red+Green+Blue) = 96+59+90=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 96 - color contains mainly: red. Hex color #603B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603B5A is #9FC4A5. Grayscale: #494949. Windows color (decimal): -10470566 or 5913440. OLE color: 5913440.

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

Color convert

RGB965990-
CMYK00.390.060.62
HSL309.73º23.87%30.39%-
HSV(B)309.73º38.54%37.65%-
XYZ8.236.3510.47-
YUV73.6137.26143.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.18%
GREEN value IS 59 (23.44% from 255) = 24.08%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=39.18%
G=24.08%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96599000.390.060.62309.7323.8730.39
Hex603B5A02763E136181e
Octal140731320476764663036
Binary1100000111011101101001001111101111101001101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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