#65415D

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

Shades of Purple Taupe #65415D

Tints of Purple Taupe #65415D

Color information

#65415D (or 0x65415D) is unknown color: approx Purple Taupe. HEX triplet: 65, 41 and 5D. RGB value is (101,65,93). Sum of RGB (Red+Green+Blue) = 101+65+93=259 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.00% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 101 - color contains mainly: red. Hex color #65415D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65415D is #9ABEA2. Grayscale: #4E4E4E. Windows color (decimal): -10141347 or 6111589. OLE color: 6111589.

HSL color Cylindrical-coordinate representation of color #65415D: hue angle of 313.33º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65415D is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB1016593-
CMYK00.360.080.60
HSL313.33º21.69%32.55%-
HSV(B)313.33º35.64%39.61%-
XYZ9.237.3411.29-
YUV78.96135.93143.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.00%
GREEN value IS 65 (25.78% from 255) = 25.10%
BLUE value IS 93 (36.72% from 255) = 35.91%
R=39.00%
G=25.10%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101659300.360.080.60313.3321.6932.55
Hex65415D02483C1391621
Octal14510113504410744712641
Binary1100101100000110111010100100100011110010011100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65415D; }

 p { color: rgb(101,65,93); }

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

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

 a { background-color: rgb(101,65,93); }

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

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

 span { border-color: rgb(101,65,93); }

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