#603754

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

Shades of Purple Taupe #603754

Tints of Purple Taupe #603754

Color information

#603754 (or 0x603754) is unknown color: approx Purple Taupe. HEX triplet: 60, 37 and 54. RGB value is (96,55,84). Sum of RGB (Red+Green+Blue) = 96+55+84=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 96 - color contains mainly: red. Hex color #603754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603754 is #9FC8AB. Grayscale: #464646. Windows color (decimal): -10471596 or 5519200. OLE color: 5519200.

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

Color convert

RGB965584-
CMYK00.430.120.62
HSL317.56º27.15%29.61%-
HSV(B)317.56º42.71%37.65%-
XYZ7.795.869.11-
YUV70.56135.58146.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.85%
GREEN value IS 55 (21.88% from 255) = 23.40%
BLUE value IS 84 (33.20% from 255) = 35.74%
R=40.85%
G=23.40%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96558400.430.120.62317.5627.1529.61
Hex60375402BC3E13e1b1e
Octal1406712405314764763336
Binary11000001101111010100010101111001111101001111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603754; }

 p { color: rgb(96,55,84); }

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

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

 a { background-color: rgb(96,55,84); }

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

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

 span { border-color: rgb(96,55,84); }

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