#603957

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

Shades of Purple Taupe #603957

Tints of Purple Taupe #603957

Color information

#603957 (or 0x603957) is unknown color: approx Purple Taupe. HEX triplet: 60, 39 and 57. RGB value is (96,57,87). Sum of RGB (Red+Green+Blue) = 96+57+87=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #603957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603957 is #9FC6A8. Grayscale: #484848. Windows color (decimal): -10471081 or 5716320. OLE color: 5716320.

HSL color Cylindrical-coordinate representation of color #603957: hue angle of 313.85º 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 #603957 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB965787-
CMYK00.410.090.62
HSL313.85º25.49%30%-
HSV(B)313.85º40.62%37.65%-
XYZ8.016.19.77-
YUV72.08136.42145.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40%
GREEN value IS 57 (22.66% from 255) = 23.75%
BLUE value IS 87 (34.38% from 255) = 36.25%
R=40%
G=23.75%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96578700.410.090.62313.8525.4930
Hex60395702993E13a191e
Octal1407112705111764723136
Binary11000001110011010111010100110011111101001110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603957; }

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

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

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

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

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

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

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

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