#603956

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

Shades of Purple Taupe #603956

Tints of Purple Taupe #603956

Color information

#603956 (or 0x603956) is unknown color: approx Purple Taupe. HEX triplet: 60, 39 and 56. RGB value is (96,57,86). Sum of RGB (Red+Green+Blue) = 96+57+86=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 96 - color contains mainly: red. Hex color #603956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603956 is #9FC6A9. Grayscale: #474747. Windows color (decimal): -10471082 or 5650784. OLE color: 5650784.

HSL color Cylindrical-coordinate representation of color #603956: hue angle of 315.38º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #603956 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB965786-
CMYK00.410.100.62
HSL315.38º25.49%30%-
HSV(B)315.38º40.62%37.65%-
XYZ7.976.089.56-
YUV71.97135.92145.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.17%
GREEN value IS 57 (22.66% from 255) = 23.85%
BLUE value IS 86 (33.98% from 255) = 35.98%
R=40.17%
G=23.85%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96578600.410.100.62315.3825.4930
Hex603956029A3E13b191e
Octal1407112605112764733136
Binary11000001110011010110010100110101111101001110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603956; }

 p { color: rgb(96,57,86); }

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

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

 a { background-color: rgb(96,57,86); }

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

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

 span { border-color: rgb(96,57,86); }

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