#65445C

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

Shades of Purple Taupe #65445C

Tints of Purple Taupe #65445C

Color information

#65445C (or 0x65445C) is unknown color: approx Purple Taupe. HEX triplet: 65, 44 and 5C. RGB value is (101,68,92). Sum of RGB (Red+Green+Blue) = 101+68+92=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 101 - color contains mainly: red. Hex color #65445C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65445C is #9ABBA3. Grayscale: #505050. Windows color (decimal): -10140580 or 6046821. OLE color: 6046821.

HSL color Cylindrical-coordinate representation of color #65445C: hue angle of 316.36º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #65445C is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB1016892-
CMYK00.330.090.60
HSL316.36º19.53%33.14%-
HSV(B)316.36º32.67%39.61%-
XYZ9.377.6711.11-
YUV80.6134.43142.55-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.70%
GREEN value IS 68 (26.95% from 255) = 26.05%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=38.70%
G=26.05%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101689200.330.090.60316.3619.5333.14
Hex65445C02193C13c1421
Octal14510413404111744742441
Binary1100101100010010111000100001100111110010011110010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65445C; }

 p { color: rgb(101,68,92); }

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

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

 a { background-color: rgb(101,68,92); }

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

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

 span { border-color: rgb(101,68,92); }

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