#603C5A

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

Shades of Purple Taupe #603C5A

Tints of Purple Taupe #603C5A

Color information

#603C5A (or 0x603C5A) is unknown color: approx Purple Taupe. HEX triplet: 60, 3C and 5A. RGB value is (96,60,90). Sum of RGB (Red+Green+Blue) = 96+60+90=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 96 - color contains mainly: red. Hex color #603C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603C5A is #9FC3A5. Grayscale: #4A4A4A. Windows color (decimal): -10470310 or 5913696. OLE color: 5913696.

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

Color convert

RGB966090-
CMYK00.380.060.62
HSL310º23.08%30.59%-
HSV(B)310º37.5%37.65%-
XYZ8.296.4610.48-
YUV74.18136.93143.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.02%
GREEN value IS 60 (23.83% from 255) = 24.39%
BLUE value IS 90 (35.55% from 255) = 36.59%
R=39.02%
G=24.39%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96609000.380.060.6231023.0830.59
Hex603C5A02663E136171f
Octal140741320466764662737
Binary1100000111100101101001001101101111101001101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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