#603752

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

Shades of Purple Taupe #603752

Tints of Purple Taupe #603752

Color information

#603752 (or 0x603752) is unknown color: approx Purple Taupe. HEX triplet: 60, 37 and 52. RGB value is (96,55,82). Sum of RGB (Red+Green+Blue) = 96+55+82=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 96 - color contains mainly: red. Hex color #603752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603752 is #9FC8AD. Grayscale: #464646. Windows color (decimal): -10471598 or 5388128. OLE color: 5388128.

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

Color convert

RGB965582-
CMYK00.430.150.62
HSL320.49º27.15%29.61%-
HSV(B)320.49º42.71%37.65%-
XYZ7.715.838.7-
YUV70.34134.58146.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.20%
GREEN value IS 55 (21.88% from 255) = 23.61%
BLUE value IS 82 (32.42% from 255) = 35.19%
R=41.20%
G=23.61%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96558200.430.150.62320.4927.1529.61
Hex60375202BF3E1401b1e
Octal1406712205317765003336
Binary11000001101111010010010101111111111101010000001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603752; }

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

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

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

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

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

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

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

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