#603651

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

Shades of Purple Taupe #603651

Tints of Purple Taupe #603651

Color information

#603651 (or 0x603651) is unknown color: approx Purple Taupe. HEX triplet: 60, 36 and 51. RGB value is (96,54,81). Sum of RGB (Red+Green+Blue) = 96+54+81=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 96 - color contains mainly: red. Hex color #603651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603651 is #9FC9AE. Grayscale: #454545. Windows color (decimal): -10471855 or 5322336. OLE color: 5322336.

HSL color Cylindrical-coordinate representation of color #603651: hue angle of 321.43º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #603651 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB965481-
CMYK00.440.160.62
HSL321.43º28%29.41%-
HSV(B)321.43º43.75%37.65%-
XYZ7.635.728.49-
YUV69.64134.41146.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.56%
GREEN value IS 54 (21.48% from 255) = 23.38%
BLUE value IS 81 (32.03% from 255) = 35.06%
R=41.56%
G=23.38%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96548100.440.160.62321.432829.41
Hex60365102C103E1411c1d
Octal1406612105420765013435
Binary110000011011010100010101100100001111101010000011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603651; }

 p { color: rgb(96,54,81); }

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

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

 a { background-color: rgb(96,54,81); }

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

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

 span { border-color: rgb(96,54,81); }

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