#603D58

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

Shades of Purple Taupe #603D58

Tints of Purple Taupe #603D58

Color information

#603D58 (or 0x603D58) is unknown color: approx Purple Taupe. HEX triplet: 60, 3D and 58. RGB value is (96,61,88). Sum of RGB (Red+Green+Blue) = 96+61+88=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 88 (34.77% from 255 or 35.92% from 245); Max value from RGB is 96 - color contains mainly: red. Hex color #603D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603D58 is #9FC2A7. Grayscale: #4A4A4A. Windows color (decimal): -10470056 or 5782880. OLE color: 5782880.

HSL color Cylindrical-coordinate representation of color #603D58: hue angle of 313.71º 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 #603D58 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB966188-
CMYK00.360.080.62
HSL313.71º22.29%30.78%-
HSV(B)313.71º36.46%37.65%-
XYZ8.256.5310.06-
YUV74.54135.6143.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.18%
GREEN value IS 61 (24.22% from 255) = 24.90%
BLUE value IS 88 (34.77% from 255) = 35.92%
R=39.18%
G=24.90%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96618800.360.080.62313.7122.2930.78
Hex603D5802483E13a161f
Octal1407513004410764722637
Binary11000001111011011000010010010001111101001110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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